Shades of Black Russian #21232C
Tints of Black Russian #21232C
RGB
CMYK
RGB Variations
Color information
#21232C (or 0x21232C) is known color: Black Russian. HEX triplet: 21, 23 and 2C. RGB value is (33,35,44). Sum of RGB (Red+Green+Blue) = 33+35+44=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 44 - color contains mainly: blue. Hex color #21232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21232C is #DEDCD3. Grayscale: #232323. Windows color (decimal): -14605524 or 2892577. OLE color: 2892577.
HSL color Cylindrical-coordinate representation of color #21232C: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #21232C is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 35 | 44 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.83 |
| HSL | 229.09º | 0.14% | 0.15% | - |
| HSV(B) | 229.09º | 0.25% | 0.17% | - |
| XYZ | 1.68 | 1.71 | 2.62 | - |
| YUV | 35.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 44 | 0.25 | 0.20 | 0 | 0.83 | 229.09 | 0.14 | 0.15 |
| Hex | 21 | 23 | 2C | 19 | 14 | 0 | 53 | E5 | E | F |
| Octal | 41 | 43 | 54 | 31 | 24 | 0 | 123 | 345 | 16 | 17 |
| Binary | 100001 | 100011 | 101100 | 11001 | 10100 | 0 | 1010011 | 11100101 | 1110 | 1111 |
Color Harmonies of #21232C
Complementary color
Monochromatic Colors of #21232C
Black with #21232C
Text Example
Text Example
White with #21232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21232C; }
p { color: rgb(33,35,44); }
H1.HeaderClassName
{
color: #21232C;
}
.AnyTagClassName
{
color: #21232C;
}
</style>
background-color css
<style>
a { background-color: #21232C; }
a { background-color: rgb(33,35,44); }
div.DivClassName
{
background-color: #21232C;
}
.BgClassName
{
background-color: #21232C;
}
</style>
border-color css
<style>
span { border-color: #21232C; }
span { border-color: rgb(33,35,44); }
td.TdClassName
{
border-color: #21232C;
}
.TagClassName
{
border-color: #21232C;
}
</style>