Shades of Black Pearl #040E14
Tints of Black Pearl #040E14
RGB
CMYK
RGB Variations
Color information
#040E14 (or 0x040E14) is known color: Black Pearl. HEX triplet: 04, 0E and 14. RGB value is (4,14,20). Sum of RGB (Red+Green+Blue) = 4+14+20=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #040E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E14 is #FBF1EB. Grayscale: #0B0B0B. Windows color (decimal): -16511468 or 1314308. OLE color: 1314308.
HSL color Cylindrical-coordinate representation of color #040E14: hue angle of 202.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #040E14 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 14 | 20 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.92 |
| HSL | 202.5º | 0.67% | 0.05% | - |
| HSV(B) | 202.5º | 0.8% | 0.08% | - |
| XYZ | 0.33 | 0.39 | 0.72 | - |
| YUV | 11.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 20 | 0.80 | 0.30 | 0 | 0.92 | 202.5 | 0.67 | 0.05 |
| Hex | 4 | E | 14 | 50 | 1E | 0 | 5C | CA | 43 | 5 |
| Octal | 4 | 16 | 24 | 120 | 36 | 0 | 134 | 312 | 103 | 5 |
| Binary | 100 | 1110 | 10100 | 1010000 | 11110 | 0 | 1011100 | 11001010 | 1000011 | 101 |
Color Harmonies of #040E14
Complementary color
Monochromatic Colors of #040E14
Black with #040E14
Text Example
Text Example
White with #040E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E14; }
p { color: rgb(4,14,20); }
H1.HeaderClassName
{
color: #040E14;
}
.AnyTagClassName
{
color: #040E14;
}
</style>
background-color css
<style>
a { background-color: #040E14; }
a { background-color: rgb(4,14,20); }
div.DivClassName
{
background-color: #040E14;
}
.BgClassName
{
background-color: #040E14;
}
</style>
border-color css
<style>
span { border-color: #040E14; }
span { border-color: rgb(4,14,20); }
td.TdClassName
{
border-color: #040E14;
}
.TagClassName
{
border-color: #040E14;
}
</style>