Shades of Black Pearl #021122
Tints of Black Pearl #021122
RGB
CMYK
RGB Variations
Color information
#021122 (or 0x021122) is known color: Black Pearl. HEX triplet: 02, 11 and 22. RGB value is (2,17,34). Sum of RGB (Red+Green+Blue) = 2+17+34=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 34 (13.67% from 255 or 64.15% from 53); Max value from RGB is 34 - color contains mainly: blue. Hex color #021122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021122 is #FDEEDD. Grayscale: #0E0E0E. Windows color (decimal): -16641758 or 2232578. OLE color: 2232578.
HSL color Cylindrical-coordinate representation of color #021122: hue angle of 211.88º 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 #021122 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 17 | 34 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.87 |
| HSL | 211.88º | 0.89% | 0.07% | - |
| HSV(B) | 211.88º | 0.94% | 0.13% | - |
| XYZ | 0.51 | 0.53 | 1.59 | - |
| YUV | 14.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 34 | 0.94 | 0.50 | 0 | 0.87 | 211.88 | 0.89 | 0.07 |
| Hex | 2 | 11 | 22 | 5E | 32 | 0 | 57 | D4 | 59 | 7 |
| Octal | 2 | 21 | 42 | 136 | 62 | 0 | 127 | 324 | 131 | 7 |
| Binary | 10 | 10001 | 100010 | 1011110 | 110010 | 0 | 1010111 | 11010100 | 1011001 | 111 |
Color Harmonies of #021122
Complementary color
Monochromatic Colors of #021122
Black with #021122
Text Example
Text Example
White with #021122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021122; }
p { color: rgb(2,17,34); }
H1.HeaderClassName
{
color: #021122;
}
.AnyTagClassName
{
color: #021122;
}
</style>
background-color css
<style>
a { background-color: #021122; }
a { background-color: rgb(2,17,34); }
div.DivClassName
{
background-color: #021122;
}
.BgClassName
{
background-color: #021122;
}
</style>
border-color css
<style>
span { border-color: #021122; }
span { border-color: rgb(2,17,34); }
td.TdClassName
{
border-color: #021122;
}
.TagClassName
{
border-color: #021122;
}
</style>