Shades of Black Russian #1F2126
Tints of Black Russian #1F2126
RGB
CMYK
RGB Variations
Color information
#1F2126 (or 0x1F2126) is known color: Black Russian. HEX triplet: 1F, 21 and 26. RGB value is (31,33,38). Sum of RGB (Red+Green+Blue) = 31+33+38=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 38 (15.23% from 255 or 37.25% from 102); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2126 is #E0DED9. Grayscale: #202020. Windows color (decimal): -14737114 or 2498847. OLE color: 2498847.
HSL color Cylindrical-coordinate representation of color #1F2126: hue angle of 222.86º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1F2126 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 33 | 38 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.85 |
| HSL | 222.86º | 0.1% | 0.14% | - |
| HSV(B) | 222.86º | 0.18% | 0.15% | - |
| XYZ | 1.46 | 1.52 | 2.05 | - |
| YUV | 32.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 38 | 0.18 | 0.13 | 0 | 0.85 | 222.86 | 0.1 | 0.14 |
| Hex | 1F | 21 | 26 | 12 | D | 0 | 55 | DF | A | E |
| Octal | 37 | 41 | 46 | 22 | 15 | 0 | 125 | 337 | 12 | 16 |
| Binary | 11111 | 100001 | 100110 | 10010 | 1101 | 0 | 1010101 | 11011111 | 1010 | 1110 |
Color Harmonies of #1F2126
Complementary color
Monochromatic Colors of #1F2126
Black with #1F2126
Text Example
Text Example
White with #1F2126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2126; }
p { color: rgb(31,33,38); }
H1.HeaderClassName
{
color: #1F2126;
}
.AnyTagClassName
{
color: #1F2126;
}
</style>
background-color css
<style>
a { background-color: #1F2126; }
a { background-color: rgb(31,33,38); }
div.DivClassName
{
background-color: #1F2126;
}
.BgClassName
{
background-color: #1F2126;
}
</style>
border-color css
<style>
span { border-color: #1F2126; }
span { border-color: rgb(31,33,38); }
td.TdClassName
{
border-color: #1F2126;
}
.TagClassName
{
border-color: #1F2126;
}
</style>