Shades of Black Pearl #022032
Tints of Black Pearl #022032
RGB
CMYK
RGB Variations
Color information
#022032 (or 0x022032) is known color: Black Pearl. HEX triplet: 02, 20 and 32. RGB value is (2,32,50). Sum of RGB (Red+Green+Blue) = 2+32+50=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #022032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022032 is #FDDFCD. Grayscale: #181818. Windows color (decimal): -16637902 or 3284994. OLE color: 3284994.
HSL color Cylindrical-coordinate representation of color #022032: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022032 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 32 | 50 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.80 |
| HSL | 202.5º | 0.92% | 0.1% | - |
| HSV(B) | 202.5º | 0.96% | 0.2% | - |
| XYZ | 1.12 | 1.28 | 3.21 | - |
| YUV | 25.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 50 | 0.96 | 0.36 | 0 | 0.80 | 202.5 | 0.92 | 0.1 |
| Hex | 2 | 20 | 32 | 60 | 24 | 0 | 50 | CA | 5C | A |
| Octal | 2 | 40 | 62 | 140 | 44 | 0 | 120 | 312 | 134 | 12 |
| Binary | 10 | 100000 | 110010 | 1100000 | 100100 | 0 | 1010000 | 11001010 | 1011100 | 1010 |
Color Harmonies of #022032
Complementary color
Monochromatic Colors of #022032
Black with #022032
Text Example
Text Example
White with #022032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022032; }
p { color: rgb(2,32,50); }
H1.HeaderClassName
{
color: #022032;
}
.AnyTagClassName
{
color: #022032;
}
</style>
background-color css
<style>
a { background-color: #022032; }
a { background-color: rgb(2,32,50); }
div.DivClassName
{
background-color: #022032;
}
.BgClassName
{
background-color: #022032;
}
</style>
border-color css
<style>
span { border-color: #022032; }
span { border-color: rgb(2,32,50); }
td.TdClassName
{
border-color: #022032;
}
.TagClassName
{
border-color: #022032;
}
</style>