Shades of Black Pearl #021A21
Tints of Black Pearl #021A21
RGB
CMYK
RGB Variations
Color information
#021A21 (or 0x021A21) is known color: Black Pearl. HEX triplet: 02, 1A and 21. RGB value is (2,26,33). Sum of RGB (Red+Green+Blue) = 2+26+33=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #021A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A21 is #FDE5DE. Grayscale: #131313. Windows color (decimal): -16639455 or 2169346. OLE color: 2169346.
HSL color Cylindrical-coordinate representation of color #021A21: hue angle of 193.55º 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 #021A21 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 26 | 33 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.87 |
| HSL | 193.55º | 0.89% | 0.07% | - |
| HSV(B) | 193.55º | 0.94% | 0.13% | - |
| XYZ | 0.67 | 0.86 | 1.57 | - |
| YUV | 19.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 33 | 0.94 | 0.21 | 0 | 0.87 | 193.55 | 0.89 | 0.07 |
| Hex | 2 | 1A | 21 | 5E | 15 | 0 | 57 | C2 | 59 | 7 |
| Octal | 2 | 32 | 41 | 136 | 25 | 0 | 127 | 302 | 131 | 7 |
| Binary | 10 | 11010 | 100001 | 1011110 | 10101 | 0 | 1010111 | 11000010 | 1011001 | 111 |
Color Harmonies of #021A21
Complementary color
Monochromatic Colors of #021A21
Black with #021A21
Text Example
Text Example
White with #021A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A21; }
p { color: rgb(2,26,33); }
H1.HeaderClassName
{
color: #021A21;
}
.AnyTagClassName
{
color: #021A21;
}
</style>
background-color css
<style>
a { background-color: #021A21; }
a { background-color: rgb(2,26,33); }
div.DivClassName
{
background-color: #021A21;
}
.BgClassName
{
background-color: #021A21;
}
</style>
border-color css
<style>
span { border-color: #021A21; }
span { border-color: rgb(2,26,33); }
td.TdClassName
{
border-color: #021A21;
}
.TagClassName
{
border-color: #021A21;
}
</style>