Shades of Black Pearl #02202F
Tints of Black Pearl #02202F
RGB
CMYK
RGB Variations
Color information
#02202F (or 0x02202F) is known color: Black Pearl. HEX triplet: 02, 20 and 2F. RGB value is (2,32,47). Sum of RGB (Red+Green+Blue) = 2+32+47=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #02202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02202F is #FDDFD0. Grayscale: #181818. Windows color (decimal): -16637905 or 3088386. OLE color: 3088386.
HSL color Cylindrical-coordinate representation of color #02202F: hue angle of 200º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02202F is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 32 | 47 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.82 |
| HSL | 200º | 0.92% | 0.1% | - |
| HSV(B) | 200º | 0.96% | 0.18% | - |
| XYZ | 1.05 | 1.25 | 2.88 | - |
| YUV | 24.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 47 | 0.96 | 0.32 | 0 | 0.82 | 200 | 0.92 | 0.1 |
| Hex | 2 | 20 | 2F | 60 | 20 | 0 | 52 | C8 | 5C | A |
| Octal | 2 | 40 | 57 | 140 | 40 | 0 | 122 | 310 | 134 | 12 |
| Binary | 10 | 100000 | 101111 | 1100000 | 100000 | 0 | 1010010 | 11001000 | 1011100 | 1010 |
Color Harmonies of #02202F
Complementary color
Monochromatic Colors of #02202F
Black with #02202F
Text Example
Text Example
White with #02202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02202F; }
p { color: rgb(2,32,47); }
H1.HeaderClassName
{
color: #02202F;
}
.AnyTagClassName
{
color: #02202F;
}
</style>
background-color css
<style>
a { background-color: #02202F; }
a { background-color: rgb(2,32,47); }
div.DivClassName
{
background-color: #02202F;
}
.BgClassName
{
background-color: #02202F;
}
</style>
border-color css
<style>
span { border-color: #02202F; }
span { border-color: rgb(2,32,47); }
td.TdClassName
{
border-color: #02202F;
}
.TagClassName
{
border-color: #02202F;
}
</style>