Shades of Black Pearl #001417
Tints of Black Pearl #001417
RGB
CMYK
RGB Variations
Color information
#001417 (or 0x001417) is known color: Black Pearl. HEX triplet: 00, 14 and 17. RGB value is (0,20,23). Sum of RGB (Red+Green+Blue) = 0+20+23=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #001417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001417 is #FFEBE8. Grayscale: #0E0E0E. Windows color (decimal): -16772073 or 1512448. OLE color: 1512448.
HSL color Cylindrical-coordinate representation of color #001417: hue angle of 187.83º 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 #001417 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 20 | 23 | - |
| CMYK | 1 | 0.13 | 0 | 0.91 |
| HSL | 187.83º | 1% | 0.05% | - |
| HSV(B) | 187.83º | 1% | 0.09% | - |
| XYZ | 0.4 | 0.56 | 0.9 | - |
| YUV | 14.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 23 | 1 | 0.13 | 0 | 0.91 | 187.83 | 1 | 0.05 |
| Hex | 0 | 14 | 17 | 64 | D | 0 | 5B | BC | 64 | 5 |
| Octal | 0 | 24 | 27 | 144 | 15 | 0 | 133 | 274 | 144 | 5 |
| Binary | 0 | 10100 | 10111 | 1100100 | 1101 | 0 | 1011011 | 10111100 | 1100100 | 101 |
Color Harmonies of #001417
Complementary color
Monochromatic Colors of #001417
Black with #001417
Text Example
Text Example
White with #001417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001417; }
p { color: rgb(0,20,23); }
H1.HeaderClassName
{
color: #001417;
}
.AnyTagClassName
{
color: #001417;
}
</style>
background-color css
<style>
a { background-color: #001417; }
a { background-color: rgb(0,20,23); }
div.DivClassName
{
background-color: #001417;
}
.BgClassName
{
background-color: #001417;
}
</style>
border-color css
<style>
span { border-color: #001417; }
span { border-color: rgb(0,20,23); }
td.TdClassName
{
border-color: #001417;
}
.TagClassName
{
border-color: #001417;
}
</style>