Shades of Black Russian #110F1A
Tints of Black Russian #110F1A
RGB
CMYK
RGB Variations
Color information
#110F1A (or 0x110F1A) is known color: Black Russian. HEX triplet: 11, 0F and 1A. RGB value is (17,15,26). Sum of RGB (Red+Green+Blue) = 17+15+26=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #110F1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F1A is #EEF0E5. Grayscale: #101010. Windows color (decimal): -15659238 or 1707793. OLE color: 1707793.
HSL color Cylindrical-coordinate representation of color #110F1A: hue angle of 250.91º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #110F1A is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 15 | 26 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.90 |
| HSL | 250.91º | 0.27% | 0.08% | - |
| HSV(B) | 250.91º | 0.42% | 0.1% | - |
| XYZ | 0.59 | 0.54 | 1.05 | - |
| YUV | 16.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 26 | 0.35 | 0.42 | 0 | 0.90 | 250.91 | 0.27 | 0.08 |
| Hex | 11 | F | 1A | 23 | 2A | 0 | 5A | FB | 1B | 8 |
| Octal | 21 | 17 | 32 | 43 | 52 | 0 | 132 | 373 | 33 | 10 |
| Binary | 10001 | 1111 | 11010 | 100011 | 101010 | 0 | 1011010 | 11111011 | 11011 | 1000 |
Color Harmonies of #110F1A
Complementary color
Monochromatic Colors of #110F1A
Black with #110F1A
Text Example
Text Example
White with #110F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F1A; }
p { color: rgb(17,15,26); }
H1.HeaderClassName
{
color: #110F1A;
}
.AnyTagClassName
{
color: #110F1A;
}
</style>
background-color css
<style>
a { background-color: #110F1A; }
a { background-color: rgb(17,15,26); }
div.DivClassName
{
background-color: #110F1A;
}
.BgClassName
{
background-color: #110F1A;
}
</style>
border-color css
<style>
span { border-color: #110F1A; }
span { border-color: rgb(17,15,26); }
td.TdClassName
{
border-color: #110F1A;
}
.TagClassName
{
border-color: #110F1A;
}
</style>