Shades of Black Russian #212126
Tints of Black Russian #212126
RGB
CMYK
RGB Variations
Color information
#212126 (or 0x212126) is known color: Black Russian. HEX triplet: 21, 21 and 26. RGB value is (33,33,38). Sum of RGB (Red+Green+Blue) = 33+33+38=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 38 - color contains mainly: blue. Hex color #212126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212126 is #DEDED9. Grayscale: #212121. Windows color (decimal): -14606042 or 2498849. OLE color: 2498849.
HSL color Cylindrical-coordinate representation of color #212126: hue angle of 240º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #212126 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 33 | 38 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.85 |
| HSL | 240º | 0.07% | 0.14% | - |
| HSV(B) | 240º | 0.13% | 0.15% | - |
| XYZ | 1.52 | 1.55 | 2.05 | - |
| YUV | 33.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 38 | 0.13 | 0.13 | 0 | 0.85 | 240 | 0.07 | 0.14 |
| Hex | 21 | 21 | 26 | D | D | 0 | 55 | F0 | 7 | E |
| Octal | 41 | 41 | 46 | 15 | 15 | 0 | 125 | 360 | 7 | 16 |
| Binary | 100001 | 100001 | 100110 | 1101 | 1101 | 0 | 1010101 | 11110000 | 111 | 1110 |
Color Harmonies of #212126
Complementary color
Monochromatic Colors of #212126
Black with #212126
Text Example
Text Example
White with #212126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212126; }
p { color: rgb(33,33,38); }
H1.HeaderClassName
{
color: #212126;
}
.AnyTagClassName
{
color: #212126;
}
</style>
background-color css
<style>
a { background-color: #212126; }
a { background-color: rgb(33,33,38); }
div.DivClassName
{
background-color: #212126;
}
.BgClassName
{
background-color: #212126;
}
</style>
border-color css
<style>
span { border-color: #212126; }
span { border-color: rgb(33,33,38); }
td.TdClassName
{
border-color: #212126;
}
.TagClassName
{
border-color: #212126;
}
</style>