Shades of Black Russian #111828
Tints of Black Russian #111828
RGB
CMYK
RGB Variations
Color information
#111828 (or 0x111828) is known color: Black Russian. HEX triplet: 11, 18 and 28. RGB value is (17,24,40). Sum of RGB (Red+Green+Blue) = 17+24+40=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #111828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111828 is #EEE7D7. Grayscale: #171717. Windows color (decimal): -15656920 or 2627601. OLE color: 2627601.
HSL color Cylindrical-coordinate representation of color #111828: hue angle of 221.74º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111828 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 24 | 40 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.84 |
| HSL | 221.74º | 0.4% | 0.11% | - |
| HSV(B) | 221.74º | 0.58% | 0.16% | - |
| XYZ | 0.94 | 0.93 | 2.14 | - |
| YUV | 23.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 40 | 0.57 | 0.40 | 0 | 0.84 | 221.74 | 0.4 | 0.11 |
| Hex | 11 | 18 | 28 | 39 | 28 | 0 | 54 | DE | 28 | B |
| Octal | 21 | 30 | 50 | 71 | 50 | 0 | 124 | 336 | 50 | 13 |
| Binary | 10001 | 11000 | 101000 | 111001 | 101000 | 0 | 1010100 | 11011110 | 101000 | 1011 |
Color Harmonies of #111828
Complementary color
Monochromatic Colors of #111828
Black with #111828
Text Example
Text Example
White with #111828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111828; }
p { color: rgb(17,24,40); }
H1.HeaderClassName
{
color: #111828;
}
.AnyTagClassName
{
color: #111828;
}
</style>
background-color css
<style>
a { background-color: #111828; }
a { background-color: rgb(17,24,40); }
div.DivClassName
{
background-color: #111828;
}
.BgClassName
{
background-color: #111828;
}
</style>
border-color css
<style>
span { border-color: #111828; }
span { border-color: rgb(17,24,40); }
td.TdClassName
{
border-color: #111828;
}
.TagClassName
{
border-color: #111828;
}
</style>