Shades of Black Russian #21242E
Tints of Black Russian #21242E
RGB
CMYK
RGB Variations
Color information
#21242E (or 0x21242E) is known color: Black Russian. HEX triplet: 21, 24 and 2E. RGB value is (33,36,46). Sum of RGB (Red+Green+Blue) = 33+36+46=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: blue. Hex color #21242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21242E is #DEDBD1. Grayscale: #242424. Windows color (decimal): -14605266 or 3023905. OLE color: 3023905.
HSL color Cylindrical-coordinate representation of color #21242E: hue angle of 226.15º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #21242E is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 36 | 46 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.82 |
| HSL | 226.15º | 0.16% | 0.15% | - |
| HSV(B) | 226.15º | 0.28% | 0.18% | - |
| XYZ | 1.75 | 1.78 | 2.84 | - |
| YUV | 36.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 46 | 0.28 | 0.22 | 0 | 0.82 | 226.15 | 0.16 | 0.15 |
| Hex | 21 | 24 | 2E | 1C | 16 | 0 | 52 | E2 | 10 | F |
| Octal | 41 | 44 | 56 | 34 | 26 | 0 | 122 | 342 | 20 | 17 |
| Binary | 100001 | 100100 | 101110 | 11100 | 10110 | 0 | 1010010 | 11100010 | 10000 | 1111 |
Color Harmonies of #21242E
Complementary color
Monochromatic Colors of #21242E
Black with #21242E
Text Example
Text Example
White with #21242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21242E; }
p { color: rgb(33,36,46); }
H1.HeaderClassName
{
color: #21242E;
}
.AnyTagClassName
{
color: #21242E;
}
</style>
background-color css
<style>
a { background-color: #21242E; }
a { background-color: rgb(33,36,46); }
div.DivClassName
{
background-color: #21242E;
}
.BgClassName
{
background-color: #21242E;
}
</style>
border-color css
<style>
span { border-color: #21242E; }
span { border-color: rgb(33,36,46); }
td.TdClassName
{
border-color: #21242E;
}
.TagClassName
{
border-color: #21242E;
}
</style>