Shades of Black Russian #1E2131
Tints of Black Russian #1E2131
RGB
CMYK
RGB Variations
Color information
#1E2131 (or 0x1E2131) is known color: Black Russian. HEX triplet: 1E, 21 and 31. RGB value is (30,33,49). Sum of RGB (Red+Green+Blue) = 30+33+49=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2131 is #E1DECE. Grayscale: #212121. Windows color (decimal): -14802639 or 3219742. OLE color: 3219742.
HSL color Cylindrical-coordinate representation of color #1E2131: hue angle of 230.53º 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 #1E2131 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 33 | 49 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.81 |
| HSL | 230.53º | 0.24% | 0.15% | - |
| HSV(B) | 230.53º | 0.39% | 0.19% | - |
| XYZ | 1.63 | 1.59 | 3.13 | - |
| YUV | 33.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 49 | 0.39 | 0.33 | 0 | 0.81 | 230.53 | 0.24 | 0.15 |
| Hex | 1E | 21 | 31 | 27 | 21 | 0 | 51 | E7 | 18 | F |
| Octal | 36 | 41 | 61 | 47 | 41 | 0 | 121 | 347 | 30 | 17 |
| Binary | 11110 | 100001 | 110001 | 100111 | 100001 | 0 | 1010001 | 11100111 | 11000 | 1111 |
Color Harmonies of #1E2131
Complementary color
Monochromatic Colors of #1E2131
Black with #1E2131
Text Example
Text Example
White with #1E2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2131; }
p { color: rgb(30,33,49); }
H1.HeaderClassName
{
color: #1E2131;
}
.AnyTagClassName
{
color: #1E2131;
}
</style>
background-color css
<style>
a { background-color: #1E2131; }
a { background-color: rgb(30,33,49); }
div.DivClassName
{
background-color: #1E2131;
}
.BgClassName
{
background-color: #1E2131;
}
</style>
border-color css
<style>
span { border-color: #1E2131; }
span { border-color: rgb(30,33,49); }
td.TdClassName
{
border-color: #1E2131;
}
.TagClassName
{
border-color: #1E2131;
}
</style>