Shades of Black Russian #1E202D
Tints of Black Russian #1E202D
RGB
CMYK
RGB Variations
Color information
#1E202D (or 0x1E202D) is known color: Black Russian. HEX triplet: 1E, 20 and 2D. RGB value is (30,32,45). Sum of RGB (Red+Green+Blue) = 30+32+45=107 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.04% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E202D is #E1DFD2. Grayscale: #202020. Windows color (decimal): -14802899 or 2957342. OLE color: 2957342.
HSL color Cylindrical-coordinate representation of color #1E202D: hue angle of 232º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E202D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 30 | 32 | 45 | - |
CMYK | 0.33 | 0.29 | 0 | 0.82 |
HSL | 232º | 0.2% | 0.15% | - |
HSV(B) | 232º | 0.33% | 0.18% | - |
XYZ | 1.53 | 1.5 | 2.69 | - |
YUV | 32.88 | 134.84 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 32 | 45 | 0.33 | 0.29 | 0 | 0.82 | 232 | 0.2 | 0.15 |
Hex | 1E | 20 | 2D | 21 | 1D | 0 | 52 | E8 | 14 | F |
Octal | 36 | 40 | 55 | 41 | 35 | 0 | 122 | 350 | 24 | 17 |
Binary | 11110 | 100000 | 101101 | 100001 | 11101 | 0 | 1010010 | 11101000 | 10100 | 1111 |
Color Harmonies of #1E202D
Complementary color
Monochromatic Colors of #1E202D
Black with #1E202D
Text Example
Text Example
White with #1E202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E202D; }
p { color: rgb(30,32,45); }
H1.HeaderClassName
{
color: #1E202D;
}
.AnyTagClassName
{
color: #1E202D;
}
</style>
background-color css
<style>
a { background-color: #1E202D; }
a { background-color: rgb(30,32,45); }
div.DivClassName
{
background-color: #1E202D;
}
.BgClassName
{
background-color: #1E202D;
}
</style>
border-color css
<style>
span { border-color: #1E202D; }
span { border-color: rgb(30,32,45); }
td.TdClassName
{
border-color: #1E202D;
}
.TagClassName
{
border-color: #1E202D;
}
</style>