Shades of Black Russian #111328
Tints of Black Russian #111328
RGB
CMYK
RGB Variations
Color information
#111328 (or 0x111328) is known color: Black Russian. HEX triplet: 11, 13 and 28. RGB value is (17,19,40). Sum of RGB (Red+Green+Blue) = 17+19+40=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #111328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111328 is #EEECD7. Grayscale: #141414. Windows color (decimal): -15658200 or 2626321. OLE color: 2626321.
HSL color Cylindrical-coordinate representation of color #111328: hue angle of 234.78º 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 #111328 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 19 | 40 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.84 |
| HSL | 234.78º | 0.4% | 0.11% | - |
| HSV(B) | 234.78º | 0.58% | 0.16% | - |
| XYZ | 0.85 | 0.74 | 2.11 | - |
| YUV | 20.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 40 | 0.57 | 0.52 | 0 | 0.84 | 234.78 | 0.4 | 0.11 |
| Hex | 11 | 13 | 28 | 39 | 34 | 0 | 54 | EB | 28 | B |
| Octal | 21 | 23 | 50 | 71 | 64 | 0 | 124 | 353 | 50 | 13 |
| Binary | 10001 | 10011 | 101000 | 111001 | 110100 | 0 | 1010100 | 11101011 | 101000 | 1011 |
Color Harmonies of #111328
Complementary color
Monochromatic Colors of #111328
Black with #111328
Text Example
Text Example
White with #111328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111328; }
p { color: rgb(17,19,40); }
H1.HeaderClassName
{
color: #111328;
}
.AnyTagClassName
{
color: #111328;
}
</style>
background-color css
<style>
a { background-color: #111328; }
a { background-color: rgb(17,19,40); }
div.DivClassName
{
background-color: #111328;
}
.BgClassName
{
background-color: #111328;
}
</style>
border-color css
<style>
span { border-color: #111328; }
span { border-color: rgb(17,19,40); }
td.TdClassName
{
border-color: #111328;
}
.TagClassName
{
border-color: #111328;
}
</style>