Shades of Black Russian #21222E
Tints of Black Russian #21222E
RGB
CMYK
RGB Variations
Color information
#21222E (or 0x21222E) is known color: Black Russian. HEX triplet: 21, 22 and 2E. RGB value is (33,34,46). Sum of RGB (Red+Green+Blue) = 33+34+46=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #21222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21222E is #DEDDD1. Grayscale: #232323. Windows color (decimal): -14605778 or 3023393. OLE color: 3023393.
HSL color Cylindrical-coordinate representation of color #21222E: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #21222E is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 34 | 46 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.82 |
| HSL | 235.38º | 0.16% | 0.15% | - |
| HSV(B) | 235.38º | 0.28% | 0.18% | - |
| XYZ | 1.69 | 1.66 | 2.82 | - |
| YUV | 35.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 46 | 0.28 | 0.26 | 0 | 0.82 | 235.38 | 0.16 | 0.15 |
| Hex | 21 | 22 | 2E | 1C | 1A | 0 | 52 | EB | 10 | F |
| Octal | 41 | 42 | 56 | 34 | 32 | 0 | 122 | 353 | 20 | 17 |
| Binary | 100001 | 100010 | 101110 | 11100 | 11010 | 0 | 1010010 | 11101011 | 10000 | 1111 |
Color Harmonies of #21222E
Complementary color
Monochromatic Colors of #21222E
Black with #21222E
Text Example
Text Example
White with #21222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21222E; }
p { color: rgb(33,34,46); }
H1.HeaderClassName
{
color: #21222E;
}
.AnyTagClassName
{
color: #21222E;
}
</style>
background-color css
<style>
a { background-color: #21222E; }
a { background-color: rgb(33,34,46); }
div.DivClassName
{
background-color: #21222E;
}
.BgClassName
{
background-color: #21222E;
}
</style>
border-color css
<style>
span { border-color: #21222E; }
span { border-color: rgb(33,34,46); }
td.TdClassName
{
border-color: #21222E;
}
.TagClassName
{
border-color: #21222E;
}
</style>