Shades of Black Russian #111929
Tints of Black Russian #111929
RGB
CMYK
RGB Variations
Color information
#111929 (or 0x111929) is known color: Black Russian. HEX triplet: 11, 19 and 29. RGB value is (17,25,41). Sum of RGB (Red+Green+Blue) = 17+25+41=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #111929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111929 is #EEE6D6. Grayscale: #181818. Windows color (decimal): -15656663 or 2693393. OLE color: 2693393.
HSL color Cylindrical-coordinate representation of color #111929: hue angle of 220º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #111929 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 25 | 41 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.84 |
| HSL | 220º | 0.41% | 0.11% | - |
| HSV(B) | 220º | 0.59% | 0.16% | - |
| XYZ | 0.98 | 0.97 | 2.23 | - |
| YUV | 24.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 41 | 0.59 | 0.39 | 0 | 0.84 | 220 | 0.41 | 0.11 |
| Hex | 11 | 19 | 29 | 3B | 27 | 0 | 54 | DC | 29 | B |
| Octal | 21 | 31 | 51 | 73 | 47 | 0 | 124 | 334 | 51 | 13 |
| Binary | 10001 | 11001 | 101001 | 111011 | 100111 | 0 | 1010100 | 11011100 | 101001 | 1011 |
Color Harmonies of #111929
Complementary color
Monochromatic Colors of #111929
Black with #111929
Text Example
Text Example
White with #111929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111929; }
p { color: rgb(17,25,41); }
H1.HeaderClassName
{
color: #111929;
}
.AnyTagClassName
{
color: #111929;
}
</style>
background-color css
<style>
a { background-color: #111929; }
a { background-color: rgb(17,25,41); }
div.DivClassName
{
background-color: #111929;
}
.BgClassName
{
background-color: #111929;
}
</style>
border-color css
<style>
span { border-color: #111929; }
span { border-color: rgb(17,25,41); }
td.TdClassName
{
border-color: #111929;
}
.TagClassName
{
border-color: #111929;
}
</style>