Shades of Black Pearl #000E1C
Tints of Black Pearl #000E1C
RGB
CMYK
RGB Variations
Color information
#000E1C (or 0x000E1C) is known color: Black Pearl. HEX triplet: 00, 0E and 1C. RGB value is (0,14,28). Sum of RGB (Red+Green+Blue) = 0+14+28=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #000E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E1C is #FFF1E3. Grayscale: #0B0B0B. Windows color (decimal): -16773604 or 1838592. OLE color: 1838592.
HSL color Cylindrical-coordinate representation of color #000E1C: hue angle of 210º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E1C is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 14 | 28 | - |
| CMYK | 1 | 0.50 | 0 | 0.89 |
| HSL | 210º | 1% | 0.05% | - |
| HSV(B) | 210º | 1% | 0.11% | - |
| XYZ | 0.37 | 0.4 | 1.16 | - |
| YUV | 11.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 28 | 1 | 0.50 | 0 | 0.89 | 210 | 1 | 0.05 |
| Hex | 0 | E | 1C | 64 | 32 | 0 | 59 | D2 | 64 | 5 |
| Octal | 0 | 16 | 34 | 144 | 62 | 0 | 131 | 322 | 144 | 5 |
| Binary | 0 | 1110 | 11100 | 1100100 | 110010 | 0 | 1011001 | 11010010 | 1100100 | 101 |
Color Harmonies of #000E1C
Complementary color
Monochromatic Colors of #000E1C
Black with #000E1C
Text Example
Text Example
White with #000E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E1C; }
p { color: rgb(0,14,28); }
H1.HeaderClassName
{
color: #000E1C;
}
.AnyTagClassName
{
color: #000E1C;
}
</style>
background-color css
<style>
a { background-color: #000E1C; }
a { background-color: rgb(0,14,28); }
div.DivClassName
{
background-color: #000E1C;
}
.BgClassName
{
background-color: #000E1C;
}
</style>
border-color css
<style>
span { border-color: #000E1C; }
span { border-color: rgb(0,14,28); }
td.TdClassName
{
border-color: #000E1C;
}
.TagClassName
{
border-color: #000E1C;
}
</style>