Shades of Black Pearl #000E17
Tints of Black Pearl #000E17
RGB
CMYK
RGB Variations
Color information
#000E17 (or 0x000E17) is known color: Black Pearl. HEX triplet: 00, 0E and 17. RGB value is (0,14,23). Sum of RGB (Red+Green+Blue) = 0+14+23=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #000E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E17 is #FFF1E8. Grayscale: #0A0A0A. Windows color (decimal): -16773609 or 1510912. OLE color: 1510912.
HSL color Cylindrical-coordinate representation of color #000E17: hue angle of 203.48º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E17 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 14 | 23 | - |
| CMYK | 1 | 0.39 | 0 | 0.91 |
| HSL | 203.48º | 1% | 0.05% | - |
| HSV(B) | 203.48º | 1% | 0.09% | - |
| XYZ | 0.31 | 0.38 | 0.87 | - |
| YUV | 10.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 23 | 1 | 0.39 | 0 | 0.91 | 203.48 | 1 | 0.05 |
| Hex | 0 | E | 17 | 64 | 27 | 0 | 5B | CB | 64 | 5 |
| Octal | 0 | 16 | 27 | 144 | 47 | 0 | 133 | 313 | 144 | 5 |
| Binary | 0 | 1110 | 10111 | 1100100 | 100111 | 0 | 1011011 | 11001011 | 1100100 | 101 |
Color Harmonies of #000E17
Complementary color
Monochromatic Colors of #000E17
Black with #000E17
Text Example
Text Example
White with #000E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E17; }
p { color: rgb(0,14,23); }
H1.HeaderClassName
{
color: #000E17;
}
.AnyTagClassName
{
color: #000E17;
}
</style>
background-color css
<style>
a { background-color: #000E17; }
a { background-color: rgb(0,14,23); }
div.DivClassName
{
background-color: #000E17;
}
.BgClassName
{
background-color: #000E17;
}
</style>
border-color css
<style>
span { border-color: #000E17; }
span { border-color: rgb(0,14,23); }
td.TdClassName
{
border-color: #000E17;
}
.TagClassName
{
border-color: #000E17;
}
</style>