Shades of Black Russian #21232E
Tints of Black Russian #21232E
RGB
CMYK
RGB Variations
Color information
#21232E (or 0x21232E) is known color: Black Russian. HEX triplet: 21, 23 and 2E. RGB value is (33,35,46). Sum of RGB (Red+Green+Blue) = 33+35+46=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 46 - color contains mainly: blue. Hex color #21232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232E is #DEDCD1. Grayscale: #232323. Windows color (decimal): -14605522 or 3023649. OLE color: 3023649.
HSL color Cylindrical-coordinate representation of color #21232E: hue angle of 230.77º 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 #21232E is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 35 | 46 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.82 |
| HSL | 230.77º | 0.16% | 0.15% | - |
| HSV(B) | 230.77º | 0.28% | 0.18% | - |
| XYZ | 1.72 | 1.72 | 2.83 | - |
| YUV | 35.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 46 | 0.28 | 0.24 | 0 | 0.82 | 230.77 | 0.16 | 0.15 |
| Hex | 21 | 23 | 2E | 1C | 18 | 0 | 52 | E7 | 10 | F |
| Octal | 41 | 43 | 56 | 34 | 30 | 0 | 122 | 347 | 20 | 17 |
| Binary | 100001 | 100011 | 101110 | 11100 | 11000 | 0 | 1010010 | 11100111 | 10000 | 1111 |
Color Harmonies of #21232E
Complementary color
Monochromatic Colors of #21232E
Black with #21232E
Text Example
Text Example
White with #21232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21232E; }
p { color: rgb(33,35,46); }
H1.HeaderClassName
{
color: #21232E;
}
.AnyTagClassName
{
color: #21232E;
}
</style>
background-color css
<style>
a { background-color: #21232E; }
a { background-color: rgb(33,35,46); }
div.DivClassName
{
background-color: #21232E;
}
.BgClassName
{
background-color: #21232E;
}
</style>
border-color css
<style>
span { border-color: #21232E; }
span { border-color: rgb(33,35,46); }
td.TdClassName
{
border-color: #21232E;
}
.TagClassName
{
border-color: #21232E;
}
</style>