Shades of Black Pearl #040A0B
Tints of Black Pearl #040A0B
RGB
CMYK
RGB Variations
Color information
#040A0B (or 0x040A0B) is known color: Black Pearl. HEX triplet: 04, 0A and 0B. RGB value is (4,10,11). Sum of RGB (Red+Green+Blue) = 4+10+11=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #040A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A0B is #FBF5F4. Grayscale: #080808. Windows color (decimal): -16512501 or 723460. OLE color: 723460.
HSL color Cylindrical-coordinate representation of color #040A0B: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #040A0B is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 4 | 10 | 11 | - |
CMYK | 0.64 | 0.09 | 0 | 0.96 |
HSL | 188.57º | 0.47% | 0.03% | - |
HSV(B) | 188.57º | 0.64% | 0.04% | - |
XYZ | 0.22 | 0.27 | 0.36 | - |
YUV | 8.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 10 | 11 | 0.64 | 0.09 | 0 | 0.96 | 188.57 | 0.47 | 0.03 |
Hex | 4 | A | B | 40 | 9 | 0 | 60 | BD | 2F | 3 |
Octal | 4 | 12 | 13 | 100 | 11 | 0 | 140 | 275 | 57 | 3 |
Binary | 100 | 1010 | 1011 | 1000000 | 1001 | 0 | 1100000 | 10111101 | 101111 | 11 |
Color Harmonies of #040A0B
Complementary color
Monochromatic Colors of #040A0B
Black with #040A0B
Text Example
Text Example
White with #040A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A0B; }
p { color: rgb(4,10,11); }
H1.HeaderClassName
{
color: #040A0B;
}
.AnyTagClassName
{
color: #040A0B;
}
</style>
background-color css
<style>
a { background-color: #040A0B; }
a { background-color: rgb(4,10,11); }
div.DivClassName
{
background-color: #040A0B;
}
.BgClassName
{
background-color: #040A0B;
}
</style>
border-color css
<style>
span { border-color: #040A0B; }
span { border-color: rgb(4,10,11); }
td.TdClassName
{
border-color: #040A0B;
}
.TagClassName
{
border-color: #040A0B;
}
</style>