Shades of Black Russian #111419
Tints of Black Russian #111419
RGB
CMYK
RGB Variations
Color information
#111419 (or 0x111419) is known color: Black Russian. HEX triplet: 11, 14 and 19. RGB value is (17,20,25). Sum of RGB (Red+Green+Blue) = 17+20+25=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #111419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111419 is #EEEBE6. Grayscale: #131313. Windows color (decimal): -15657959 or 1643537. OLE color: 1643537.
HSL color Cylindrical-coordinate representation of color #111419: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111419 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 20 | 25 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.90 |
| HSL | 217.5º | 0.19% | 0.08% | - |
| HSV(B) | 217.5º | 0.32% | 0.1% | - |
| XYZ | 0.66 | 0.69 | 1.02 | - |
| YUV | 19.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 25 | 0.32 | 0.20 | 0 | 0.90 | 217.5 | 0.19 | 0.08 |
| Hex | 11 | 14 | 19 | 20 | 14 | 0 | 5A | DA | 13 | 8 |
| Octal | 21 | 24 | 31 | 40 | 24 | 0 | 132 | 332 | 23 | 10 |
| Binary | 10001 | 10100 | 11001 | 100000 | 10100 | 0 | 1011010 | 11011010 | 10011 | 1000 |
Color Harmonies of #111419
Complementary color
Monochromatic Colors of #111419
Black with #111419
Text Example
Text Example
White with #111419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111419; }
p { color: rgb(17,20,25); }
H1.HeaderClassName
{
color: #111419;
}
.AnyTagClassName
{
color: #111419;
}
</style>
background-color css
<style>
a { background-color: #111419; }
a { background-color: rgb(17,20,25); }
div.DivClassName
{
background-color: #111419;
}
.BgClassName
{
background-color: #111419;
}
</style>
border-color css
<style>
span { border-color: #111419; }
span { border-color: rgb(17,20,25); }
td.TdClassName
{
border-color: #111419;
}
.TagClassName
{
border-color: #111419;
}
</style>