Shades of Black Russian #111134
Tints of Black Russian #111134
RGB
CMYK
RGB Variations
Color information
#111134 (or 0x111134) is known color: Black Russian. HEX triplet: 11, 11 and 34. RGB value is (17,17,52). Sum of RGB (Red+Green+Blue) = 17+17+52=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #111134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111134 is #EEEECB. Grayscale: #141414. Windows color (decimal): -15658700 or 3412241. OLE color: 3412241.
HSL color Cylindrical-coordinate representation of color #111134: hue angle of 240º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111134 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 17 | 52 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.80 |
| HSL | 240º | 0.51% | 0.14% | - |
| HSV(B) | 240º | 0.67% | 0.2% | - |
| XYZ | 1.05 | 0.77 | 3.34 | - |
| YUV | 20.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 52 | 0.67 | 0.67 | 0 | 0.80 | 240 | 0.51 | 0.14 |
| Hex | 11 | 11 | 34 | 43 | 43 | 0 | 50 | F0 | 33 | E |
| Octal | 21 | 21 | 64 | 103 | 103 | 0 | 120 | 360 | 63 | 16 |
| Binary | 10001 | 10001 | 110100 | 1000011 | 1000011 | 0 | 1010000 | 11110000 | 110011 | 1110 |
Color Harmonies of #111134
Complementary color
Monochromatic Colors of #111134
Black with #111134
Text Example
Text Example
White with #111134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111134; }
p { color: rgb(17,17,52); }
H1.HeaderClassName
{
color: #111134;
}
.AnyTagClassName
{
color: #111134;
}
</style>
background-color css
<style>
a { background-color: #111134; }
a { background-color: rgb(17,17,52); }
div.DivClassName
{
background-color: #111134;
}
.BgClassName
{
background-color: #111134;
}
</style>
border-color css
<style>
span { border-color: #111134; }
span { border-color: rgb(17,17,52); }
td.TdClassName
{
border-color: #111134;
}
.TagClassName
{
border-color: #111134;
}
</style>