Shades of Black Russian #1F2028
Tints of Black Russian #1F2028
RGB
CMYK
RGB Variations
Color information
#1F2028 (or 0x1F2028) is known color: Black Russian. HEX triplet: 1F, 20 and 28. RGB value is (31,32,40). Sum of RGB (Red+Green+Blue) = 31+32+40=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #1F2028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2028 is #E0DFD7. Grayscale: #202020. Windows color (decimal): -14737368 or 2629663. OLE color: 2629663.
HSL color Cylindrical-coordinate representation of color #1F2028: hue angle of 233.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F2028 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 32 | 40 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.84 |
| HSL | 233.33º | 0.13% | 0.14% | - |
| HSV(B) | 233.33º | 0.23% | 0.16% | - |
| XYZ | 1.46 | 1.48 | 2.22 | - |
| YUV | 32.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 40 | 0.22 | 0.20 | 0 | 0.84 | 233.33 | 0.13 | 0.14 |
| Hex | 1F | 20 | 28 | 16 | 14 | 0 | 54 | E9 | D | E |
| Octal | 37 | 40 | 50 | 26 | 24 | 0 | 124 | 351 | 15 | 16 |
| Binary | 11111 | 100000 | 101000 | 10110 | 10100 | 0 | 1010100 | 11101001 | 1101 | 1110 |
Color Harmonies of #1F2028
Complementary color
Monochromatic Colors of #1F2028
Black with #1F2028
Text Example
Text Example
White with #1F2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2028; }
p { color: rgb(31,32,40); }
H1.HeaderClassName
{
color: #1F2028;
}
.AnyTagClassName
{
color: #1F2028;
}
</style>
background-color css
<style>
a { background-color: #1F2028; }
a { background-color: rgb(31,32,40); }
div.DivClassName
{
background-color: #1F2028;
}
.BgClassName
{
background-color: #1F2028;
}
</style>
border-color css
<style>
span { border-color: #1F2028; }
span { border-color: rgb(31,32,40); }
td.TdClassName
{
border-color: #1F2028;
}
.TagClassName
{
border-color: #1F2028;
}
</style>