Shades of Black Pearl #022226
Tints of Black Pearl #022226
RGB
CMYK
RGB Variations
Color information
#022226 (or 0x022226) is known color: Black Pearl. HEX triplet: 02, 22 and 26. RGB value is (2,34,38). Sum of RGB (Red+Green+Blue) = 2+34+38=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #022226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022226 is #FDDDD9. Grayscale: #181818. Windows color (decimal): -16637402 or 2499074. OLE color: 2499074.
HSL color Cylindrical-coordinate representation of color #022226: hue angle of 186.67º 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 #022226 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 34 | 38 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.85 |
| HSL | 186.67º | 0.9% | 0.08% | - |
| HSV(B) | 186.67º | 0.95% | 0.15% | - |
| XYZ | 0.95 | 1.3 | 2.03 | - |
| YUV | 24.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 38 | 0.95 | 0.11 | 0 | 0.85 | 186.67 | 0.9 | 0.08 |
| Hex | 2 | 22 | 26 | 5F | B | 0 | 55 | BB | 5A | 8 |
| Octal | 2 | 42 | 46 | 137 | 13 | 0 | 125 | 273 | 132 | 10 |
| Binary | 10 | 100010 | 100110 | 1011111 | 1011 | 0 | 1010101 | 10111011 | 1011010 | 1000 |
Color Harmonies of #022226
Complementary color
Monochromatic Colors of #022226
Black with #022226
Text Example
Text Example
White with #022226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022226; }
p { color: rgb(2,34,38); }
H1.HeaderClassName
{
color: #022226;
}
.AnyTagClassName
{
color: #022226;
}
</style>
background-color css
<style>
a { background-color: #022226; }
a { background-color: rgb(2,34,38); }
div.DivClassName
{
background-color: #022226;
}
.BgClassName
{
background-color: #022226;
}
</style>
border-color css
<style>
span { border-color: #022226; }
span { border-color: rgb(2,34,38); }
td.TdClassName
{
border-color: #022226;
}
.TagClassName
{
border-color: #022226;
}
</style>