Shades of Black Russian #1A1E2D
Tints of Black Russian #1A1E2D
RGB
CMYK
RGB Variations
Color information
#1A1E2D (or 0x1A1E2D) is known color: Black Russian. HEX triplet: 1A, 1E and 2D. RGB value is (26,30,45). Sum of RGB (Red+Green+Blue) = 26+30+45=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A1E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1E2D is #E5E1D2. Grayscale: #1E1E1E. Windows color (decimal): -15065555 or 2956826. OLE color: 2956826.
HSL color Cylindrical-coordinate representation of color #1A1E2D: hue angle of 227.37º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1A1E2D is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 26 | 30 | 45 | - |
CMYK | 0.42 | 0.33 | 0 | 0.82 |
HSL | 227.37º | 0.27% | 0.14% | - |
HSV(B) | 227.37º | 0.42% | 0.18% | - |
XYZ | 1.36 | 1.34 | 2.67 | - |
YUV | 30.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 30 | 45 | 0.42 | 0.33 | 0 | 0.82 | 227.37 | 0.27 | 0.14 |
Hex | 1A | 1E | 2D | 2A | 21 | 0 | 52 | E3 | 1B | E |
Octal | 32 | 36 | 55 | 52 | 41 | 0 | 122 | 343 | 33 | 16 |
Binary | 11010 | 11110 | 101101 | 101010 | 100001 | 0 | 1010010 | 11100011 | 11011 | 1110 |
Color Harmonies of #1A1E2D
Complementary color
Monochromatic Colors of #1A1E2D
Black with #1A1E2D
Text Example
Text Example
White with #1A1E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1E2D; }
p { color: rgb(26,30,45); }
H1.HeaderClassName
{
color: #1A1E2D;
}
.AnyTagClassName
{
color: #1A1E2D;
}
</style>
background-color css
<style>
a { background-color: #1A1E2D; }
a { background-color: rgb(26,30,45); }
div.DivClassName
{
background-color: #1A1E2D;
}
.BgClassName
{
background-color: #1A1E2D;
}
</style>
border-color css
<style>
span { border-color: #1A1E2D; }
span { border-color: rgb(26,30,45); }
td.TdClassName
{
border-color: #1A1E2D;
}
.TagClassName
{
border-color: #1A1E2D;
}
</style>