Shades of Black Russian #1F222E
Tints of Black Russian #1F222E
RGB
CMYK
RGB Variations
Color information
#1F222E (or 0x1F222E) is known color: Black Russian. HEX triplet: 1F, 22 and 2E. RGB value is (31,34,46). Sum of RGB (Red+Green+Blue) = 31+34+46=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222E is #E0DDD1. Grayscale: #222222. Windows color (decimal): -14736850 or 3023391. OLE color: 3023391.
HSL color Cylindrical-coordinate representation of color #1F222E: hue angle of 228º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F222E is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 34 | 46 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.82 |
| HSL | 228º | 0.19% | 0.15% | - |
| HSV(B) | 228º | 0.33% | 0.18% | - |
| XYZ | 1.63 | 1.63 | 2.81 | - |
| YUV | 34.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 46 | 0.33 | 0.26 | 0 | 0.82 | 228 | 0.19 | 0.15 |
| Hex | 1F | 22 | 2E | 21 | 1A | 0 | 52 | E4 | 13 | F |
| Octal | 37 | 42 | 56 | 41 | 32 | 0 | 122 | 344 | 23 | 17 |
| Binary | 11111 | 100010 | 101110 | 100001 | 11010 | 0 | 1010010 | 11100100 | 10011 | 1111 |
Color Harmonies of #1F222E
Complementary color
Monochromatic Colors of #1F222E
Black with #1F222E
Text Example
Text Example
White with #1F222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F222E; }
p { color: rgb(31,34,46); }
H1.HeaderClassName
{
color: #1F222E;
}
.AnyTagClassName
{
color: #1F222E;
}
</style>
background-color css
<style>
a { background-color: #1F222E; }
a { background-color: rgb(31,34,46); }
div.DivClassName
{
background-color: #1F222E;
}
.BgClassName
{
background-color: #1F222E;
}
</style>
border-color css
<style>
span { border-color: #1F222E; }
span { border-color: rgb(31,34,46); }
td.TdClassName
{
border-color: #1F222E;
}
.TagClassName
{
border-color: #1F222E;
}
</style>