Shades of Black Pearl #02212A
Tints of Black Pearl #02212A
RGB
CMYK
RGB Variations
Color information
#02212A (or 0x02212A) is known color: Black Pearl. HEX triplet: 02, 21 and 2A. RGB value is (2,33,42). Sum of RGB (Red+Green+Blue) = 2+33+42=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #02212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02212A is #FDDED5. Grayscale: #181818. Windows color (decimal): -16637654 or 2760962. OLE color: 2760962.
HSL color Cylindrical-coordinate representation of color #02212A: hue angle of 193.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02212A is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 33 | 42 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.84 |
| HSL | 193.5º | 0.91% | 0.09% | - |
| HSV(B) | 193.5º | 0.95% | 0.16% | - |
| XYZ | 0.99 | 1.27 | 2.38 | - |
| YUV | 24.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 42 | 0.95 | 0.21 | 0 | 0.84 | 193.5 | 0.91 | 0.09 |
| Hex | 2 | 21 | 2A | 5F | 15 | 0 | 54 | C2 | 5B | 9 |
| Octal | 2 | 41 | 52 | 137 | 25 | 0 | 124 | 302 | 133 | 11 |
| Binary | 10 | 100001 | 101010 | 1011111 | 10101 | 0 | 1010100 | 11000010 | 1011011 | 1001 |
Color Harmonies of #02212A
Complementary color
Monochromatic Colors of #02212A
Black with #02212A
Text Example
Text Example
White with #02212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02212A; }
p { color: rgb(2,33,42); }
H1.HeaderClassName
{
color: #02212A;
}
.AnyTagClassName
{
color: #02212A;
}
</style>
background-color css
<style>
a { background-color: #02212A; }
a { background-color: rgb(2,33,42); }
div.DivClassName
{
background-color: #02212A;
}
.BgClassName
{
background-color: #02212A;
}
</style>
border-color css
<style>
span { border-color: #02212A; }
span { border-color: rgb(2,33,42); }
td.TdClassName
{
border-color: #02212A;
}
.TagClassName
{
border-color: #02212A;
}
</style>