Shades of Black Pearl #022124
Tints of Black Pearl #022124
RGB
CMYK
RGB Variations
Color information
#022124 (or 0x022124) is known color: Black Pearl. HEX triplet: 02, 21 and 24. RGB value is (2,33,36). Sum of RGB (Red+Green+Blue) = 2+33+36=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #022124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022124 is #FDDEDB. Grayscale: #181818. Windows color (decimal): -16637660 or 2367746. OLE color: 2367746.
HSL color Cylindrical-coordinate representation of color #022124: hue angle of 185.29º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022124 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 33 | 36 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.86 |
| HSL | 185.29º | 0.89% | 0.07% | - |
| HSV(B) | 185.29º | 0.94% | 0.14% | - |
| XYZ | 0.89 | 1.23 | 1.86 | - |
| YUV | 24.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 36 | 0.94 | 0.08 | 0 | 0.86 | 185.29 | 0.89 | 0.07 |
| Hex | 2 | 21 | 24 | 5E | 8 | 0 | 56 | B9 | 59 | 7 |
| Octal | 2 | 41 | 44 | 136 | 10 | 0 | 126 | 271 | 131 | 7 |
| Binary | 10 | 100001 | 100100 | 1011110 | 1000 | 0 | 1010110 | 10111001 | 1011001 | 111 |
Color Harmonies of #022124
Complementary color
Monochromatic Colors of #022124
Black with #022124
Text Example
Text Example
White with #022124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022124; }
p { color: rgb(2,33,36); }
H1.HeaderClassName
{
color: #022124;
}
.AnyTagClassName
{
color: #022124;
}
</style>
background-color css
<style>
a { background-color: #022124; }
a { background-color: rgb(2,33,36); }
div.DivClassName
{
background-color: #022124;
}
.BgClassName
{
background-color: #022124;
}
</style>
border-color css
<style>
span { border-color: #022124; }
span { border-color: rgb(2,33,36); }
td.TdClassName
{
border-color: #022124;
}
.TagClassName
{
border-color: #022124;
}
</style>