Shades of Black Pearl #000E1B
Tints of Black Pearl #000E1B
RGB
CMYK
RGB Variations
Color information
#000E1B (or 0x000E1B) is known color: Black Pearl. HEX triplet: 00, 0E and 1B. RGB value is (0,14,27). Sum of RGB (Red+Green+Blue) = 0+14+27=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #000E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E1B is #FFF1E4. Grayscale: #0B0B0B. Windows color (decimal): -16773605 or 1773056. OLE color: 1773056.
HSL color Cylindrical-coordinate representation of color #000E1B: hue angle of 208.89º 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 #000E1B is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 14 | 27 | - |
| CMYK | 1 | 0.48 | 0 | 0.89 |
| HSL | 208.89º | 1% | 0.05% | - |
| HSV(B) | 208.89º | 1% | 0.11% | - |
| XYZ | 0.35 | 0.39 | 1.09 | - |
| YUV | 11.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 27 | 1 | 0.48 | 0 | 0.89 | 208.89 | 1 | 0.05 |
| Hex | 0 | E | 1B | 64 | 30 | 0 | 59 | D1 | 64 | 5 |
| Octal | 0 | 16 | 33 | 144 | 60 | 0 | 131 | 321 | 144 | 5 |
| Binary | 0 | 1110 | 11011 | 1100100 | 110000 | 0 | 1011001 | 11010001 | 1100100 | 101 |
Color Harmonies of #000E1B
Complementary color
Monochromatic Colors of #000E1B
Black with #000E1B
Text Example
Text Example
White with #000E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E1B; }
p { color: rgb(0,14,27); }
H1.HeaderClassName
{
color: #000E1B;
}
.AnyTagClassName
{
color: #000E1B;
}
</style>
background-color css
<style>
a { background-color: #000E1B; }
a { background-color: rgb(0,14,27); }
div.DivClassName
{
background-color: #000E1B;
}
.BgClassName
{
background-color: #000E1B;
}
</style>
border-color css
<style>
span { border-color: #000E1B; }
span { border-color: rgb(0,14,27); }
td.TdClassName
{
border-color: #000E1B;
}
.TagClassName
{
border-color: #000E1B;
}
</style>