Shades of Black Russian #110F1D
Tints of Black Russian #110F1D
RGB
CMYK
RGB Variations
Color information
#110F1D (or 0x110F1D) is known color: Black Russian. HEX triplet: 11, 0F and 1D. RGB value is (17,15,29). Sum of RGB (Red+Green+Blue) = 17+15+29=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #110F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F1D is #EEF0E2. Grayscale: #111111. Windows color (decimal): -15659235 or 1904401. OLE color: 1904401.
HSL color Cylindrical-coordinate representation of color #110F1D: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #110F1D is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 15 | 29 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.89 |
| HSL | 248.57º | 0.32% | 0.09% | - |
| HSV(B) | 248.57º | 0.48% | 0.11% | - |
| XYZ | 0.62 | 0.55 | 1.24 | - |
| YUV | 17.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 29 | 0.41 | 0.48 | 0 | 0.89 | 248.57 | 0.32 | 0.09 |
| Hex | 11 | F | 1D | 29 | 30 | 0 | 59 | F9 | 20 | 9 |
| Octal | 21 | 17 | 35 | 51 | 60 | 0 | 131 | 371 | 40 | 11 |
| Binary | 10001 | 1111 | 11101 | 101001 | 110000 | 0 | 1011001 | 11111001 | 100000 | 1001 |
Color Harmonies of #110F1D
Complementary color
Monochromatic Colors of #110F1D
Black with #110F1D
Text Example
Text Example
White with #110F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F1D; }
p { color: rgb(17,15,29); }
H1.HeaderClassName
{
color: #110F1D;
}
.AnyTagClassName
{
color: #110F1D;
}
</style>
background-color css
<style>
a { background-color: #110F1D; }
a { background-color: rgb(17,15,29); }
div.DivClassName
{
background-color: #110F1D;
}
.BgClassName
{
background-color: #110F1D;
}
</style>
border-color css
<style>
span { border-color: #110F1D; }
span { border-color: rgb(17,15,29); }
td.TdClassName
{
border-color: #110F1D;
}
.TagClassName
{
border-color: #110F1D;
}
</style>