Shades of Black Pearl #022136
Tints of Black Pearl #022136
RGB
CMYK
RGB Variations
Color information
#022136 (or 0x022136) is known color: Black Pearl. HEX triplet: 02, 21 and 36. RGB value is (2,33,54). Sum of RGB (Red+Green+Blue) = 2+33+54=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #022136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022136 is #FDDEC9. Grayscale: #1A1A1A. Windows color (decimal): -16637642 or 3547394. OLE color: 3547394.
HSL color Cylindrical-coordinate representation of color #022136: hue angle of 204.23º 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 #022136 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 33 | 54 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.79 |
| HSL | 204.23º | 0.93% | 0.11% | - |
| HSV(B) | 204.23º | 0.96% | 0.21% | - |
| XYZ | 1.23 | 1.37 | 3.69 | - |
| YUV | 26.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 54 | 0.96 | 0.39 | 0 | 0.79 | 204.23 | 0.93 | 0.11 |
| Hex | 2 | 21 | 36 | 60 | 27 | 0 | 4F | CC | 5D | B |
| Octal | 2 | 41 | 66 | 140 | 47 | 0 | 117 | 314 | 135 | 13 |
| Binary | 10 | 100001 | 110110 | 1100000 | 100111 | 0 | 1001111 | 11001100 | 1011101 | 1011 |
Color Harmonies of #022136
Complementary color
Monochromatic Colors of #022136
Black with #022136
Text Example
Text Example
White with #022136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022136; }
p { color: rgb(2,33,54); }
H1.HeaderClassName
{
color: #022136;
}
.AnyTagClassName
{
color: #022136;
}
</style>
background-color css
<style>
a { background-color: #022136; }
a { background-color: rgb(2,33,54); }
div.DivClassName
{
background-color: #022136;
}
.BgClassName
{
background-color: #022136;
}
</style>
border-color css
<style>
span { border-color: #022136; }
span { border-color: rgb(2,33,54); }
td.TdClassName
{
border-color: #022136;
}
.TagClassName
{
border-color: #022136;
}
</style>