Shades of Black Russian #1E1F25
Tints of Black Russian #1E1F25
RGB
CMYK
RGB Variations
Color information
#1E1F25 (or 0x1E1F25) is known color: Black Russian. HEX triplet: 1E, 1F and 25. RGB value is (30,31,37). Sum of RGB (Red+Green+Blue) = 30+31+37=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E1F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F25 is #E1E0DA. Grayscale: #1F1F1F. Windows color (decimal): -14803163 or 2432798. OLE color: 2432798.
HSL color Cylindrical-coordinate representation of color #1E1F25: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1E1F25 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 31 | 37 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.85 |
| HSL | 231.43º | 0.1% | 0.13% | - |
| HSV(B) | 231.43º | 0.19% | 0.15% | - |
| XYZ | 1.36 | 1.39 | 1.95 | - |
| YUV | 31.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 37 | 0.19 | 0.16 | 0 | 0.85 | 231.43 | 0.1 | 0.13 |
| Hex | 1E | 1F | 25 | 13 | 10 | 0 | 55 | E7 | A | D |
| Octal | 36 | 37 | 45 | 23 | 20 | 0 | 125 | 347 | 12 | 15 |
| Binary | 11110 | 11111 | 100101 | 10011 | 10000 | 0 | 1010101 | 11100111 | 1010 | 1101 |
Color Harmonies of #1E1F25
Complementary color
Monochromatic Colors of #1E1F25
Black with #1E1F25
Text Example
Text Example
White with #1E1F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F25; }
p { color: rgb(30,31,37); }
H1.HeaderClassName
{
color: #1E1F25;
}
.AnyTagClassName
{
color: #1E1F25;
}
</style>
background-color css
<style>
a { background-color: #1E1F25; }
a { background-color: rgb(30,31,37); }
div.DivClassName
{
background-color: #1E1F25;
}
.BgClassName
{
background-color: #1E1F25;
}
</style>
border-color css
<style>
span { border-color: #1E1F25; }
span { border-color: rgb(30,31,37); }
td.TdClassName
{
border-color: #1E1F25;
}
.TagClassName
{
border-color: #1E1F25;
}
</style>