Shades of Black Russian #110F1C
Tints of Black Russian #110F1C
RGB
CMYK
RGB Variations
Color information
#110F1C (or 0x110F1C) is known color: Black Russian. HEX triplet: 11, 0F and 1C. RGB value is (17,15,28). Sum of RGB (Red+Green+Blue) = 17+15+28=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #110F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F1C is #EEF0E3. Grayscale: #111111. Windows color (decimal): -15659236 or 1838865. OLE color: 1838865.
HSL color Cylindrical-coordinate representation of color #110F1C: hue angle of 249.23º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #110F1C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 15 | 28 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.89 |
| HSL | 249.23º | 0.3% | 0.08% | - |
| HSV(B) | 249.23º | 0.46% | 0.11% | - |
| XYZ | 0.61 | 0.54 | 1.17 | - |
| YUV | 17.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 28 | 0.39 | 0.46 | 0 | 0.89 | 249.23 | 0.3 | 0.08 |
| Hex | 11 | F | 1C | 27 | 2E | 0 | 59 | F9 | 1E | 8 |
| Octal | 21 | 17 | 34 | 47 | 56 | 0 | 131 | 371 | 36 | 10 |
| Binary | 10001 | 1111 | 11100 | 100111 | 101110 | 0 | 1011001 | 11111001 | 11110 | 1000 |
Color Harmonies of #110F1C
Complementary color
Monochromatic Colors of #110F1C
Black with #110F1C
Text Example
Text Example
White with #110F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F1C; }
p { color: rgb(17,15,28); }
H1.HeaderClassName
{
color: #110F1C;
}
.AnyTagClassName
{
color: #110F1C;
}
</style>
background-color css
<style>
a { background-color: #110F1C; }
a { background-color: rgb(17,15,28); }
div.DivClassName
{
background-color: #110F1C;
}
.BgClassName
{
background-color: #110F1C;
}
</style>
border-color css
<style>
span { border-color: #110F1C; }
span { border-color: rgb(17,15,28); }
td.TdClassName
{
border-color: #110F1C;
}
.TagClassName
{
border-color: #110F1C;
}
</style>