Shades of Black Pearl #001720
Tints of Black Pearl #001720
RGB
CMYK
RGB Variations
Color information
#001720 (or 0x001720) is known color: Black Pearl. HEX triplet: 00, 17 and 20. RGB value is (0,23,32). Sum of RGB (Red+Green+Blue) = 0+23+32=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #001720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001720 is #FFE8DF. Grayscale: #111111. Windows color (decimal): -16771296 or 2103040. OLE color: 2103040.
HSL color Cylindrical-coordinate representation of color #001720: hue angle of 196.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001720 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 23 | 32 | - |
| CMYK | 1 | 0.28 | 0 | 0.87 |
| HSL | 196.88º | 1% | 0.06% | - |
| HSV(B) | 196.88º | 1% | 0.13% | - |
| XYZ | 0.57 | 0.72 | 1.48 | - |
| YUV | 17.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 32 | 1 | 0.28 | 0 | 0.87 | 196.88 | 1 | 0.06 |
| Hex | 0 | 17 | 20 | 64 | 1C | 0 | 57 | C5 | 64 | 6 |
| Octal | 0 | 27 | 40 | 144 | 34 | 0 | 127 | 305 | 144 | 6 |
| Binary | 0 | 10111 | 100000 | 1100100 | 11100 | 0 | 1010111 | 11000101 | 1100100 | 110 |
Color Harmonies of #001720
Complementary color
Monochromatic Colors of #001720
Black with #001720
Text Example
Text Example
White with #001720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001720; }
p { color: rgb(0,23,32); }
H1.HeaderClassName
{
color: #001720;
}
.AnyTagClassName
{
color: #001720;
}
</style>
background-color css
<style>
a { background-color: #001720; }
a { background-color: rgb(0,23,32); }
div.DivClassName
{
background-color: #001720;
}
.BgClassName
{
background-color: #001720;
}
</style>
border-color css
<style>
span { border-color: #001720; }
span { border-color: rgb(0,23,32); }
td.TdClassName
{
border-color: #001720;
}
.TagClassName
{
border-color: #001720;
}
</style>