Shades of Black Russian #110E25
Tints of Black Russian #110E25
RGB
CMYK
RGB Variations
Color information
#110E25 (or 0x110E25) is known color: Black Russian. HEX triplet: 11, 0E and 25. RGB value is (17,14,37). Sum of RGB (Red+Green+Blue) = 17+14+37=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #110E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E25 is #EEF1DA. Grayscale: #111111. Windows color (decimal): -15659483 or 2428433. OLE color: 2428433.
HSL color Cylindrical-coordinate representation of color #110E25: hue angle of 247.83º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #110E25 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 14 | 37 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.85 |
| HSL | 247.83º | 0.45% | 0.1% | - |
| HSV(B) | 247.83º | 0.62% | 0.15% | - |
| XYZ | 0.72 | 0.57 | 1.82 | - |
| YUV | 17.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 37 | 0.54 | 0.62 | 0 | 0.85 | 247.83 | 0.45 | 0.1 |
| Hex | 11 | E | 25 | 36 | 3E | 0 | 55 | F8 | 2D | A |
| Octal | 21 | 16 | 45 | 66 | 76 | 0 | 125 | 370 | 55 | 12 |
| Binary | 10001 | 1110 | 100101 | 110110 | 111110 | 0 | 1010101 | 11111000 | 101101 | 1010 |
Color Harmonies of #110E25
Complementary color
Monochromatic Colors of #110E25
Black with #110E25
Text Example
Text Example
White with #110E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E25; }
p { color: rgb(17,14,37); }
H1.HeaderClassName
{
color: #110E25;
}
.AnyTagClassName
{
color: #110E25;
}
</style>
background-color css
<style>
a { background-color: #110E25; }
a { background-color: rgb(17,14,37); }
div.DivClassName
{
background-color: #110E25;
}
.BgClassName
{
background-color: #110E25;
}
</style>
border-color css
<style>
span { border-color: #110E25; }
span { border-color: rgb(17,14,37); }
td.TdClassName
{
border-color: #110E25;
}
.TagClassName
{
border-color: #110E25;
}
</style>