Shades of Black Pearl #021721
Tints of Black Pearl #021721
RGB
CMYK
RGB Variations
Color information
#021721 (or 0x021721) is known color: Black Pearl. HEX triplet: 02, 17 and 21. RGB value is (2,23,33). Sum of RGB (Red+Green+Blue) = 2+23+33=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #021721 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021721 is #FDE8DE. Grayscale: #111111. Windows color (decimal): -16640223 or 2168578. OLE color: 2168578.
HSL color Cylindrical-coordinate representation of color #021721: hue angle of 199.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021721 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 23 | 33 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.87 |
| HSL | 199.35º | 0.89% | 0.07% | - |
| HSV(B) | 199.35º | 0.94% | 0.13% | - |
| XYZ | 0.61 | 0.74 | 1.55 | - |
| YUV | 17.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 33 | 0.94 | 0.30 | 0 | 0.87 | 199.35 | 0.89 | 0.07 |
| Hex | 2 | 17 | 21 | 5E | 1E | 0 | 57 | C7 | 59 | 7 |
| Octal | 2 | 27 | 41 | 136 | 36 | 0 | 127 | 307 | 131 | 7 |
| Binary | 10 | 10111 | 100001 | 1011110 | 11110 | 0 | 1010111 | 11000111 | 1011001 | 111 |
Color Harmonies of #021721
Complementary color
Monochromatic Colors of #021721
Black with #021721
Text Example
Text Example
White with #021721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021721; }
p { color: rgb(2,23,33); }
H1.HeaderClassName
{
color: #021721;
}
.AnyTagClassName
{
color: #021721;
}
</style>
background-color css
<style>
a { background-color: #021721; }
a { background-color: rgb(2,23,33); }
div.DivClassName
{
background-color: #021721;
}
.BgClassName
{
background-color: #021721;
}
</style>
border-color css
<style>
span { border-color: #021721; }
span { border-color: rgb(2,23,33); }
td.TdClassName
{
border-color: #021721;
}
.TagClassName
{
border-color: #021721;
}
</style>