Shades of Black Russian #111626
Tints of Black Russian #111626
RGB
CMYK
RGB Variations
Color information
#111626 (or 0x111626) is known color: Black Russian. HEX triplet: 11, 16 and 26. RGB value is (17,22,38). Sum of RGB (Red+Green+Blue) = 17+22+38=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #111626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111626 is #EEE9D9. Grayscale: #161616. Windows color (decimal): -15657434 or 2496017. OLE color: 2496017.
HSL color Cylindrical-coordinate representation of color #111626: hue angle of 225.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111626 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 22 | 38 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.85 |
| HSL | 225.71º | 0.38% | 0.11% | - |
| HSV(B) | 225.71º | 0.55% | 0.15% | - |
| XYZ | 0.87 | 0.83 | 1.95 | - |
| YUV | 22.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 38 | 0.55 | 0.42 | 0 | 0.85 | 225.71 | 0.38 | 0.11 |
| Hex | 11 | 16 | 26 | 37 | 2A | 0 | 55 | E2 | 26 | B |
| Octal | 21 | 26 | 46 | 67 | 52 | 0 | 125 | 342 | 46 | 13 |
| Binary | 10001 | 10110 | 100110 | 110111 | 101010 | 0 | 1010101 | 11100010 | 100110 | 1011 |
Color Harmonies of #111626
Complementary color
Monochromatic Colors of #111626
Black with #111626
Text Example
Text Example
White with #111626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111626; }
p { color: rgb(17,22,38); }
H1.HeaderClassName
{
color: #111626;
}
.AnyTagClassName
{
color: #111626;
}
</style>
background-color css
<style>
a { background-color: #111626; }
a { background-color: rgb(17,22,38); }
div.DivClassName
{
background-color: #111626;
}
.BgClassName
{
background-color: #111626;
}
</style>
border-color css
<style>
span { border-color: #111626; }
span { border-color: rgb(17,22,38); }
td.TdClassName
{
border-color: #111626;
}
.TagClassName
{
border-color: #111626;
}
</style>