Shades of Black Pearl #021C21
Tints of Black Pearl #021C21
RGB
CMYK
RGB Variations
Color information
#021C21 (or 0x021C21) is known color: Black Pearl. HEX triplet: 02, 1C and 21. RGB value is (2,28,33). Sum of RGB (Red+Green+Blue) = 2+28+33=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #021C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C21 is #FDE3DE. Grayscale: #141414. Windows color (decimal): -16638943 or 2169858. OLE color: 2169858.
HSL color Cylindrical-coordinate representation of color #021C21: hue angle of 189.68º 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 #021C21 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 28 | 33 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.87 |
| HSL | 189.68º | 0.89% | 0.07% | - |
| HSV(B) | 189.68º | 0.94% | 0.13% | - |
| XYZ | 0.71 | 0.95 | 1.59 | - |
| YUV | 20.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 33 | 0.94 | 0.15 | 0 | 0.87 | 189.68 | 0.89 | 0.07 |
| Hex | 2 | 1C | 21 | 5E | F | 0 | 57 | BE | 59 | 7 |
| Octal | 2 | 34 | 41 | 136 | 17 | 0 | 127 | 276 | 131 | 7 |
| Binary | 10 | 11100 | 100001 | 1011110 | 1111 | 0 | 1010111 | 10111110 | 1011001 | 111 |
Color Harmonies of #021C21
Complementary color
Monochromatic Colors of #021C21
Black with #021C21
Text Example
Text Example
White with #021C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C21; }
p { color: rgb(2,28,33); }
H1.HeaderClassName
{
color: #021C21;
}
.AnyTagClassName
{
color: #021C21;
}
</style>
background-color css
<style>
a { background-color: #021C21; }
a { background-color: rgb(2,28,33); }
div.DivClassName
{
background-color: #021C21;
}
.BgClassName
{
background-color: #021C21;
}
</style>
border-color css
<style>
span { border-color: #021C21; }
span { border-color: rgb(2,28,33); }
td.TdClassName
{
border-color: #021C21;
}
.TagClassName
{
border-color: #021C21;
}
</style>