Shades of Black Russian #1F222C
Tints of Black Russian #1F222C
RGB
CMYK
RGB Variations
Color information
#1F222C (or 0x1F222C) is known color: Black Russian. HEX triplet: 1F, 22 and 2C. RGB value is (31,34,44). Sum of RGB (Red+Green+Blue) = 31+34+44=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222C is #E0DDD3. Grayscale: #222222. Windows color (decimal): -14736852 or 2892319. OLE color: 2892319.
HSL color Cylindrical-coordinate representation of color #1F222C: hue angle of 226.15º 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 #1F222C is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 34 | 44 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.83 |
| HSL | 226.15º | 0.17% | 0.15% | - |
| HSV(B) | 226.15º | 0.3% | 0.17% | - |
| XYZ | 1.59 | 1.62 | 2.61 | - |
| YUV | 34.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 44 | 0.30 | 0.23 | 0 | 0.83 | 226.15 | 0.17 | 0.15 |
| Hex | 1F | 22 | 2C | 1E | 17 | 0 | 53 | E2 | 11 | F |
| Octal | 37 | 42 | 54 | 36 | 27 | 0 | 123 | 342 | 21 | 17 |
| Binary | 11111 | 100010 | 101100 | 11110 | 10111 | 0 | 1010011 | 11100010 | 10001 | 1111 |
Color Harmonies of #1F222C
Complementary color
Monochromatic Colors of #1F222C
Black with #1F222C
Text Example
Text Example
White with #1F222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F222C; }
p { color: rgb(31,34,44); }
H1.HeaderClassName
{
color: #1F222C;
}
.AnyTagClassName
{
color: #1F222C;
}
</style>
background-color css
<style>
a { background-color: #1F222C; }
a { background-color: rgb(31,34,44); }
div.DivClassName
{
background-color: #1F222C;
}
.BgClassName
{
background-color: #1F222C;
}
</style>
border-color css
<style>
span { border-color: #1F222C; }
span { border-color: rgb(31,34,44); }
td.TdClassName
{
border-color: #1F222C;
}
.TagClassName
{
border-color: #1F222C;
}
</style>