Shades of Black Russian #212230
Tints of Black Russian #212230
RGB
CMYK
RGB Variations
Color information
#212230 (or 0x212230) is known color: Black Russian. HEX triplet: 21, 22 and 30. RGB value is (33,34,48). Sum of RGB (Red+Green+Blue) = 33+34+48=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #212230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212230 is #DEDDCF. Grayscale: #232323. Windows color (decimal): -14605776 or 3154465. OLE color: 3154465.
HSL color Cylindrical-coordinate representation of color #212230: hue angle of 236º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212230 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 34 | 48 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.81 |
| HSL | 236º | 0.19% | 0.16% | - |
| HSV(B) | 236º | 0.31% | 0.19% | - |
| XYZ | 1.73 | 1.68 | 3.03 | - |
| YUV | 35.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 48 | 0.31 | 0.29 | 0 | 0.81 | 236 | 0.19 | 0.16 |
| Hex | 21 | 22 | 30 | 1F | 1D | 0 | 51 | EC | 13 | 10 |
| Octal | 41 | 42 | 60 | 37 | 35 | 0 | 121 | 354 | 23 | 20 |
| Binary | 100001 | 100010 | 110000 | 11111 | 11101 | 0 | 1010001 | 11101100 | 10011 | 10000 |
Color Harmonies of #212230
Complementary color
Monochromatic Colors of #212230
Black with #212230
Text Example
Text Example
White with #212230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212230; }
p { color: rgb(33,34,48); }
H1.HeaderClassName
{
color: #212230;
}
.AnyTagClassName
{
color: #212230;
}
</style>
background-color css
<style>
a { background-color: #212230; }
a { background-color: rgb(33,34,48); }
div.DivClassName
{
background-color: #212230;
}
.BgClassName
{
background-color: #212230;
}
</style>
border-color css
<style>
span { border-color: #212230; }
span { border-color: rgb(33,34,48); }
td.TdClassName
{
border-color: #212230;
}
.TagClassName
{
border-color: #212230;
}
</style>