Shades of Black Russian #111322
Tints of Black Russian #111322
RGB
CMYK
RGB Variations
Color information
#111322 (or 0x111322) is known color: Black Russian. HEX triplet: 11, 13 and 22. RGB value is (17,19,34). Sum of RGB (Red+Green+Blue) = 17+19+34=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 34 - color contains mainly: blue. Hex color #111322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111322 is #EEECDD. Grayscale: #141414. Windows color (decimal): -15658206 or 2233105. OLE color: 2233105.
HSL color Cylindrical-coordinate representation of color #111322: hue angle of 232.94º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #111322 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 19 | 34 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.87 |
| HSL | 232.94º | 0.33% | 0.1% | - |
| HSV(B) | 232.94º | 0.5% | 0.13% | - |
| XYZ | 0.75 | 0.7 | 1.61 | - |
| YUV | 20.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 34 | 0.50 | 0.44 | 0 | 0.87 | 232.94 | 0.33 | 0.1 |
| Hex | 11 | 13 | 22 | 32 | 2C | 0 | 57 | E9 | 21 | A |
| Octal | 21 | 23 | 42 | 62 | 54 | 0 | 127 | 351 | 41 | 12 |
| Binary | 10001 | 10011 | 100010 | 110010 | 101100 | 0 | 1010111 | 11101001 | 100001 | 1010 |
Color Harmonies of #111322
Complementary color
Monochromatic Colors of #111322
Black with #111322
Text Example
Text Example
White with #111322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111322; }
p { color: rgb(17,19,34); }
H1.HeaderClassName
{
color: #111322;
}
.AnyTagClassName
{
color: #111322;
}
</style>
background-color css
<style>
a { background-color: #111322; }
a { background-color: rgb(17,19,34); }
div.DivClassName
{
background-color: #111322;
}
.BgClassName
{
background-color: #111322;
}
</style>
border-color css
<style>
span { border-color: #111322; }
span { border-color: rgb(17,19,34); }
td.TdClassName
{
border-color: #111322;
}
.TagClassName
{
border-color: #111322;
}
</style>