Shades of Black Pearl #02212E
Tints of Black Pearl #02212E
RGB
CMYK
RGB Variations
Color information
#02212E (or 0x02212E) is known color: Black Pearl. HEX triplet: 02, 21 and 2E. RGB value is (2,33,46). Sum of RGB (Red+Green+Blue) = 2+33+46=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #02212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02212E is #FDDED1. Grayscale: #191919. Windows color (decimal): -16637650 or 3023106. OLE color: 3023106.
HSL color Cylindrical-coordinate representation of color #02212E: hue angle of 197.73º degrees, saturation: 0.92, 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 #02212E is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 33 | 46 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.82 |
| HSL | 197.73º | 0.92% | 0.09% | - |
| HSV(B) | 197.73º | 0.96% | 0.18% | - |
| XYZ | 1.06 | 1.3 | 2.78 | - |
| YUV | 25.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 46 | 0.96 | 0.28 | 0 | 0.82 | 197.73 | 0.92 | 0.09 |
| Hex | 2 | 21 | 2E | 60 | 1C | 0 | 52 | C6 | 5C | 9 |
| Octal | 2 | 41 | 56 | 140 | 34 | 0 | 122 | 306 | 134 | 11 |
| Binary | 10 | 100001 | 101110 | 1100000 | 11100 | 0 | 1010010 | 11000110 | 1011100 | 1001 |
Color Harmonies of #02212E
Complementary color
Monochromatic Colors of #02212E
Black with #02212E
Text Example
Text Example
White with #02212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02212E; }
p { color: rgb(2,33,46); }
H1.HeaderClassName
{
color: #02212E;
}
.AnyTagClassName
{
color: #02212E;
}
</style>
background-color css
<style>
a { background-color: #02212E; }
a { background-color: rgb(2,33,46); }
div.DivClassName
{
background-color: #02212E;
}
.BgClassName
{
background-color: #02212E;
}
</style>
border-color css
<style>
span { border-color: #02212E; }
span { border-color: rgb(2,33,46); }
td.TdClassName
{
border-color: #02212E;
}
.TagClassName
{
border-color: #02212E;
}
</style>