Shades of Black Pearl #021222
Tints of Black Pearl #021222
RGB
CMYK
RGB Variations
Color information
#021222 (or 0x021222) is known color: Black Pearl. HEX triplet: 02, 12 and 22. RGB value is (2,18,34). Sum of RGB (Red+Green+Blue) = 2+18+34=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 34 (13.67% from 255 or 62.96% from 54); Max value from RGB is 34 - color contains mainly: blue. Hex color #021222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021222 is #FDEDDD. Grayscale: #0E0E0E. Windows color (decimal): -16641502 or 2232834. OLE color: 2232834.
HSL color Cylindrical-coordinate representation of color #021222: hue angle of 210º 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 #021222 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 18 | 34 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.87 |
| HSL | 210º | 0.89% | 0.07% | - |
| HSV(B) | 210º | 0.94% | 0.13% | - |
| XYZ | 0.53 | 0.56 | 1.59 | - |
| YUV | 15.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 34 | 0.94 | 0.47 | 0 | 0.87 | 210 | 0.89 | 0.07 |
| Hex | 2 | 12 | 22 | 5E | 2F | 0 | 57 | D2 | 59 | 7 |
| Octal | 2 | 22 | 42 | 136 | 57 | 0 | 127 | 322 | 131 | 7 |
| Binary | 10 | 10010 | 100010 | 1011110 | 101111 | 0 | 1010111 | 11010010 | 1011001 | 111 |
Color Harmonies of #021222
Complementary color
Monochromatic Colors of #021222
Black with #021222
Text Example
Text Example
White with #021222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021222; }
p { color: rgb(2,18,34); }
H1.HeaderClassName
{
color: #021222;
}
.AnyTagClassName
{
color: #021222;
}
</style>
background-color css
<style>
a { background-color: #021222; }
a { background-color: rgb(2,18,34); }
div.DivClassName
{
background-color: #021222;
}
.BgClassName
{
background-color: #021222;
}
</style>
border-color css
<style>
span { border-color: #021222; }
span { border-color: rgb(2,18,34); }
td.TdClassName
{
border-color: #021222;
}
.TagClassName
{
border-color: #021222;
}
</style>