Shades of Black Pearl #040C18
Tints of Black Pearl #040C18
RGB
CMYK
RGB Variations
Color information
#040C18 (or 0x040C18) is known color: Black Pearl. HEX triplet: 04, 0C and 18. RGB value is (4,12,24). Sum of RGB (Red+Green+Blue) = 4+12+24=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #040C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C18 is #FBF3E7. Grayscale: #0A0A0A. Windows color (decimal): -16511976 or 1575940. OLE color: 1575940.
HSL color Cylindrical-coordinate representation of color #040C18: hue angle of 216º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #040C18 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 12 | 24 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.91 |
| HSL | 216º | 0.71% | 0.05% | - |
| HSV(B) | 216º | 0.83% | 0.09% | - |
| XYZ | 0.35 | 0.35 | 0.91 | - |
| YUV | 10.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 24 | 0.83 | 0.50 | 0 | 0.91 | 216 | 0.71 | 0.05 |
| Hex | 4 | C | 18 | 53 | 32 | 0 | 5B | D8 | 47 | 5 |
| Octal | 4 | 14 | 30 | 123 | 62 | 0 | 133 | 330 | 107 | 5 |
| Binary | 100 | 1100 | 11000 | 1010011 | 110010 | 0 | 1011011 | 11011000 | 1000111 | 101 |
Color Harmonies of #040C18
Complementary color
Monochromatic Colors of #040C18
Black with #040C18
Text Example
Text Example
White with #040C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C18; }
p { color: rgb(4,12,24); }
H1.HeaderClassName
{
color: #040C18;
}
.AnyTagClassName
{
color: #040C18;
}
</style>
background-color css
<style>
a { background-color: #040C18; }
a { background-color: rgb(4,12,24); }
div.DivClassName
{
background-color: #040C18;
}
.BgClassName
{
background-color: #040C18;
}
</style>
border-color css
<style>
span { border-color: #040C18; }
span { border-color: rgb(4,12,24); }
td.TdClassName
{
border-color: #040C18;
}
.TagClassName
{
border-color: #040C18;
}
</style>