Shades of Black Russian #111627
Tints of Black Russian #111627
RGB
CMYK
RGB Variations
Color information
#111627 (or 0x111627) is known color: Black Russian. HEX triplet: 11, 16 and 27. RGB value is (17,22,39). Sum of RGB (Red+Green+Blue) = 17+22+39=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #111627 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111627 is #EEE9D8. Grayscale: #161616. Windows color (decimal): -15657433 or 2561553. OLE color: 2561553.
HSL color Cylindrical-coordinate representation of color #111627: hue angle of 226.36º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111627 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 22 | 39 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.85 |
| HSL | 226.36º | 0.39% | 0.11% | - |
| HSV(B) | 226.36º | 0.56% | 0.15% | - |
| XYZ | 0.88 | 0.84 | 2.03 | - |
| YUV | 22.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 39 | 0.56 | 0.44 | 0 | 0.85 | 226.36 | 0.39 | 0.11 |
| Hex | 11 | 16 | 27 | 38 | 2C | 0 | 55 | E2 | 27 | B |
| Octal | 21 | 26 | 47 | 70 | 54 | 0 | 125 | 342 | 47 | 13 |
| Binary | 10001 | 10110 | 100111 | 111000 | 101100 | 0 | 1010101 | 11100010 | 100111 | 1011 |
Color Harmonies of #111627
Complementary color
Monochromatic Colors of #111627
Black with #111627
Text Example
Text Example
White with #111627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111627; }
p { color: rgb(17,22,39); }
H1.HeaderClassName
{
color: #111627;
}
.AnyTagClassName
{
color: #111627;
}
</style>
background-color css
<style>
a { background-color: #111627; }
a { background-color: rgb(17,22,39); }
div.DivClassName
{
background-color: #111627;
}
.BgClassName
{
background-color: #111627;
}
</style>
border-color css
<style>
span { border-color: #111627; }
span { border-color: rgb(17,22,39); }
td.TdClassName
{
border-color: #111627;
}
.TagClassName
{
border-color: #111627;
}
</style>