Shades of Black Russian #110F1F
Tints of Black Russian #110F1F
RGB
CMYK
RGB Variations
Color information
#110F1F (or 0x110F1F) is known color: Black Russian. HEX triplet: 11, 0F and 1F. RGB value is (17,15,31). Sum of RGB (Red+Green+Blue) = 17+15+31=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #110F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F1F is #EEF0E0. Grayscale: #111111. Windows color (decimal): -15659233 or 2035473. OLE color: 2035473.
HSL color Cylindrical-coordinate representation of color #110F1F: hue angle of 247.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #110F1F is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 15 | 31 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.88 |
| HSL | 247.5º | 0.35% | 0.09% | - |
| HSV(B) | 247.5º | 0.52% | 0.12% | - |
| XYZ | 0.65 | 0.56 | 1.37 | - |
| YUV | 17.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 31 | 0.45 | 0.52 | 0 | 0.88 | 247.5 | 0.35 | 0.09 |
| Hex | 11 | F | 1F | 2D | 34 | 0 | 58 | F8 | 23 | 9 |
| Octal | 21 | 17 | 37 | 55 | 64 | 0 | 130 | 370 | 43 | 11 |
| Binary | 10001 | 1111 | 11111 | 101101 | 110100 | 0 | 1011000 | 11111000 | 100011 | 1001 |
Color Harmonies of #110F1F
Complementary color
Monochromatic Colors of #110F1F
Black with #110F1F
Text Example
Text Example
White with #110F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F1F; }
p { color: rgb(17,15,31); }
H1.HeaderClassName
{
color: #110F1F;
}
.AnyTagClassName
{
color: #110F1F;
}
</style>
background-color css
<style>
a { background-color: #110F1F; }
a { background-color: rgb(17,15,31); }
div.DivClassName
{
background-color: #110F1F;
}
.BgClassName
{
background-color: #110F1F;
}
</style>
border-color css
<style>
span { border-color: #110F1F; }
span { border-color: rgb(17,15,31); }
td.TdClassName
{
border-color: #110F1F;
}
.TagClassName
{
border-color: #110F1F;
}
</style>