Shades of Black Russian #1F212C
Tints of Black Russian #1F212C
RGB
CMYK
RGB Variations
Color information
#1F212C (or 0x1F212C) is known color: Black Russian. HEX triplet: 1F, 21 and 2C. RGB value is (31,33,44). Sum of RGB (Red+Green+Blue) = 31+33+44=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F212C is #E0DED3. Grayscale: #212121. Windows color (decimal): -14737108 or 2892063. OLE color: 2892063.
HSL color Cylindrical-coordinate representation of color #1F212C: hue angle of 230.77º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F212C is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 33 | 44 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.83 |
| HSL | 230.77º | 0.17% | 0.15% | - |
| HSV(B) | 230.77º | 0.3% | 0.17% | - |
| XYZ | 1.56 | 1.56 | 2.6 | - |
| YUV | 33.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 44 | 0.30 | 0.25 | 0 | 0.83 | 230.77 | 0.17 | 0.15 |
| Hex | 1F | 21 | 2C | 1E | 19 | 0 | 53 | E7 | 11 | F |
| Octal | 37 | 41 | 54 | 36 | 31 | 0 | 123 | 347 | 21 | 17 |
| Binary | 11111 | 100001 | 101100 | 11110 | 11001 | 0 | 1010011 | 11100111 | 10001 | 1111 |
Color Harmonies of #1F212C
Complementary color
Monochromatic Colors of #1F212C
Black with #1F212C
Text Example
Text Example
White with #1F212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F212C; }
p { color: rgb(31,33,44); }
H1.HeaderClassName
{
color: #1F212C;
}
.AnyTagClassName
{
color: #1F212C;
}
</style>
background-color css
<style>
a { background-color: #1F212C; }
a { background-color: rgb(31,33,44); }
div.DivClassName
{
background-color: #1F212C;
}
.BgClassName
{
background-color: #1F212C;
}
</style>
border-color css
<style>
span { border-color: #1F212C; }
span { border-color: rgb(31,33,44); }
td.TdClassName
{
border-color: #1F212C;
}
.TagClassName
{
border-color: #1F212C;
}
</style>