Shades of Black Russian #1F2027
Tints of Black Russian #1F2027
RGB
CMYK
RGB Variations
Color information
#1F2027 (or 0x1F2027) is known color: Black Russian. HEX triplet: 1F, 20 and 27. RGB value is (31,32,39). Sum of RGB (Red+Green+Blue) = 31+32+39=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F2027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2027 is #E0DFD8. Grayscale: #202020. Windows color (decimal): -14737369 or 2564127. OLE color: 2564127.
HSL color Cylindrical-coordinate representation of color #1F2027: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1F2027 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 32 | 39 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.85 |
| HSL | 232.5º | 0.11% | 0.14% | - |
| HSV(B) | 232.5º | 0.21% | 0.15% | - |
| XYZ | 1.45 | 1.47 | 2.13 | - |
| YUV | 32.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 39 | 0.21 | 0.18 | 0 | 0.85 | 232.5 | 0.11 | 0.14 |
| Hex | 1F | 20 | 27 | 15 | 12 | 0 | 55 | E8 | B | E |
| Octal | 37 | 40 | 47 | 25 | 22 | 0 | 125 | 350 | 13 | 16 |
| Binary | 11111 | 100000 | 100111 | 10101 | 10010 | 0 | 1010101 | 11101000 | 1011 | 1110 |
Color Harmonies of #1F2027
Complementary color
Monochromatic Colors of #1F2027
Black with #1F2027
Text Example
Text Example
White with #1F2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2027; }
p { color: rgb(31,32,39); }
H1.HeaderClassName
{
color: #1F2027;
}
.AnyTagClassName
{
color: #1F2027;
}
</style>
background-color css
<style>
a { background-color: #1F2027; }
a { background-color: rgb(31,32,39); }
div.DivClassName
{
background-color: #1F2027;
}
.BgClassName
{
background-color: #1F2027;
}
</style>
border-color css
<style>
span { border-color: #1F2027; }
span { border-color: rgb(31,32,39); }
td.TdClassName
{
border-color: #1F2027;
}
.TagClassName
{
border-color: #1F2027;
}
</style>