Shades of Black Russian #1F222A
Tints of Black Russian #1F222A
RGB
CMYK
RGB Variations
Color information
#1F222A (or 0x1F222A) is known color: Black Russian. HEX triplet: 1F, 22 and 2A. RGB value is (31,34,42). Sum of RGB (Red+Green+Blue) = 31+34+42=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222A is #E0DDD5. Grayscale: #212121. Windows color (decimal): -14736854 or 2761247. OLE color: 2761247.
HSL color Cylindrical-coordinate representation of color #1F222A: hue angle of 223.64º 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 #1F222A is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 34 | 42 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.84 |
| HSL | 223.64º | 0.15% | 0.14% | - |
| HSV(B) | 223.64º | 0.26% | 0.16% | - |
| XYZ | 1.56 | 1.6 | 2.42 | - |
| YUV | 34.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 42 | 0.26 | 0.19 | 0 | 0.84 | 223.64 | 0.15 | 0.14 |
| Hex | 1F | 22 | 2A | 1A | 13 | 0 | 54 | E0 | F | E |
| Octal | 37 | 42 | 52 | 32 | 23 | 0 | 124 | 340 | 17 | 16 |
| Binary | 11111 | 100010 | 101010 | 11010 | 10011 | 0 | 1010100 | 11100000 | 1111 | 1110 |
Color Harmonies of #1F222A
Complementary color
Monochromatic Colors of #1F222A
Black with #1F222A
Text Example
Text Example
White with #1F222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F222A; }
p { color: rgb(31,34,42); }
H1.HeaderClassName
{
color: #1F222A;
}
.AnyTagClassName
{
color: #1F222A;
}
</style>
background-color css
<style>
a { background-color: #1F222A; }
a { background-color: rgb(31,34,42); }
div.DivClassName
{
background-color: #1F222A;
}
.BgClassName
{
background-color: #1F222A;
}
</style>
border-color css
<style>
span { border-color: #1F222A; }
span { border-color: rgb(31,34,42); }
td.TdClassName
{
border-color: #1F222A;
}
.TagClassName
{
border-color: #1F222A;
}
</style>