Shades of Black Pearl #222D31
Tints of Black Pearl #222D31
RGB
CMYK
RGB Variations
Color information
#222D31 (or 0x222D31) is known color: Black Pearl. HEX triplet: 22, 2D and 31. RGB value is (34,45,49). Sum of RGB (Red+Green+Blue) = 34+45+49=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #222D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D31 is #DDD2CE. Grayscale: #2A2A2A. Windows color (decimal): -14537423 or 3222818. OLE color: 3222818.
HSL color Cylindrical-coordinate representation of color #222D31: hue angle of 196º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #222D31 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 45 | 49 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.81 |
| HSL | 196º | 0.18% | 0.16% | - |
| HSV(B) | 196º | 0.31% | 0.19% | - |
| XYZ | 2.15 | 2.44 | 3.26 | - |
| YUV | 42.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 49 | 0.31 | 0.08 | 0 | 0.81 | 196 | 0.18 | 0.16 |
| Hex | 22 | 2D | 31 | 1F | 8 | 0 | 51 | C4 | 12 | 10 |
| Octal | 42 | 55 | 61 | 37 | 10 | 0 | 121 | 304 | 22 | 20 |
| Binary | 100010 | 101101 | 110001 | 11111 | 1000 | 0 | 1010001 | 11000100 | 10010 | 10000 |
Color Harmonies of #222D31
Complementary color
Monochromatic Colors of #222D31
Black with #222D31
Text Example
Text Example
White with #222D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D31; }
p { color: rgb(34,45,49); }
H1.HeaderClassName
{
color: #222D31;
}
.AnyTagClassName
{
color: #222D31;
}
</style>
background-color css
<style>
a { background-color: #222D31; }
a { background-color: rgb(34,45,49); }
div.DivClassName
{
background-color: #222D31;
}
.BgClassName
{
background-color: #222D31;
}
</style>
border-color css
<style>
span { border-color: #222D31; }
span { border-color: rgb(34,45,49); }
td.TdClassName
{
border-color: #222D31;
}
.TagClassName
{
border-color: #222D31;
}
</style>