Shades of Black Pearl #022125
Tints of Black Pearl #022125
RGB
CMYK
RGB Variations
Color information
#022125 (or 0x022125) is known color: Black Pearl. HEX triplet: 02, 21 and 25. RGB value is (2,33,37). Sum of RGB (Red+Green+Blue) = 2+33+37=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #022125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022125 is #FDDEDA. Grayscale: #181818. Windows color (decimal): -16637659 or 2433282. OLE color: 2433282.
HSL color Cylindrical-coordinate representation of color #022125: hue angle of 186.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022125 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 33 | 37 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.85 |
| HSL | 186.86º | 0.9% | 0.08% | - |
| HSV(B) | 186.86º | 0.95% | 0.15% | - |
| XYZ | 0.9 | 1.23 | 1.94 | - |
| YUV | 24.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 37 | 0.95 | 0.11 | 0 | 0.85 | 186.86 | 0.9 | 0.08 |
| Hex | 2 | 21 | 25 | 5F | B | 0 | 55 | BB | 5A | 8 |
| Octal | 2 | 41 | 45 | 137 | 13 | 0 | 125 | 273 | 132 | 10 |
| Binary | 10 | 100001 | 100101 | 1011111 | 1011 | 0 | 1010101 | 10111011 | 1011010 | 1000 |
Color Harmonies of #022125
Complementary color
Monochromatic Colors of #022125
Black with #022125
Text Example
Text Example
White with #022125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022125; }
p { color: rgb(2,33,37); }
H1.HeaderClassName
{
color: #022125;
}
.AnyTagClassName
{
color: #022125;
}
</style>
background-color css
<style>
a { background-color: #022125; }
a { background-color: rgb(2,33,37); }
div.DivClassName
{
background-color: #022125;
}
.BgClassName
{
background-color: #022125;
}
</style>
border-color css
<style>
span { border-color: #022125; }
span { border-color: rgb(2,33,37); }
td.TdClassName
{
border-color: #022125;
}
.TagClassName
{
border-color: #022125;
}
</style>