Shades of Black Russian #21252E
Tints of Black Russian #21252E
RGB
CMYK
RGB Variations
Color information
#21252E (or 0x21252E) is known color: Black Russian. HEX triplet: 21, 25 and 2E. RGB value is (33,37,46). Sum of RGB (Red+Green+Blue) = 33+37+46=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #21252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21252E is #DEDAD1. Grayscale: #242424. Windows color (decimal): -14605010 or 3024161. OLE color: 3024161.
HSL color Cylindrical-coordinate representation of color #21252E: hue angle of 221.54º 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 #21252E is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 37 | 46 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.82 |
| HSL | 221.54º | 0.16% | 0.15% | - |
| HSV(B) | 221.54º | 0.28% | 0.18% | - |
| XYZ | 1.78 | 1.84 | 2.85 | - |
| YUV | 36.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 46 | 0.28 | 0.20 | 0 | 0.82 | 221.54 | 0.16 | 0.15 |
| Hex | 21 | 25 | 2E | 1C | 14 | 0 | 52 | DE | 10 | F |
| Octal | 41 | 45 | 56 | 34 | 24 | 0 | 122 | 336 | 20 | 17 |
| Binary | 100001 | 100101 | 101110 | 11100 | 10100 | 0 | 1010010 | 11011110 | 10000 | 1111 |
Color Harmonies of #21252E
Complementary color
Monochromatic Colors of #21252E
Black with #21252E
Text Example
Text Example
White with #21252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21252E; }
p { color: rgb(33,37,46); }
H1.HeaderClassName
{
color: #21252E;
}
.AnyTagClassName
{
color: #21252E;
}
</style>
background-color css
<style>
a { background-color: #21252E; }
a { background-color: rgb(33,37,46); }
div.DivClassName
{
background-color: #21252E;
}
.BgClassName
{
background-color: #21252E;
}
</style>
border-color css
<style>
span { border-color: #21252E; }
span { border-color: rgb(33,37,46); }
td.TdClassName
{
border-color: #21252E;
}
.TagClassName
{
border-color: #21252E;
}
</style>