Shades of Black Russian #21252D
Tints of Black Russian #21252D
RGB
CMYK
RGB Variations
Color information
#21252D (or 0x21252D) is known color: Black Russian. HEX triplet: 21, 25 and 2D. RGB value is (33,37,45). Sum of RGB (Red+Green+Blue) = 33+37+45=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 45 - color contains mainly: blue. Hex color #21252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21252D is #DEDAD2. Grayscale: #242424. Windows color (decimal): -14605011 or 2958625. OLE color: 2958625.
HSL color Cylindrical-coordinate representation of color #21252D: hue angle of 220º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21252D is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 37 | 45 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.82 |
| HSL | 220º | 0.15% | 0.15% | - |
| HSV(B) | 220º | 0.27% | 0.18% | - |
| XYZ | 1.76 | 1.84 | 2.74 | - |
| YUV | 36.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 45 | 0.27 | 0.18 | 0 | 0.82 | 220 | 0.15 | 0.15 |
| Hex | 21 | 25 | 2D | 1B | 12 | 0 | 52 | DC | F | F |
| Octal | 41 | 45 | 55 | 33 | 22 | 0 | 122 | 334 | 17 | 17 |
| Binary | 100001 | 100101 | 101101 | 11011 | 10010 | 0 | 1010010 | 11011100 | 1111 | 1111 |
Color Harmonies of #21252D
Complementary color
Monochromatic Colors of #21252D
Black with #21252D
Text Example
Text Example
White with #21252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21252D; }
p { color: rgb(33,37,45); }
H1.HeaderClassName
{
color: #21252D;
}
.AnyTagClassName
{
color: #21252D;
}
</style>
background-color css
<style>
a { background-color: #21252D; }
a { background-color: rgb(33,37,45); }
div.DivClassName
{
background-color: #21252D;
}
.BgClassName
{
background-color: #21252D;
}
</style>
border-color css
<style>
span { border-color: #21252D; }
span { border-color: rgb(33,37,45); }
td.TdClassName
{
border-color: #21252D;
}
.TagClassName
{
border-color: #21252D;
}
</style>