Shades of Black Russian #111422
Tints of Black Russian #111422
RGB
CMYK
RGB Variations
Color information
#111422 (or 0x111422) is known color: Black Russian. HEX triplet: 11, 14 and 22. RGB value is (17,20,34). Sum of RGB (Red+Green+Blue) = 17+20+34=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 34 (13.67% from 255 or 47.89% from 71); Max value from RGB is 34 - color contains mainly: blue. Hex color #111422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111422 is #EEEBDD. Grayscale: #141414. Windows color (decimal): -15657950 or 2233361. OLE color: 2233361.
HSL color Cylindrical-coordinate representation of color #111422: hue angle of 229.41º 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 #111422 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 20 | 34 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.87 |
| HSL | 229.41º | 0.33% | 0.1% | - |
| HSV(B) | 229.41º | 0.5% | 0.13% | - |
| XYZ | 0.77 | 0.73 | 1.61 | - |
| YUV | 20.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 34 | 0.50 | 0.41 | 0 | 0.87 | 229.41 | 0.33 | 0.1 |
| Hex | 11 | 14 | 22 | 32 | 29 | 0 | 57 | E5 | 21 | A |
| Octal | 21 | 24 | 42 | 62 | 51 | 0 | 127 | 345 | 41 | 12 |
| Binary | 10001 | 10100 | 100010 | 110010 | 101001 | 0 | 1010111 | 11100101 | 100001 | 1010 |
Color Harmonies of #111422
Complementary color
Monochromatic Colors of #111422
Black with #111422
Text Example
Text Example
White with #111422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111422; }
p { color: rgb(17,20,34); }
H1.HeaderClassName
{
color: #111422;
}
.AnyTagClassName
{
color: #111422;
}
</style>
background-color css
<style>
a { background-color: #111422; }
a { background-color: rgb(17,20,34); }
div.DivClassName
{
background-color: #111422;
}
.BgClassName
{
background-color: #111422;
}
</style>
border-color css
<style>
span { border-color: #111422; }
span { border-color: rgb(17,20,34); }
td.TdClassName
{
border-color: #111422;
}
.TagClassName
{
border-color: #111422;
}
</style>