Shades of Black Russian #21232F
Tints of Black Russian #21232F
RGB
CMYK
RGB Variations
Color information
#21232F (or 0x21232F) is known color: Black Russian. HEX triplet: 21, 23 and 2F. RGB value is (33,35,47). Sum of RGB (Red+Green+Blue) = 33+35+47=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #21232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232F is #DEDCD0. Grayscale: #232323. Windows color (decimal): -14605521 or 3089185. OLE color: 3089185.
HSL color Cylindrical-coordinate representation of color #21232F: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #21232F is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 35 | 47 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.82 |
| HSL | 231.43º | 0.18% | 0.16% | - |
| HSV(B) | 231.43º | 0.3% | 0.18% | - |
| XYZ | 1.74 | 1.73 | 2.93 | - |
| YUV | 35.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 47 | 0.30 | 0.26 | 0 | 0.82 | 231.43 | 0.18 | 0.16 |
| Hex | 21 | 23 | 2F | 1E | 1A | 0 | 52 | E7 | 12 | 10 |
| Octal | 41 | 43 | 57 | 36 | 32 | 0 | 122 | 347 | 22 | 20 |
| Binary | 100001 | 100011 | 101111 | 11110 | 11010 | 0 | 1010010 | 11100111 | 10010 | 10000 |
Color Harmonies of #21232F
Complementary color
Monochromatic Colors of #21232F
Black with #21232F
Text Example
Text Example
White with #21232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21232F; }
p { color: rgb(33,35,47); }
H1.HeaderClassName
{
color: #21232F;
}
.AnyTagClassName
{
color: #21232F;
}
</style>
background-color css
<style>
a { background-color: #21232F; }
a { background-color: rgb(33,35,47); }
div.DivClassName
{
background-color: #21232F;
}
.BgClassName
{
background-color: #21232F;
}
</style>
border-color css
<style>
span { border-color: #21232F; }
span { border-color: rgb(33,35,47); }
td.TdClassName
{
border-color: #21232F;
}
.TagClassName
{
border-color: #21232F;
}
</style>