Shades of Black Russian #1E1F30
Tints of Black Russian #1E1F30
RGB
CMYK
RGB Variations
Color information
#1E1F30 (or 0x1E1F30) is known color: Black Russian. HEX triplet: 1E, 1F and 30. RGB value is (30,31,48). Sum of RGB (Red+Green+Blue) = 30+31+48=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E1F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F30 is #E1E0CF. Grayscale: #202020. Windows color (decimal): -14803152 or 3153694. OLE color: 3153694.
HSL color Cylindrical-coordinate representation of color #1E1F30: hue angle of 236.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E1F30 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 31 | 48 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.81 |
| HSL | 236.67º | 0.23% | 0.15% | - |
| HSV(B) | 236.67º | 0.38% | 0.19% | - |
| XYZ | 1.56 | 1.47 | 3 | - |
| YUV | 32.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 48 | 0.37 | 0.35 | 0 | 0.81 | 236.67 | 0.23 | 0.15 |
| Hex | 1E | 1F | 30 | 25 | 23 | 0 | 51 | ED | 17 | F |
| Octal | 36 | 37 | 60 | 45 | 43 | 0 | 121 | 355 | 27 | 17 |
| Binary | 11110 | 11111 | 110000 | 100101 | 100011 | 0 | 1010001 | 11101101 | 10111 | 1111 |
Color Harmonies of #1E1F30
Complementary color
Monochromatic Colors of #1E1F30
Black with #1E1F30
Text Example
Text Example
White with #1E1F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F30; }
p { color: rgb(30,31,48); }
H1.HeaderClassName
{
color: #1E1F30;
}
.AnyTagClassName
{
color: #1E1F30;
}
</style>
background-color css
<style>
a { background-color: #1E1F30; }
a { background-color: rgb(30,31,48); }
div.DivClassName
{
background-color: #1E1F30;
}
.BgClassName
{
background-color: #1E1F30;
}
</style>
border-color css
<style>
span { border-color: #1E1F30; }
span { border-color: rgb(30,31,48); }
td.TdClassName
{
border-color: #1E1F30;
}
.TagClassName
{
border-color: #1E1F30;
}
</style>