Shades of Black Russian #1E1F31
Tints of Black Russian #1E1F31
RGB
CMYK
RGB Variations
Color information
#1E1F31 (or 0x1E1F31) is known color: Black Russian. HEX triplet: 1E, 1F and 31. RGB value is (30,31,49). Sum of RGB (Red+Green+Blue) = 30+31+49=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E1F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F31 is #E1E0CE. Grayscale: #202020. Windows color (decimal): -14803151 or 3219230. OLE color: 3219230.
HSL color Cylindrical-coordinate representation of color #1E1F31: hue angle of 236.84º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E1F31 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 31 | 49 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.81 |
| HSL | 236.84º | 0.24% | 0.15% | - |
| HSV(B) | 236.84º | 0.39% | 0.19% | - |
| XYZ | 1.58 | 1.48 | 3.11 | - |
| YUV | 32.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 49 | 0.39 | 0.37 | 0 | 0.81 | 236.84 | 0.24 | 0.15 |
| Hex | 1E | 1F | 31 | 27 | 25 | 0 | 51 | ED | 18 | F |
| Octal | 36 | 37 | 61 | 47 | 45 | 0 | 121 | 355 | 30 | 17 |
| Binary | 11110 | 11111 | 110001 | 100111 | 100101 | 0 | 1010001 | 11101101 | 11000 | 1111 |
Color Harmonies of #1E1F31
Complementary color
Monochromatic Colors of #1E1F31
Black with #1E1F31
Text Example
Text Example
White with #1E1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F31; }
p { color: rgb(30,31,49); }
H1.HeaderClassName
{
color: #1E1F31;
}
.AnyTagClassName
{
color: #1E1F31;
}
</style>
background-color css
<style>
a { background-color: #1E1F31; }
a { background-color: rgb(30,31,49); }
div.DivClassName
{
background-color: #1E1F31;
}
.BgClassName
{
background-color: #1E1F31;
}
</style>
border-color css
<style>
span { border-color: #1E1F31; }
span { border-color: rgb(30,31,49); }
td.TdClassName
{
border-color: #1E1F31;
}
.TagClassName
{
border-color: #1E1F31;
}
</style>