Shades of Black Russian #111420
Tints of Black Russian #111420
RGB
CMYK
RGB Variations
Color information
#111420 (or 0x111420) is known color: Black Russian. HEX triplet: 11, 14 and 20. RGB value is (17,20,32). Sum of RGB (Red+Green+Blue) = 17+20+32=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #111420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111420 is #EEEBDF. Grayscale: #141414. Windows color (decimal): -15657952 or 2102289. OLE color: 2102289.
HSL color Cylindrical-coordinate representation of color #111420: hue angle of 228º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #111420 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 17 | 20 | 32 | - |
CMYK | 0.47 | 0.37 | 0 | 0.87 |
HSL | 228º | 0.31% | 0.1% | - |
HSV(B) | 228º | 0.47% | 0.13% | - |
XYZ | 0.74 | 0.72 | 1.47 | - |
YUV | 20.47 | 134.51 | 125.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 20 | 32 | 0.47 | 0.37 | 0 | 0.87 | 228 | 0.31 | 0.1 |
Hex | 11 | 14 | 20 | 2F | 25 | 0 | 57 | E4 | 1F | A |
Octal | 21 | 24 | 40 | 57 | 45 | 0 | 127 | 344 | 37 | 12 |
Binary | 10001 | 10100 | 100000 | 101111 | 100101 | 0 | 1010111 | 11100100 | 11111 | 1010 |
Color Harmonies of #111420
Complementary color
Monochromatic Colors of #111420
Black with #111420
Text Example
Text Example
White with #111420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111420; }
p { color: rgb(17,20,32); }
H1.HeaderClassName
{
color: #111420;
}
.AnyTagClassName
{
color: #111420;
}
</style>
background-color css
<style>
a { background-color: #111420; }
a { background-color: rgb(17,20,32); }
div.DivClassName
{
background-color: #111420;
}
.BgClassName
{
background-color: #111420;
}
</style>
border-color css
<style>
span { border-color: #111420; }
span { border-color: rgb(17,20,32); }
td.TdClassName
{
border-color: #111420;
}
.TagClassName
{
border-color: #111420;
}
</style>