Shades of Black Russian #1E222E
Tints of Black Russian #1E222E
RGB
CMYK
RGB Variations
Color information
#1E222E (or 0x1E222E) is known color: Black Russian. HEX triplet: 1E, 22 and 2E. RGB value is (30,34,46). Sum of RGB (Red+Green+Blue) = 30+34+46=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E222E is #E1DDD1. Grayscale: #222222. Windows color (decimal): -14802386 or 3023390. OLE color: 3023390.
HSL color Cylindrical-coordinate representation of color #1E222E: hue angle of 225º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1E222E is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 34 | 46 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.82 |
| HSL | 225º | 0.21% | 0.15% | - |
| HSV(B) | 225º | 0.35% | 0.18% | - |
| XYZ | 1.6 | 1.62 | 2.81 | - |
| YUV | 34.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 46 | 0.35 | 0.26 | 0 | 0.82 | 225 | 0.21 | 0.15 |
| Hex | 1E | 22 | 2E | 23 | 1A | 0 | 52 | E1 | 15 | F |
| Octal | 36 | 42 | 56 | 43 | 32 | 0 | 122 | 341 | 25 | 17 |
| Binary | 11110 | 100010 | 101110 | 100011 | 11010 | 0 | 1010010 | 11100001 | 10101 | 1111 |
Color Harmonies of #1E222E
Complementary color
Monochromatic Colors of #1E222E
Black with #1E222E
Text Example
Text Example
White with #1E222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E222E; }
p { color: rgb(30,34,46); }
H1.HeaderClassName
{
color: #1E222E;
}
.AnyTagClassName
{
color: #1E222E;
}
</style>
background-color css
<style>
a { background-color: #1E222E; }
a { background-color: rgb(30,34,46); }
div.DivClassName
{
background-color: #1E222E;
}
.BgClassName
{
background-color: #1E222E;
}
</style>
border-color css
<style>
span { border-color: #1E222E; }
span { border-color: rgb(30,34,46); }
td.TdClassName
{
border-color: #1E222E;
}
.TagClassName
{
border-color: #1E222E;
}
</style>