Shades of Black Pearl #040E12
Tints of Black Pearl #040E12
RGB
CMYK
RGB Variations
Color information
#040E12 (or 0x040E12) is known color: Black Pearl. HEX triplet: 04, 0E and 12. RGB value is (4,14,18). Sum of RGB (Red+Green+Blue) = 4+14+18=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #040E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E12 is #FBF1ED. Grayscale: #0B0B0B. Windows color (decimal): -16511470 or 1183236. OLE color: 1183236.
HSL color Cylindrical-coordinate representation of color #040E12: hue angle of 197.14º 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 #040E12 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 14 | 18 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.93 |
| HSL | 197.14º | 0.64% | 0.04% | - |
| HSV(B) | 197.14º | 0.78% | 0.07% | - |
| XYZ | 0.32 | 0.38 | 0.63 | - |
| YUV | 11.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 18 | 0.78 | 0.22 | 0 | 0.93 | 197.14 | 0.64 | 0.04 |
| Hex | 4 | E | 12 | 4E | 16 | 0 | 5D | C5 | 40 | 4 |
| Octal | 4 | 16 | 22 | 116 | 26 | 0 | 135 | 305 | 100 | 4 |
| Binary | 100 | 1110 | 10010 | 1001110 | 10110 | 0 | 1011101 | 11000101 | 1000000 | 100 |
Color Harmonies of #040E12
Complementary color
Monochromatic Colors of #040E12
Black with #040E12
Text Example
Text Example
White with #040E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E12; }
p { color: rgb(4,14,18); }
H1.HeaderClassName
{
color: #040E12;
}
.AnyTagClassName
{
color: #040E12;
}
</style>
background-color css
<style>
a { background-color: #040E12; }
a { background-color: rgb(4,14,18); }
div.DivClassName
{
background-color: #040E12;
}
.BgClassName
{
background-color: #040E12;
}
</style>
border-color css
<style>
span { border-color: #040E12; }
span { border-color: rgb(4,14,18); }
td.TdClassName
{
border-color: #040E12;
}
.TagClassName
{
border-color: #040E12;
}
</style>