Shades of Black Russian #212234
Tints of Black Russian #212234
RGB
CMYK
RGB Variations
Color information
#212234 (or 0x212234) is known color: Black Russian. HEX triplet: 21, 22 and 34. RGB value is (33,34,52). Sum of RGB (Red+Green+Blue) = 33+34+52=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #212234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212234 is #DEDDCB. Grayscale: #232323. Windows color (decimal): -14605772 or 3416609. OLE color: 3416609.
HSL color Cylindrical-coordinate representation of color #212234: hue angle of 236.84º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212234 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 34 | 52 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.80 |
| HSL | 236.84º | 0.22% | 0.17% | - |
| HSV(B) | 236.84º | 0.37% | 0.2% | - |
| XYZ | 1.82 | 1.72 | 3.48 | - |
| YUV | 35.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 52 | 0.37 | 0.35 | 0 | 0.80 | 236.84 | 0.22 | 0.17 |
| Hex | 21 | 22 | 34 | 25 | 23 | 0 | 50 | ED | 16 | 11 |
| Octal | 41 | 42 | 64 | 45 | 43 | 0 | 120 | 355 | 26 | 21 |
| Binary | 100001 | 100010 | 110100 | 100101 | 100011 | 0 | 1010000 | 11101101 | 10110 | 10001 |
Color Harmonies of #212234
Complementary color
Monochromatic Colors of #212234
Black with #212234
Text Example
Text Example
White with #212234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212234; }
p { color: rgb(33,34,52); }
H1.HeaderClassName
{
color: #212234;
}
.AnyTagClassName
{
color: #212234;
}
</style>
background-color css
<style>
a { background-color: #212234; }
a { background-color: rgb(33,34,52); }
div.DivClassName
{
background-color: #212234;
}
.BgClassName
{
background-color: #212234;
}
</style>
border-color css
<style>
span { border-color: #212234; }
span { border-color: rgb(33,34,52); }
td.TdClassName
{
border-color: #212234;
}
.TagClassName
{
border-color: #212234;
}
</style>