Shades of Black Pearl #02212D
Tints of Black Pearl #02212D
RGB
CMYK
RGB Variations
Color information
#02212D (or 0x02212D) is known color: Black Pearl. HEX triplet: 02, 21 and 2D. RGB value is (2,33,45). Sum of RGB (Red+Green+Blue) = 2+33+45=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #02212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02212D is #FDDED2. Grayscale: #191919. Windows color (decimal): -16637651 or 2957570. OLE color: 2957570.
HSL color Cylindrical-coordinate representation of color #02212D: hue angle of 196.74º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02212D is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 33 | 45 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.82 |
| HSL | 196.74º | 0.91% | 0.09% | - |
| HSV(B) | 196.74º | 0.96% | 0.18% | - |
| XYZ | 1.04 | 1.29 | 2.68 | - |
| YUV | 25.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 45 | 0.96 | 0.27 | 0 | 0.82 | 196.74 | 0.91 | 0.09 |
| Hex | 2 | 21 | 2D | 60 | 1B | 0 | 52 | C5 | 5B | 9 |
| Octal | 2 | 41 | 55 | 140 | 33 | 0 | 122 | 305 | 133 | 11 |
| Binary | 10 | 100001 | 101101 | 1100000 | 11011 | 0 | 1010010 | 11000101 | 1011011 | 1001 |
Color Harmonies of #02212D
Complementary color
Monochromatic Colors of #02212D
Black with #02212D
Text Example
Text Example
White with #02212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02212D; }
p { color: rgb(2,33,45); }
H1.HeaderClassName
{
color: #02212D;
}
.AnyTagClassName
{
color: #02212D;
}
</style>
background-color css
<style>
a { background-color: #02212D; }
a { background-color: rgb(2,33,45); }
div.DivClassName
{
background-color: #02212D;
}
.BgClassName
{
background-color: #02212D;
}
</style>
border-color css
<style>
span { border-color: #02212D; }
span { border-color: rgb(2,33,45); }
td.TdClassName
{
border-color: #02212D;
}
.TagClassName
{
border-color: #02212D;
}
</style>