Shades of Black Pearl #040E13
Tints of Black Pearl #040E13
RGB
CMYK
RGB Variations
Color information
#040E13 (or 0x040E13) is known color: Black Pearl. HEX triplet: 04, 0E and 13. RGB value is (4,14,19). Sum of RGB (Red+Green+Blue) = 4+14+19=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #040E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E13 is #FBF1EC. Grayscale: #0B0B0B. Windows color (decimal): -16511469 or 1248772. OLE color: 1248772.
HSL color Cylindrical-coordinate representation of color #040E13: hue angle of 200º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #040E13 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 14 | 19 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.93 |
| HSL | 200º | 0.65% | 0.05% | - |
| HSV(B) | 200º | 0.79% | 0.07% | - |
| XYZ | 0.32 | 0.39 | 0.67 | - |
| YUV | 11.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 19 | 0.79 | 0.26 | 0 | 0.93 | 200 | 0.65 | 0.05 |
| Hex | 4 | E | 13 | 4F | 1A | 0 | 5D | C8 | 41 | 5 |
| Octal | 4 | 16 | 23 | 117 | 32 | 0 | 135 | 310 | 101 | 5 |
| Binary | 100 | 1110 | 10011 | 1001111 | 11010 | 0 | 1011101 | 11001000 | 1000001 | 101 |
Color Harmonies of #040E13
Complementary color
Monochromatic Colors of #040E13
Black with #040E13
Text Example
Text Example
White with #040E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E13; }
p { color: rgb(4,14,19); }
H1.HeaderClassName
{
color: #040E13;
}
.AnyTagClassName
{
color: #040E13;
}
</style>
background-color css
<style>
a { background-color: #040E13; }
a { background-color: rgb(4,14,19); }
div.DivClassName
{
background-color: #040E13;
}
.BgClassName
{
background-color: #040E13;
}
</style>
border-color css
<style>
span { border-color: #040E13; }
span { border-color: rgb(4,14,19); }
td.TdClassName
{
border-color: #040E13;
}
.TagClassName
{
border-color: #040E13;
}
</style>