Shades of Black Pearl #02171D
Tints of Black Pearl #02171D
RGB
CMYK
RGB Variations
Color information
#02171D (or 0x02171D) is known color: Black Pearl. HEX triplet: 02, 17 and 1D. RGB value is (2,23,29). Sum of RGB (Red+Green+Blue) = 2+23+29=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #02171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02171D is #FDE8E2. Grayscale: #111111. Windows color (decimal): -16640227 or 1906434. OLE color: 1906434.
HSL color Cylindrical-coordinate representation of color #02171D: hue angle of 193.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02171D is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 23 | 29 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.89 |
| HSL | 193.33º | 0.87% | 0.06% | - |
| HSV(B) | 193.33º | 0.93% | 0.11% | - |
| XYZ | 0.55 | 0.71 | 1.27 | - |
| YUV | 17.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 29 | 0.93 | 0.21 | 0 | 0.89 | 193.33 | 0.87 | 0.06 |
| Hex | 2 | 17 | 1D | 5D | 15 | 0 | 59 | C1 | 57 | 6 |
| Octal | 2 | 27 | 35 | 135 | 25 | 0 | 131 | 301 | 127 | 6 |
| Binary | 10 | 10111 | 11101 | 1011101 | 10101 | 0 | 1011001 | 11000001 | 1010111 | 110 |
Color Harmonies of #02171D
Complementary color
Monochromatic Colors of #02171D
Black with #02171D
Text Example
Text Example
White with #02171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02171D; }
p { color: rgb(2,23,29); }
H1.HeaderClassName
{
color: #02171D;
}
.AnyTagClassName
{
color: #02171D;
}
</style>
background-color css
<style>
a { background-color: #02171D; }
a { background-color: rgb(2,23,29); }
div.DivClassName
{
background-color: #02171D;
}
.BgClassName
{
background-color: #02171D;
}
</style>
border-color css
<style>
span { border-color: #02171D; }
span { border-color: rgb(2,23,29); }
td.TdClassName
{
border-color: #02171D;
}
.TagClassName
{
border-color: #02171D;
}
</style>