Shades of Black Russian #212228
Tints of Black Russian #212228
RGB
CMYK
RGB Variations
Color information
#212228 (or 0x212228) is known color: Black Russian. HEX triplet: 21, 22 and 28. RGB value is (33,34,40). Sum of RGB (Red+Green+Blue) = 33+34+40=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 40 - color contains mainly: blue. Hex color #212228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212228 is #DEDDD7. Grayscale: #222222. Windows color (decimal): -14605784 or 2630177. OLE color: 2630177.
HSL color Cylindrical-coordinate representation of color #212228: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #212228 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 34 | 40 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.84 |
| HSL | 231.43º | 0.1% | 0.14% | - |
| HSV(B) | 231.43º | 0.18% | 0.16% | - |
| XYZ | 1.58 | 1.62 | 2.24 | - |
| YUV | 34.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 40 | 0.17 | 0.15 | 0 | 0.84 | 231.43 | 0.1 | 0.14 |
| Hex | 21 | 22 | 28 | 11 | F | 0 | 54 | E7 | A | E |
| Octal | 41 | 42 | 50 | 21 | 17 | 0 | 124 | 347 | 12 | 16 |
| Binary | 100001 | 100010 | 101000 | 10001 | 1111 | 0 | 1010100 | 11100111 | 1010 | 1110 |
Color Harmonies of #212228
Complementary color
Monochromatic Colors of #212228
Black with #212228
Text Example
Text Example
White with #212228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212228; }
p { color: rgb(33,34,40); }
H1.HeaderClassName
{
color: #212228;
}
.AnyTagClassName
{
color: #212228;
}
</style>
background-color css
<style>
a { background-color: #212228; }
a { background-color: rgb(33,34,40); }
div.DivClassName
{
background-color: #212228;
}
.BgClassName
{
background-color: #212228;
}
</style>
border-color css
<style>
span { border-color: #212228; }
span { border-color: rgb(33,34,40); }
td.TdClassName
{
border-color: #212228;
}
.TagClassName
{
border-color: #212228;
}
</style>