Shades of Black Russian #22242A
Tints of Black Russian #22242A
RGB
CMYK
RGB Variations
Color information
#22242A (or 0x22242A) is known color: Black Russian. HEX triplet: 22, 24 and 2A. RGB value is (34,36,42). Sum of RGB (Red+Green+Blue) = 34+36+42=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #22242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22242A is #DDDBD5. Grayscale: #242424. Windows color (decimal): -14539734 or 2761762. OLE color: 2761762.
HSL color Cylindrical-coordinate representation of color #22242A: hue angle of 225º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #22242A is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 36 | 42 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.84 |
| HSL | 225º | 0.11% | 0.15% | - |
| HSV(B) | 225º | 0.19% | 0.16% | - |
| XYZ | 1.71 | 1.77 | 2.44 | - |
| YUV | 36.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 42 | 0.19 | 0.14 | 0 | 0.84 | 225 | 0.11 | 0.15 |
| Hex | 22 | 24 | 2A | 13 | E | 0 | 54 | E1 | B | F |
| Octal | 42 | 44 | 52 | 23 | 16 | 0 | 124 | 341 | 13 | 17 |
| Binary | 100010 | 100100 | 101010 | 10011 | 1110 | 0 | 1010100 | 11100001 | 1011 | 1111 |
Color Harmonies of #22242A
Complementary color
Monochromatic Colors of #22242A
Black with #22242A
Text Example
Text Example
White with #22242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22242A; }
p { color: rgb(34,36,42); }
H1.HeaderClassName
{
color: #22242A;
}
.AnyTagClassName
{
color: #22242A;
}
</style>
background-color css
<style>
a { background-color: #22242A; }
a { background-color: rgb(34,36,42); }
div.DivClassName
{
background-color: #22242A;
}
.BgClassName
{
background-color: #22242A;
}
</style>
border-color css
<style>
span { border-color: #22242A; }
span { border-color: rgb(34,36,42); }
td.TdClassName
{
border-color: #22242A;
}
.TagClassName
{
border-color: #22242A;
}
</style>