Shades of Black Pearl #040E18
Tints of Black Pearl #040E18
RGB
CMYK
RGB Variations
Color information
#040E18 (or 0x040E18) is known color: Black Pearl. HEX triplet: 04, 0E and 18. RGB value is (4,14,24). Sum of RGB (Red+Green+Blue) = 4+14+24=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #040E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E18 is #FBF1E7. Grayscale: #0C0C0C. Windows color (decimal): -16511464 or 1576452. OLE color: 1576452.
HSL color Cylindrical-coordinate representation of color #040E18: hue angle of 210º 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 #040E18 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 14 | 24 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.91 |
| HSL | 210º | 0.71% | 0.05% | - |
| HSV(B) | 210º | 0.83% | 0.09% | - |
| XYZ | 0.37 | 0.41 | 0.92 | - |
| YUV | 12.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 24 | 0.83 | 0.42 | 0 | 0.91 | 210 | 0.71 | 0.05 |
| Hex | 4 | E | 18 | 53 | 2A | 0 | 5B | D2 | 47 | 5 |
| Octal | 4 | 16 | 30 | 123 | 52 | 0 | 133 | 322 | 107 | 5 |
| Binary | 100 | 1110 | 11000 | 1010011 | 101010 | 0 | 1011011 | 11010010 | 1000111 | 101 |
Color Harmonies of #040E18
Complementary color
Monochromatic Colors of #040E18
Black with #040E18
Text Example
Text Example
White with #040E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E18; }
p { color: rgb(4,14,24); }
H1.HeaderClassName
{
color: #040E18;
}
.AnyTagClassName
{
color: #040E18;
}
</style>
background-color css
<style>
a { background-color: #040E18; }
a { background-color: rgb(4,14,24); }
div.DivClassName
{
background-color: #040E18;
}
.BgClassName
{
background-color: #040E18;
}
</style>
border-color css
<style>
span { border-color: #040E18; }
span { border-color: rgb(4,14,24); }
td.TdClassName
{
border-color: #040E18;
}
.TagClassName
{
border-color: #040E18;
}
</style>