Shades of Black Russian #111829
Tints of Black Russian #111829
RGB
CMYK
RGB Variations
Color information
#111829 (or 0x111829) is known color: Black Russian. HEX triplet: 11, 18 and 29. RGB value is (17,24,41). Sum of RGB (Red+Green+Blue) = 17+24+41=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #111829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111829 is #EEE7D6. Grayscale: #171717. Windows color (decimal): -15656919 or 2693137. OLE color: 2693137.
HSL color Cylindrical-coordinate representation of color #111829: hue angle of 222.5º 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 #111829 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 24 | 41 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.84 |
| HSL | 222.5º | 0.41% | 0.11% | - |
| HSV(B) | 222.5º | 0.59% | 0.16% | - |
| XYZ | 0.96 | 0.93 | 2.23 | - |
| YUV | 23.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 41 | 0.59 | 0.41 | 0 | 0.84 | 222.5 | 0.41 | 0.11 |
| Hex | 11 | 18 | 29 | 3B | 29 | 0 | 54 | DE | 29 | B |
| Octal | 21 | 30 | 51 | 73 | 51 | 0 | 124 | 336 | 51 | 13 |
| Binary | 10001 | 11000 | 101001 | 111011 | 101001 | 0 | 1010100 | 11011110 | 101001 | 1011 |
Color Harmonies of #111829
Complementary color
Monochromatic Colors of #111829
Black with #111829
Text Example
Text Example
White with #111829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111829; }
p { color: rgb(17,24,41); }
H1.HeaderClassName
{
color: #111829;
}
.AnyTagClassName
{
color: #111829;
}
</style>
background-color css
<style>
a { background-color: #111829; }
a { background-color: rgb(17,24,41); }
div.DivClassName
{
background-color: #111829;
}
.BgClassName
{
background-color: #111829;
}
</style>
border-color css
<style>
span { border-color: #111829; }
span { border-color: rgb(17,24,41); }
td.TdClassName
{
border-color: #111829;
}
.TagClassName
{
border-color: #111829;
}
</style>