Shades of Black Russian #1F2127
Tints of Black Russian #1F2127
RGB
CMYK
RGB Variations
Color information
#1F2127 (or 0x1F2127) is known color: Black Russian. HEX triplet: 1F, 21 and 27. RGB value is (31,33,39). Sum of RGB (Red+Green+Blue) = 31+33+39=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2127 is #E0DED8. Grayscale: #212121. Windows color (decimal): -14737113 or 2564383. OLE color: 2564383.
HSL color Cylindrical-coordinate representation of color #1F2127: hue angle of 225º 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 #1F2127 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 33 | 39 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.85 |
| HSL | 225º | 0.11% | 0.14% | - |
| HSV(B) | 225º | 0.21% | 0.15% | - |
| XYZ | 1.48 | 1.53 | 2.14 | - |
| YUV | 33.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 39 | 0.21 | 0.15 | 0 | 0.85 | 225 | 0.11 | 0.14 |
| Hex | 1F | 21 | 27 | 15 | F | 0 | 55 | E1 | B | E |
| Octal | 37 | 41 | 47 | 25 | 17 | 0 | 125 | 341 | 13 | 16 |
| Binary | 11111 | 100001 | 100111 | 10101 | 1111 | 0 | 1010101 | 11100001 | 1011 | 1110 |
Color Harmonies of #1F2127
Complementary color
Monochromatic Colors of #1F2127
Black with #1F2127
Text Example
Text Example
White with #1F2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2127; }
p { color: rgb(31,33,39); }
H1.HeaderClassName
{
color: #1F2127;
}
.AnyTagClassName
{
color: #1F2127;
}
</style>
background-color css
<style>
a { background-color: #1F2127; }
a { background-color: rgb(31,33,39); }
div.DivClassName
{
background-color: #1F2127;
}
.BgClassName
{
background-color: #1F2127;
}
</style>
border-color css
<style>
span { border-color: #1F2127; }
span { border-color: rgb(31,33,39); }
td.TdClassName
{
border-color: #1F2127;
}
.TagClassName
{
border-color: #1F2127;
}
</style>