Shades of Black Pearl #040E15
Tints of Black Pearl #040E15
RGB
CMYK
RGB Variations
Color information
#040E15 (or 0x040E15) is known color: Black Pearl. HEX triplet: 04, 0E and 15. RGB value is (4,14,21). Sum of RGB (Red+Green+Blue) = 4+14+21=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #040E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040E15 is #FBF1EA. Grayscale: #0B0B0B. Windows color (decimal): -16511467 or 1379844. OLE color: 1379844.
HSL color Cylindrical-coordinate representation of color #040E15: hue angle of 204.71º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #040E15 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 14 | 21 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.92 |
| HSL | 204.71º | 0.68% | 0.05% | - |
| HSV(B) | 204.71º | 0.81% | 0.08% | - |
| XYZ | 0.34 | 0.39 | 0.77 | - |
| YUV | 11.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 21 | 0.81 | 0.33 | 0 | 0.92 | 204.71 | 0.68 | 0.05 |
| Hex | 4 | E | 15 | 51 | 21 | 0 | 5C | CD | 44 | 5 |
| Octal | 4 | 16 | 25 | 121 | 41 | 0 | 134 | 315 | 104 | 5 |
| Binary | 100 | 1110 | 10101 | 1010001 | 100001 | 0 | 1011100 | 11001101 | 1000100 | 101 |
Color Harmonies of #040E15
Complementary color
Monochromatic Colors of #040E15
Black with #040E15
Text Example
Text Example
White with #040E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E15; }
p { color: rgb(4,14,21); }
H1.HeaderClassName
{
color: #040E15;
}
.AnyTagClassName
{
color: #040E15;
}
</style>
background-color css
<style>
a { background-color: #040E15; }
a { background-color: rgb(4,14,21); }
div.DivClassName
{
background-color: #040E15;
}
.BgClassName
{
background-color: #040E15;
}
</style>
border-color css
<style>
span { border-color: #040E15; }
span { border-color: rgb(4,14,21); }
td.TdClassName
{
border-color: #040E15;
}
.TagClassName
{
border-color: #040E15;
}
</style>