Shades of Black Russian #1F212A
Tints of Black Russian #1F212A
RGB
CMYK
RGB Variations
Color information
#1F212A (or 0x1F212A) is known color: Black Russian. HEX triplet: 1F, 21 and 2A. RGB value is (31,33,42). Sum of RGB (Red+Green+Blue) = 31+33+42=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F212A is #E0DED5. Grayscale: #212121. Windows color (decimal): -14737110 or 2760991. OLE color: 2760991.
HSL color Cylindrical-coordinate representation of color #1F212A: hue angle of 229.09º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F212A is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 33 | 42 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.84 |
| HSL | 229.09º | 0.15% | 0.14% | - |
| HSV(B) | 229.09º | 0.26% | 0.16% | - |
| XYZ | 1.53 | 1.55 | 2.41 | - |
| YUV | 33.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 42 | 0.26 | 0.21 | 0 | 0.84 | 229.09 | 0.15 | 0.14 |
| Hex | 1F | 21 | 2A | 1A | 15 | 0 | 54 | E5 | F | E |
| Octal | 37 | 41 | 52 | 32 | 25 | 0 | 124 | 345 | 17 | 16 |
| Binary | 11111 | 100001 | 101010 | 11010 | 10101 | 0 | 1010100 | 11100101 | 1111 | 1110 |
Color Harmonies of #1F212A
Complementary color
Monochromatic Colors of #1F212A
Black with #1F212A
Text Example
Text Example
White with #1F212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F212A; }
p { color: rgb(31,33,42); }
H1.HeaderClassName
{
color: #1F212A;
}
.AnyTagClassName
{
color: #1F212A;
}
</style>
background-color css
<style>
a { background-color: #1F212A; }
a { background-color: rgb(31,33,42); }
div.DivClassName
{
background-color: #1F212A;
}
.BgClassName
{
background-color: #1F212A;
}
</style>
border-color css
<style>
span { border-color: #1F212A; }
span { border-color: rgb(31,33,42); }
td.TdClassName
{
border-color: #1F212A;
}
.TagClassName
{
border-color: #1F212A;
}
</style>