Shades of Black Pearl #040B12
Tints of Black Pearl #040B12
RGB
CMYK
RGB Variations
Color information
#040B12 (or 0x040B12) is known color: Black Pearl. HEX triplet: 04, 0B and 12. RGB value is (4,11,18). Sum of RGB (Red+Green+Blue) = 4+11+18=33 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.12% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #040B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B12 is #FBF4ED. Grayscale: #090909. Windows color (decimal): -16512238 or 1182468. OLE color: 1182468.
HSL color Cylindrical-coordinate representation of color #040B12: hue angle of 210º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #040B12 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 11 | 18 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.93 |
| HSL | 210º | 0.64% | 0.04% | - |
| HSV(B) | 210º | 0.78% | 0.07% | - |
| XYZ | 0.28 | 0.31 | 0.62 | - |
| YUV | 9.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 18 | 0.78 | 0.39 | 0 | 0.93 | 210 | 0.64 | 0.04 |
| Hex | 4 | B | 12 | 4E | 27 | 0 | 5D | D2 | 40 | 4 |
| Octal | 4 | 13 | 22 | 116 | 47 | 0 | 135 | 322 | 100 | 4 |
| Binary | 100 | 1011 | 10010 | 1001110 | 100111 | 0 | 1011101 | 11010010 | 1000000 | 100 |
Color Harmonies of #040B12
Complementary color
Monochromatic Colors of #040B12
Black with #040B12
Text Example
Text Example
White with #040B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B12; }
p { color: rgb(4,11,18); }
H1.HeaderClassName
{
color: #040B12;
}
.AnyTagClassName
{
color: #040B12;
}
</style>
background-color css
<style>
a { background-color: #040B12; }
a { background-color: rgb(4,11,18); }
div.DivClassName
{
background-color: #040B12;
}
.BgClassName
{
background-color: #040B12;
}
</style>
border-color css
<style>
span { border-color: #040B12; }
span { border-color: rgb(4,11,18); }
td.TdClassName
{
border-color: #040B12;
}
.TagClassName
{
border-color: #040B12;
}
</style>