Shades of Black Pearl #021622
Tints of Black Pearl #021622
RGB
CMYK
RGB Variations
Color information
#021622 (or 0x021622) is known color: Black Pearl. HEX triplet: 02, 16 and 22. RGB value is (2,22,34). Sum of RGB (Red+Green+Blue) = 2+22+34=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #021622 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021622 is #FDE9DD. Grayscale: #111111. Windows color (decimal): -16640478 or 2233858. OLE color: 2233858.
HSL color Cylindrical-coordinate representation of color #021622: hue angle of 202.5º 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 #021622 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 22 | 34 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.87 |
| HSL | 202.5º | 0.89% | 0.07% | - |
| HSV(B) | 202.5º | 0.94% | 0.13% | - |
| XYZ | 0.6 | 0.7 | 1.62 | - |
| YUV | 17.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 34 | 0.94 | 0.35 | 0 | 0.87 | 202.5 | 0.89 | 0.07 |
| Hex | 2 | 16 | 22 | 5E | 23 | 0 | 57 | CA | 59 | 7 |
| Octal | 2 | 26 | 42 | 136 | 43 | 0 | 127 | 312 | 131 | 7 |
| Binary | 10 | 10110 | 100010 | 1011110 | 100011 | 0 | 1010111 | 11001010 | 1011001 | 111 |
Color Harmonies of #021622
Complementary color
Monochromatic Colors of #021622
Black with #021622
Text Example
Text Example
White with #021622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021622; }
p { color: rgb(2,22,34); }
H1.HeaderClassName
{
color: #021622;
}
.AnyTagClassName
{
color: #021622;
}
</style>
background-color css
<style>
a { background-color: #021622; }
a { background-color: rgb(2,22,34); }
div.DivClassName
{
background-color: #021622;
}
.BgClassName
{
background-color: #021622;
}
</style>
border-color css
<style>
span { border-color: #021622; }
span { border-color: rgb(2,22,34); }
td.TdClassName
{
border-color: #021622;
}
.TagClassName
{
border-color: #021622;
}
</style>