Shades of Black Pearl #222526
Tints of Black Pearl #222526
RGB
CMYK
RGB Variations
Color information
#222526 (or 0x222526) is known color: Black Pearl. HEX triplet: 22, 25 and 26. RGB value is (34,37,38). Sum of RGB (Red+Green+Blue) = 34+37+38=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 38 - color contains mainly: blue. Hex color #222526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222526 is #DDDAD9. Grayscale: #242424. Windows color (decimal): -14539482 or 2499874. OLE color: 2499874.
HSL color Cylindrical-coordinate representation of color #222526: hue angle of 195º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #222526 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 37 | 38 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.85 |
| HSL | 195º | 0.06% | 0.14% | - |
| HSV(B) | 195º | 0.11% | 0.15% | - |
| XYZ | 1.67 | 1.8 | 2.09 | - |
| YUV | 36.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 38 | 0.11 | 0.03 | 0 | 0.85 | 195 | 0.06 | 0.14 |
| Hex | 22 | 25 | 26 | B | 3 | 0 | 55 | C3 | 6 | E |
| Octal | 42 | 45 | 46 | 13 | 3 | 0 | 125 | 303 | 6 | 16 |
| Binary | 100010 | 100101 | 100110 | 1011 | 11 | 0 | 1010101 | 11000011 | 110 | 1110 |
Color Harmonies of #222526
Complementary color
Monochromatic Colors of #222526
Black with #222526
Text Example
Text Example
White with #222526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222526; }
p { color: rgb(34,37,38); }
H1.HeaderClassName
{
color: #222526;
}
.AnyTagClassName
{
color: #222526;
}
</style>
background-color css
<style>
a { background-color: #222526; }
a { background-color: rgb(34,37,38); }
div.DivClassName
{
background-color: #222526;
}
.BgClassName
{
background-color: #222526;
}
</style>
border-color css
<style>
span { border-color: #222526; }
span { border-color: rgb(34,37,38); }
td.TdClassName
{
border-color: #222526;
}
.TagClassName
{
border-color: #222526;
}
</style>