Shades of Black Russian #1A1E25
Tints of Black Russian #1A1E25
RGB
CMYK
RGB Variations
Color information
#1A1E25 (or 0x1A1E25) is known color: Black Russian. HEX triplet: 1A, 1E and 25. RGB value is (26,30,37). Sum of RGB (Red+Green+Blue) = 26+30+37=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E25 is #E5E1DA. Grayscale: #1D1D1D. Windows color (decimal): -15065563 or 2432538. OLE color: 2432538.
HSL color Cylindrical-coordinate representation of color #1A1E25: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A1E25 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 30 | 37 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.85 |
| HSL | 218.18º | 0.17% | 0.12% | - |
| HSV(B) | 218.18º | 0.3% | 0.15% | - |
| XYZ | 1.22 | 1.28 | 1.93 | - |
| YUV | 29.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 30 | 37 | 0.30 | 0.19 | 0 | 0.85 | 218.18 | 0.17 | 0.12 |
| Hex | 1A | 1E | 25 | 1E | 13 | 0 | 55 | DA | 11 | C |
| Octal | 32 | 36 | 45 | 36 | 23 | 0 | 125 | 332 | 21 | 14 |
| Binary | 11010 | 11110 | 100101 | 11110 | 10011 | 0 | 1010101 | 11011010 | 10001 | 1100 |
Color Harmonies of #1A1E25
Complementary color
Monochromatic Colors of #1A1E25
Black with #1A1E25
Text Example
Text Example
White with #1A1E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E25; }
p { color: rgb(26,30,37); }
H1.HeaderClassName
{
color: #1A1E25;
}
.AnyTagClassName
{
color: #1A1E25;
}
</style>
background-color css
<style>
a { background-color: #1A1E25; }
a { background-color: rgb(26,30,37); }
div.DivClassName
{
background-color: #1A1E25;
}
.BgClassName
{
background-color: #1A1E25;
}
</style>
border-color css
<style>
span { border-color: #1A1E25; }
span { border-color: rgb(26,30,37); }
td.TdClassName
{
border-color: #1A1E25;
}
.TagClassName
{
border-color: #1A1E25;
}
</style>