Shades of Black Russian #1E232D
Tints of Black Russian #1E232D
RGB
CMYK
RGB Variations
Color information
#1E232D (or 0x1E232D) is known color: Black Russian. HEX triplet: 1E, 23 and 2D. RGB value is (30,35,45). Sum of RGB (Red+Green+Blue) = 30+35+45=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E232D is #E1DCD2. Grayscale: #222222. Windows color (decimal): -14802131 or 2958110. OLE color: 2958110.
HSL color Cylindrical-coordinate representation of color #1E232D: hue angle of 220º 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 #1E232D is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 35 | 45 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.82 |
| HSL | 220º | 0.2% | 0.15% | - |
| HSV(B) | 220º | 0.33% | 0.18% | - |
| XYZ | 1.61 | 1.67 | 2.72 | - |
| YUV | 34.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 45 | 0.33 | 0.22 | 0 | 0.82 | 220 | 0.2 | 0.15 |
| Hex | 1E | 23 | 2D | 21 | 16 | 0 | 52 | DC | 14 | F |
| Octal | 36 | 43 | 55 | 41 | 26 | 0 | 122 | 334 | 24 | 17 |
| Binary | 11110 | 100011 | 101101 | 100001 | 10110 | 0 | 1010010 | 11011100 | 10100 | 1111 |
Color Harmonies of #1E232D
Complementary color
Monochromatic Colors of #1E232D
Black with #1E232D
Text Example
Text Example
White with #1E232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E232D; }
p { color: rgb(30,35,45); }
H1.HeaderClassName
{
color: #1E232D;
}
.AnyTagClassName
{
color: #1E232D;
}
</style>
background-color css
<style>
a { background-color: #1E232D; }
a { background-color: rgb(30,35,45); }
div.DivClassName
{
background-color: #1E232D;
}
.BgClassName
{
background-color: #1E232D;
}
</style>
border-color css
<style>
span { border-color: #1E232D; }
span { border-color: rgb(30,35,45); }
td.TdClassName
{
border-color: #1E232D;
}
.TagClassName
{
border-color: #1E232D;
}
</style>