Shades of Black Pearl #040A12
Tints of Black Pearl #040A12
RGB
CMYK
RGB Variations
Color information
#040A12 (or 0x040A12) is known color: Black Pearl. HEX triplet: 04, 0A and 12. RGB value is (4,10,18). Sum of RGB (Red+Green+Blue) = 4+10+18=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #040A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A12 is #FBF5ED. Grayscale: #090909. Windows color (decimal): -16512494 or 1182212. OLE color: 1182212.
HSL color Cylindrical-coordinate representation of color #040A12: hue angle of 214.29º 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 #040A12 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 10 | 18 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.93 |
| HSL | 214.29º | 0.64% | 0.04% | - |
| HSV(B) | 214.29º | 0.78% | 0.07% | - |
| XYZ | 0.27 | 0.29 | 0.61 | - |
| YUV | 9.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 18 | 0.78 | 0.44 | 0 | 0.93 | 214.29 | 0.64 | 0.04 |
| Hex | 4 | A | 12 | 4E | 2C | 0 | 5D | D6 | 40 | 4 |
| Octal | 4 | 12 | 22 | 116 | 54 | 0 | 135 | 326 | 100 | 4 |
| Binary | 100 | 1010 | 10010 | 1001110 | 101100 | 0 | 1011101 | 11010110 | 1000000 | 100 |
Color Harmonies of #040A12
Complementary color
Monochromatic Colors of #040A12
Black with #040A12
Text Example
Text Example
White with #040A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A12; }
p { color: rgb(4,10,18); }
H1.HeaderClassName
{
color: #040A12;
}
.AnyTagClassName
{
color: #040A12;
}
</style>
background-color css
<style>
a { background-color: #040A12; }
a { background-color: rgb(4,10,18); }
div.DivClassName
{
background-color: #040A12;
}
.BgClassName
{
background-color: #040A12;
}
</style>
border-color css
<style>
span { border-color: #040A12; }
span { border-color: rgb(4,10,18); }
td.TdClassName
{
border-color: #040A12;
}
.TagClassName
{
border-color: #040A12;
}
</style>