Shades of Black Pearl #022036
Tints of Black Pearl #022036
RGB
CMYK
RGB Variations
Color information
#022036 (or 0x022036) is known color: Black Pearl. HEX triplet: 02, 20 and 36. RGB value is (2,32,54). Sum of RGB (Red+Green+Blue) = 2+32+54=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #022036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022036 is #FDDFC9. Grayscale: #191919. Windows color (decimal): -16637898 or 3547138. OLE color: 3547138.
HSL color Cylindrical-coordinate representation of color #022036: hue angle of 205.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022036 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 32 | 54 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.79 |
| HSL | 205.38º | 0.93% | 0.11% | - |
| HSV(B) | 205.38º | 0.96% | 0.21% | - |
| XYZ | 1.21 | 1.31 | 3.68 | - |
| YUV | 25.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 54 | 0.96 | 0.41 | 0 | 0.79 | 205.38 | 0.93 | 0.11 |
| Hex | 2 | 20 | 36 | 60 | 29 | 0 | 4F | CD | 5D | B |
| Octal | 2 | 40 | 66 | 140 | 51 | 0 | 117 | 315 | 135 | 13 |
| Binary | 10 | 100000 | 110110 | 1100000 | 101001 | 0 | 1001111 | 11001101 | 1011101 | 1011 |
Color Harmonies of #022036
Complementary color
Monochromatic Colors of #022036
Black with #022036
Text Example
Text Example
White with #022036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022036; }
p { color: rgb(2,32,54); }
H1.HeaderClassName
{
color: #022036;
}
.AnyTagClassName
{
color: #022036;
}
</style>
background-color css
<style>
a { background-color: #022036; }
a { background-color: rgb(2,32,54); }
div.DivClassName
{
background-color: #022036;
}
.BgClassName
{
background-color: #022036;
}
</style>
border-color css
<style>
span { border-color: #022036; }
span { border-color: rgb(2,32,54); }
td.TdClassName
{
border-color: #022036;
}
.TagClassName
{
border-color: #022036;
}
</style>