Shades of Black Russian #21222D
Tints of Black Russian #21222D
RGB
CMYK
RGB Variations
Color information
#21222D (or 0x21222D) is known color: Black Russian. HEX triplet: 21, 22 and 2D. RGB value is (33,34,45). Sum of RGB (Red+Green+Blue) = 33+34+45=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 45 - color contains mainly: blue. Hex color #21222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21222D is #DEDDD2. Grayscale: #222222. Windows color (decimal): -14605779 or 2957857. OLE color: 2957857.
HSL color Cylindrical-coordinate representation of color #21222D: hue angle of 235º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21222D is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 34 | 45 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.82 |
| HSL | 235º | 0.15% | 0.15% | - |
| HSV(B) | 235º | 0.27% | 0.18% | - |
| XYZ | 1.67 | 1.66 | 2.71 | - |
| YUV | 34.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 45 | 0.27 | 0.24 | 0 | 0.82 | 235 | 0.15 | 0.15 |
| Hex | 21 | 22 | 2D | 1B | 18 | 0 | 52 | EB | F | F |
| Octal | 41 | 42 | 55 | 33 | 30 | 0 | 122 | 353 | 17 | 17 |
| Binary | 100001 | 100010 | 101101 | 11011 | 11000 | 0 | 1010010 | 11101011 | 1111 | 1111 |
Color Harmonies of #21222D
Complementary color
Monochromatic Colors of #21222D
Black with #21222D
Text Example
Text Example
White with #21222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21222D; }
p { color: rgb(33,34,45); }
H1.HeaderClassName
{
color: #21222D;
}
.AnyTagClassName
{
color: #21222D;
}
</style>
background-color css
<style>
a { background-color: #21222D; }
a { background-color: rgb(33,34,45); }
div.DivClassName
{
background-color: #21222D;
}
.BgClassName
{
background-color: #21222D;
}
</style>
border-color css
<style>
span { border-color: #21222D; }
span { border-color: rgb(33,34,45); }
td.TdClassName
{
border-color: #21222D;
}
.TagClassName
{
border-color: #21222D;
}
</style>