Shades of Black Pearl #040F18
Tints of Black Pearl #040F18
RGB
CMYK
RGB Variations
Color information
#040F18 (or 0x040F18) is known color: Black Pearl. HEX triplet: 04, 0F and 18. RGB value is (4,15,24). Sum of RGB (Red+Green+Blue) = 4+15+24=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #040F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F18 is #FBF0E7. Grayscale: #0C0C0C. Windows color (decimal): -16511208 or 1576708. OLE color: 1576708.
HSL color Cylindrical-coordinate representation of color #040F18: hue angle of 207º 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 #040F18 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 15 | 24 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.91 |
| HSL | 207º | 0.71% | 0.05% | - |
| HSV(B) | 207º | 0.83% | 0.09% | - |
| XYZ | 0.39 | 0.43 | 0.93 | - |
| YUV | 12.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 24 | 0.83 | 0.37 | 0 | 0.91 | 207 | 0.71 | 0.05 |
| Hex | 4 | F | 18 | 53 | 25 | 0 | 5B | CF | 47 | 5 |
| Octal | 4 | 17 | 30 | 123 | 45 | 0 | 133 | 317 | 107 | 5 |
| Binary | 100 | 1111 | 11000 | 1010011 | 100101 | 0 | 1011011 | 11001111 | 1000111 | 101 |
Color Harmonies of #040F18
Complementary color
Monochromatic Colors of #040F18
Black with #040F18
Text Example
Text Example
White with #040F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F18; }
p { color: rgb(4,15,24); }
H1.HeaderClassName
{
color: #040F18;
}
.AnyTagClassName
{
color: #040F18;
}
</style>
background-color css
<style>
a { background-color: #040F18; }
a { background-color: rgb(4,15,24); }
div.DivClassName
{
background-color: #040F18;
}
.BgClassName
{
background-color: #040F18;
}
</style>
border-color css
<style>
span { border-color: #040F18; }
span { border-color: rgb(4,15,24); }
td.TdClassName
{
border-color: #040F18;
}
.TagClassName
{
border-color: #040F18;
}
</style>