Shades of Black Russian #212330
Tints of Black Russian #212330
RGB
CMYK
RGB Variations
Color information
#212330 (or 0x212330) is known color: Black Russian. HEX triplet: 21, 23 and 30. RGB value is (33,35,48). Sum of RGB (Red+Green+Blue) = 33+35+48=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #212330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212330 is #DEDCCF. Grayscale: #232323. Windows color (decimal): -14605520 or 3154721. OLE color: 3154721.
HSL color Cylindrical-coordinate representation of color #212330: hue angle of 232º 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 #212330 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 35 | 48 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.81 |
| HSL | 232º | 0.19% | 0.16% | - |
| HSV(B) | 232º | 0.31% | 0.19% | - |
| XYZ | 1.76 | 1.74 | 3.04 | - |
| YUV | 35.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 48 | 0.31 | 0.27 | 0 | 0.81 | 232 | 0.19 | 0.16 |
| Hex | 21 | 23 | 30 | 1F | 1B | 0 | 51 | E8 | 13 | 10 |
| Octal | 41 | 43 | 60 | 37 | 33 | 0 | 121 | 350 | 23 | 20 |
| Binary | 100001 | 100011 | 110000 | 11111 | 11011 | 0 | 1010001 | 11101000 | 10011 | 10000 |
Color Harmonies of #212330
Complementary color
Monochromatic Colors of #212330
Black with #212330
Text Example
Text Example
White with #212330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212330; }
p { color: rgb(33,35,48); }
H1.HeaderClassName
{
color: #212330;
}
.AnyTagClassName
{
color: #212330;
}
</style>
background-color css
<style>
a { background-color: #212330; }
a { background-color: rgb(33,35,48); }
div.DivClassName
{
background-color: #212330;
}
.BgClassName
{
background-color: #212330;
}
</style>
border-color css
<style>
span { border-color: #212330; }
span { border-color: rgb(33,35,48); }
td.TdClassName
{
border-color: #212330;
}
.TagClassName
{
border-color: #212330;
}
</style>