Shades of Black Russian #111628
Tints of Black Russian #111628
RGB
CMYK
RGB Variations
Color information
#111628 (or 0x111628) is known color: Black Russian. HEX triplet: 11, 16 and 28. RGB value is (17,22,40). Sum of RGB (Red+Green+Blue) = 17+22+40=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #111628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111628 is #EEE9D7. Grayscale: #161616. Windows color (decimal): -15657432 or 2627089. OLE color: 2627089.
HSL color Cylindrical-coordinate representation of color #111628: hue angle of 226.96º 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 #111628 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 22 | 40 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.84 |
| HSL | 226.96º | 0.4% | 0.11% | - |
| HSV(B) | 226.96º | 0.58% | 0.16% | - |
| XYZ | 0.9 | 0.85 | 2.12 | - |
| YUV | 22.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 40 | 0.57 | 0.45 | 0 | 0.84 | 226.96 | 0.4 | 0.11 |
| Hex | 11 | 16 | 28 | 39 | 2D | 0 | 54 | E3 | 28 | B |
| Octal | 21 | 26 | 50 | 71 | 55 | 0 | 124 | 343 | 50 | 13 |
| Binary | 10001 | 10110 | 101000 | 111001 | 101101 | 0 | 1010100 | 11100011 | 101000 | 1011 |
Color Harmonies of #111628
Complementary color
Monochromatic Colors of #111628
Black with #111628
Text Example
Text Example
White with #111628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111628; }
p { color: rgb(17,22,40); }
H1.HeaderClassName
{
color: #111628;
}
.AnyTagClassName
{
color: #111628;
}
</style>
background-color css
<style>
a { background-color: #111628; }
a { background-color: rgb(17,22,40); }
div.DivClassName
{
background-color: #111628;
}
.BgClassName
{
background-color: #111628;
}
</style>
border-color css
<style>
span { border-color: #111628; }
span { border-color: rgb(17,22,40); }
td.TdClassName
{
border-color: #111628;
}
.TagClassName
{
border-color: #111628;
}
</style>