Shades of Black Pearl #02202C
Tints of Black Pearl #02202C
RGB
CMYK
RGB Variations
Color information
#02202C (or 0x02202C) is known color: Black Pearl. HEX triplet: 02, 20 and 2C. RGB value is (2,32,44). Sum of RGB (Red+Green+Blue) = 2+32+44=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #02202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02202C is #FDDFD3. Grayscale: #181818. Windows color (decimal): -16637908 or 2891778. OLE color: 2891778.
HSL color Cylindrical-coordinate representation of color #02202C: hue angle of 197.14º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02202C is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 32 | 44 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.83 |
| HSL | 197.14º | 0.91% | 0.09% | - |
| HSV(B) | 197.14º | 0.95% | 0.17% | - |
| XYZ | 1 | 1.23 | 2.57 | - |
| YUV | 24.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 44 | 0.95 | 0.27 | 0 | 0.83 | 197.14 | 0.91 | 0.09 |
| Hex | 2 | 20 | 2C | 5F | 1B | 0 | 53 | C5 | 5B | 9 |
| Octal | 2 | 40 | 54 | 137 | 33 | 0 | 123 | 305 | 133 | 11 |
| Binary | 10 | 100000 | 101100 | 1011111 | 11011 | 0 | 1010011 | 11000101 | 1011011 | 1001 |
Color Harmonies of #02202C
Complementary color
Monochromatic Colors of #02202C
Black with #02202C
Text Example
Text Example
White with #02202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02202C; }
p { color: rgb(2,32,44); }
H1.HeaderClassName
{
color: #02202C;
}
.AnyTagClassName
{
color: #02202C;
}
</style>
background-color css
<style>
a { background-color: #02202C; }
a { background-color: rgb(2,32,44); }
div.DivClassName
{
background-color: #02202C;
}
.BgClassName
{
background-color: #02202C;
}
</style>
border-color css
<style>
span { border-color: #02202C; }
span { border-color: rgb(2,32,44); }
td.TdClassName
{
border-color: #02202C;
}
.TagClassName
{
border-color: #02202C;
}
</style>