Shades of Black Russian #222331
Tints of Black Russian #222331
RGB
CMYK
RGB Variations
Color information
#222331 (or 0x222331) is known color: Black Russian. HEX triplet: 22, 23 and 31. RGB value is (34,35,49). Sum of RGB (Red+Green+Blue) = 34+35+49=118 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.81% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #222331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222331 is #DDDCCE. Grayscale: #242424. Windows color (decimal): -14539983 or 3220258. OLE color: 3220258.
HSL color Cylindrical-coordinate representation of color #222331: hue angle of 236º 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 #222331 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 35 | 49 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.81 |
| HSL | 236º | 0.18% | 0.16% | - |
| HSV(B) | 236º | 0.31% | 0.19% | - |
| XYZ | 1.82 | 1.76 | 3.15 | - |
| YUV | 36.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 49 | 0.31 | 0.29 | 0 | 0.81 | 236 | 0.18 | 0.16 |
| Hex | 22 | 23 | 31 | 1F | 1D | 0 | 51 | EC | 12 | 10 |
| Octal | 42 | 43 | 61 | 37 | 35 | 0 | 121 | 354 | 22 | 20 |
| Binary | 100010 | 100011 | 110001 | 11111 | 11101 | 0 | 1010001 | 11101100 | 10010 | 10000 |
Color Harmonies of #222331
Complementary color
Monochromatic Colors of #222331
Black with #222331
Text Example
Text Example
White with #222331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222331; }
p { color: rgb(34,35,49); }
H1.HeaderClassName
{
color: #222331;
}
.AnyTagClassName
{
color: #222331;
}
</style>
background-color css
<style>
a { background-color: #222331; }
a { background-color: rgb(34,35,49); }
div.DivClassName
{
background-color: #222331;
}
.BgClassName
{
background-color: #222331;
}
</style>
border-color css
<style>
span { border-color: #222331; }
span { border-color: rgb(34,35,49); }
td.TdClassName
{
border-color: #222331;
}
.TagClassName
{
border-color: #222331;
}
</style>