Shades of Black Russian #111728
Tints of Black Russian #111728
RGB
CMYK
RGB Variations
Color information
#111728 (or 0x111728) is known color: Black Russian. HEX triplet: 11, 17 and 28. RGB value is (17,23,40). Sum of RGB (Red+Green+Blue) = 17+23+40=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #111728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111728 is #EEE8D7. Grayscale: #171717. Windows color (decimal): -15657176 or 2627345. OLE color: 2627345.
HSL color Cylindrical-coordinate representation of color #111728: hue angle of 224.35º 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 #111728 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 23 | 40 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.84 |
| HSL | 224.35º | 0.4% | 0.11% | - |
| HSV(B) | 224.35º | 0.58% | 0.16% | - |
| XYZ | 0.92 | 0.89 | 2.13 | - |
| YUV | 23.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 40 | 0.57 | 0.43 | 0 | 0.84 | 224.35 | 0.4 | 0.11 |
| Hex | 11 | 17 | 28 | 39 | 2B | 0 | 54 | E0 | 28 | B |
| Octal | 21 | 27 | 50 | 71 | 53 | 0 | 124 | 340 | 50 | 13 |
| Binary | 10001 | 10111 | 101000 | 111001 | 101011 | 0 | 1010100 | 11100000 | 101000 | 1011 |
Color Harmonies of #111728
Complementary color
Monochromatic Colors of #111728
Black with #111728
Text Example
Text Example
White with #111728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111728; }
p { color: rgb(17,23,40); }
H1.HeaderClassName
{
color: #111728;
}
.AnyTagClassName
{
color: #111728;
}
</style>
background-color css
<style>
a { background-color: #111728; }
a { background-color: rgb(17,23,40); }
div.DivClassName
{
background-color: #111728;
}
.BgClassName
{
background-color: #111728;
}
</style>
border-color css
<style>
span { border-color: #111728; }
span { border-color: rgb(17,23,40); }
td.TdClassName
{
border-color: #111728;
}
.TagClassName
{
border-color: #111728;
}
</style>