Shades of Black Russian #111428
Tints of Black Russian #111428
RGB
CMYK
RGB Variations
Color information
#111428 (or 0x111428) is known color: Black Russian. HEX triplet: 11, 14 and 28. RGB value is (17,20,40). Sum of RGB (Red+Green+Blue) = 17+20+40=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #111428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111428 is #EEEBD7. Grayscale: #151515. Windows color (decimal): -15657944 or 2626577. OLE color: 2626577.
HSL color Cylindrical-coordinate representation of color #111428: hue angle of 232.17º 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 #111428 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 20 | 40 | - |
| CMYK | 0.57 | 0.5 | 0 | 0.84 |
| HSL | 232.17º | 0.4% | 0.11% | - |
| HSV(B) | 232.17º | 0.58% | 0.16% | - |
| XYZ | 0.86 | 0.77 | 2.11 | - |
| YUV | 21.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 40 | 0.57 | 0.5 | 0 | 0.84 | 232.17 | 0.4 | 0.11 |
| Hex | 11 | 14 | 28 | 39 | 32 | 0 | 54 | E8 | 28 | B |
| Octal | 21 | 24 | 50 | 71 | 62 | 0 | 124 | 350 | 50 | 13 |
| Binary | 10001 | 10100 | 101000 | 111001 | 110010 | 0 | 1010100 | 11101000 | 101000 | 1011 |
Color Harmonies of #111428
Complementary color
Monochromatic Colors of #111428
Black with #111428
Text Example
Text Example
White with #111428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111428; }
p { color: rgb(17,20,40); }
H1.HeaderClassName
{
color: #111428;
}
.AnyTagClassName
{
color: #111428;
}
</style>
background-color css
<style>
a { background-color: #111428; }
a { background-color: rgb(17,20,40); }
div.DivClassName
{
background-color: #111428;
}
.BgClassName
{
background-color: #111428;
}
</style>
border-color css
<style>
span { border-color: #111428; }
span { border-color: rgb(17,20,40); }
td.TdClassName
{
border-color: #111428;
}
.TagClassName
{
border-color: #111428;
}
</style>