In the RGB color space, #030509 is composed of 1.1765% red, 1.9608% green, and 3.5294% blue.
In the CMYK color space, #030509 is composed of 66.57% cyan, 44.48% magenta, 0% yellow, and 96.47% black,
It has a hue angle of 220.1 degrees, a saturation of 49.89%, and a lightness of 2.35%.
The closest websafe color is #000000.
The hexadecimal color #030509 has RGB values of R:3, G:5, B:9 and CMYK values of C:66.57, M:44.48, Y:0, K:96.47. It has a decimal value of 197897.
Hexadecimal | #030509 | #030509 |
RGB Decimal | 3, 5, 9 | rgb(3, 5, 9) |
RGB Percent | 1.1765, 1.9608, 3.5294 | rgb(1.1765%, 1.9608%, 3.5294%) |
RGB Proportion | 0.0118, 0.0196, 0.0353 | rgb(0.0118, 0.0196, 0.0353) |
CMYK | 66.57, 44.48, 0, 96.47 | |
HSL | 220.1ยบ, 49.89, 2.35 | hsl(220.1, 49.89%, 2.35%) |
Websafe | 000000 | #000000 |
XYZ | 0.141, 0.148, 0.28 | |
Yxy | 0.148, 0.248, 0.26 | |
CIE-LAB | 1.337, 0.014, -1.7 | |
CIE-LCH | 1.337, 1.7, 270.472 | |
CIE-LUV | 1.337, -0.376, -0.908 | |
Hunter-Lab | 3.847, -0.19, -1.622 |
Colors that go well with #030509.
Common HTML and CSS shortcodes for #030509.
<div style="color: #030509;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #030509;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #030509;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #030509 to transparent.
<div style="background: linear-gradient(#030509, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #030509 to transparent.
<div style="background: radial-gradient(#030509, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #030509 to #FCFAF6.
<div style="background: linear-gradient(#030509, #FCFAF6);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #030509 to #FCFAF6.
<div style="background: radial-gradient(#030509, #FCFAF6);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #030509; }
.background { background-color: #030509; }
.border { border: 1px solid #030509; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #000000 while the lightest tint is #FAFAFA.