Shades of Black Pearl #040E1C
Tints of Black Pearl #040E1C
RGB
CMYK
RGB Variations
Color information
#040E1C (or 0x040E1C) is known color: Black Pearl. HEX triplet: 04, 0E and 1C. RGB value is (4,14,28). Sum of RGB (Red+Green+Blue) = 4+14+28=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #040E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E1C is #FBF1E3. Grayscale: #0C0C0C. Windows color (decimal): -16511460 or 1838596. OLE color: 1838596.
HSL color Cylindrical-coordinate representation of color #040E1C: hue angle of 215º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040E1C is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 14 | 28 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.89 |
| HSL | 215º | 0.75% | 0.06% | - |
| HSV(B) | 215º | 0.86% | 0.11% | - |
| XYZ | 0.42 | 0.42 | 1.16 | - |
| YUV | 12.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 28 | 0.86 | 0.50 | 0 | 0.89 | 215 | 0.75 | 0.06 |
| Hex | 4 | E | 1C | 56 | 32 | 0 | 59 | D7 | 4B | 6 |
| Octal | 4 | 16 | 34 | 126 | 62 | 0 | 131 | 327 | 113 | 6 |
| Binary | 100 | 1110 | 11100 | 1010110 | 110010 | 0 | 1011001 | 11010111 | 1001011 | 110 |
Color Harmonies of #040E1C
Complementary color
Monochromatic Colors of #040E1C
Black with #040E1C
Text Example
Text Example
White with #040E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E1C; }
p { color: rgb(4,14,28); }
H1.HeaderClassName
{
color: #040E1C;
}
.AnyTagClassName
{
color: #040E1C;
}
</style>
background-color css
<style>
a { background-color: #040E1C; }
a { background-color: rgb(4,14,28); }
div.DivClassName
{
background-color: #040E1C;
}
.BgClassName
{
background-color: #040E1C;
}
</style>
border-color css
<style>
span { border-color: #040E1C; }
span { border-color: rgb(4,14,28); }
td.TdClassName
{
border-color: #040E1C;
}
.TagClassName
{
border-color: #040E1C;
}
</style>