Shades of Black Russian #111130
Tints of Black Russian #111130
RGB
CMYK
RGB Variations
Color information
#111130 (or 0x111130) is known color: Black Russian. HEX triplet: 11, 11 and 30. RGB value is (17,17,48). Sum of RGB (Red+Green+Blue) = 17+17+48=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #111130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111130 is #EEEECF. Grayscale: #141414. Windows color (decimal): -15658704 or 3150097. OLE color: 3150097.
HSL color Cylindrical-coordinate representation of color #111130: hue angle of 240º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111130 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 17 | 48 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.81 |
| HSL | 240º | 0.48% | 0.13% | - |
| HSV(B) | 240º | 0.65% | 0.19% | - |
| XYZ | 0.97 | 0.73 | 2.89 | - |
| YUV | 20.53 | 143.5 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 48 | 0.65 | 0.65 | 0 | 0.81 | 240 | 0.48 | 0.13 |
| Hex | 11 | 11 | 30 | 41 | 41 | 0 | 51 | F0 | 30 | D |
| Octal | 21 | 21 | 60 | 101 | 101 | 0 | 121 | 360 | 60 | 15 |
| Binary | 10001 | 10001 | 110000 | 1000001 | 1000001 | 0 | 1010001 | 11110000 | 110000 | 1101 |
Color Harmonies of #111130
Complementary color
Monochromatic Colors of #111130
Black with #111130
Text Example
Text Example
White with #111130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111130; }
p { color: rgb(17,17,48); }
H1.HeaderClassName
{
color: #111130;
}
.AnyTagClassName
{
color: #111130;
}
</style>
background-color css
<style>
a { background-color: #111130; }
a { background-color: rgb(17,17,48); }
div.DivClassName
{
background-color: #111130;
}
.BgClassName
{
background-color: #111130;
}
</style>
border-color css
<style>
span { border-color: #111130; }
span { border-color: rgb(17,17,48); }
td.TdClassName
{
border-color: #111130;
}
.TagClassName
{
border-color: #111130;
}
</style>