Shades of Black Russian #1E1E20
Tints of Black Russian #1E1E20
RGB
CMYK
RGB Variations
Color information
#1E1E20 (or 0x1E1E20) is known color: Black Russian. HEX triplet: 1E, 1E and 20. RGB value is (30,30,32). Sum of RGB (Red+Green+Blue) = 30+30+32=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E1E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1E20 is #E1E1DF. Grayscale: #1E1E1E. Windows color (decimal): -14803424 or 2104862. OLE color: 2104862.
HSL color Cylindrical-coordinate representation of color #1E1E20: hue angle of 240º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1E1E20 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 30 | 30 | 32 | - |
CMYK | 0.06 | 0.06 | 0 | 0.87 |
HSL | 240º | 0.03% | 0.12% | - |
HSV(B) | 240º | 0.06% | 0.13% | - |
XYZ | 1.26 | 1.31 | 1.55 | - |
YUV | 30.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 30 | 32 | 0.06 | 0.06 | 0 | 0.87 | 240 | 0.03 | 0.12 |
Hex | 1E | 1E | 20 | 6 | 6 | 0 | 57 | F0 | 3 | C |
Octal | 36 | 36 | 40 | 6 | 6 | 0 | 127 | 360 | 3 | 14 |
Binary | 11110 | 11110 | 100000 | 110 | 110 | 0 | 1010111 | 11110000 | 11 | 1100 |
Color Harmonies of #1E1E20
Complementary color
Monochromatic Colors of #1E1E20
Black with #1E1E20
Text Example
Text Example
White with #1E1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1E20; }
p { color: rgb(30,30,32); }
H1.HeaderClassName
{
color: #1E1E20;
}
.AnyTagClassName
{
color: #1E1E20;
}
</style>
background-color css
<style>
a { background-color: #1E1E20; }
a { background-color: rgb(30,30,32); }
div.DivClassName
{
background-color: #1E1E20;
}
.BgClassName
{
background-color: #1E1E20;
}
</style>
border-color css
<style>
span { border-color: #1E1E20; }
span { border-color: rgb(30,30,32); }
td.TdClassName
{
border-color: #1E1E20;
}
.TagClassName
{
border-color: #1E1E20;
}
</style>