Shades of Black Russian #1E2127
Tints of Black Russian #1E2127
RGB
CMYK
RGB Variations
Color information
#1E2127 (or 0x1E2127) is known color: Black Russian. HEX triplet: 1E, 21 and 27. RGB value is (30,33,39). Sum of RGB (Red+Green+Blue) = 30+33+39=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E2127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2127 is #E1DED8. Grayscale: #202020. Windows color (decimal): -14802649 or 2564382. OLE color: 2564382.
HSL color Cylindrical-coordinate representation of color #1E2127: hue angle of 220º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E2127 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 33 | 39 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.85 |
| HSL | 220º | 0.13% | 0.14% | - |
| HSV(B) | 220º | 0.23% | 0.15% | - |
| XYZ | 1.45 | 1.51 | 2.13 | - |
| YUV | 32.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 39 | 0.23 | 0.15 | 0 | 0.85 | 220 | 0.13 | 0.14 |
| Hex | 1E | 21 | 27 | 17 | F | 0 | 55 | DC | D | E |
| Octal | 36 | 41 | 47 | 27 | 17 | 0 | 125 | 334 | 15 | 16 |
| Binary | 11110 | 100001 | 100111 | 10111 | 1111 | 0 | 1010101 | 11011100 | 1101 | 1110 |
Color Harmonies of #1E2127
Complementary color
Monochromatic Colors of #1E2127
Black with #1E2127
Text Example
Text Example
White with #1E2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2127; }
p { color: rgb(30,33,39); }
H1.HeaderClassName
{
color: #1E2127;
}
.AnyTagClassName
{
color: #1E2127;
}
</style>
background-color css
<style>
a { background-color: #1E2127; }
a { background-color: rgb(30,33,39); }
div.DivClassName
{
background-color: #1E2127;
}
.BgClassName
{
background-color: #1E2127;
}
</style>
border-color css
<style>
span { border-color: #1E2127; }
span { border-color: rgb(30,33,39); }
td.TdClassName
{
border-color: #1E2127;
}
.TagClassName
{
border-color: #1E2127;
}
</style>