Shades of Black Pearl #040E0F
Tints of Black Pearl #040E0F
RGB
CMYK
RGB Variations
Color information
#040E0F (or 0x040E0F) is known color: Black Pearl. HEX triplet: 04, 0E and 0F. RGB value is (4,14,15). Sum of RGB (Red+Green+Blue) = 4+14+15=33 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.12% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #040E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E0F is #FBF1F0. Grayscale: #0B0B0B. Windows color (decimal): -16511473 or 986628. OLE color: 986628.
HSL color Cylindrical-coordinate representation of color #040E0F: hue angle of 185.45º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040E0F is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 14 | 15 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.94 |
| HSL | 185.45º | 0.58% | 0.04% | - |
| HSV(B) | 185.45º | 0.73% | 0.06% | - |
| XYZ | 0.29 | 0.37 | 0.51 | - |
| YUV | 11.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 15 | 0.73 | 0.07 | 0 | 0.94 | 185.45 | 0.58 | 0.04 |
| Hex | 4 | E | F | 49 | 7 | 0 | 5E | B9 | 3A | 4 |
| Octal | 4 | 16 | 17 | 111 | 7 | 0 | 136 | 271 | 72 | 4 |
| Binary | 100 | 1110 | 1111 | 1001001 | 111 | 0 | 1011110 | 10111001 | 111010 | 100 |
Color Harmonies of #040E0F
Complementary color
Monochromatic Colors of #040E0F
Black with #040E0F
Text Example
Text Example
White with #040E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E0F; }
p { color: rgb(4,14,15); }
H1.HeaderClassName
{
color: #040E0F;
}
.AnyTagClassName
{
color: #040E0F;
}
</style>
background-color css
<style>
a { background-color: #040E0F; }
a { background-color: rgb(4,14,15); }
div.DivClassName
{
background-color: #040E0F;
}
.BgClassName
{
background-color: #040E0F;
}
</style>
border-color css
<style>
span { border-color: #040E0F; }
span { border-color: rgb(4,14,15); }
td.TdClassName
{
border-color: #040E0F;
}
.TagClassName
{
border-color: #040E0F;
}
</style>