Shades of Black Russian #11182C
Tints of Black Russian #11182C
RGB
CMYK
RGB Variations
Color information
#11182C (or 0x11182C) is known color: Black Russian. HEX triplet: 11, 18 and 2C. RGB value is (17,24,44). Sum of RGB (Red+Green+Blue) = 17+24+44=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #11182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11182C is #EEE7D3. Grayscale: #181818. Windows color (decimal): -15656916 or 2889745. OLE color: 2889745.
HSL color Cylindrical-coordinate representation of color #11182C: hue angle of 224.44º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11182C is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 24 | 44 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.83 |
| HSL | 224.44º | 0.44% | 0.12% | - |
| HSV(B) | 224.44º | 0.61% | 0.17% | - |
| XYZ | 1.01 | 0.95 | 2.51 | - |
| YUV | 24.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 44 | 0.61 | 0.45 | 0 | 0.83 | 224.44 | 0.44 | 0.12 |
| Hex | 11 | 18 | 2C | 3D | 2D | 0 | 53 | E0 | 2C | C |
| Octal | 21 | 30 | 54 | 75 | 55 | 0 | 123 | 340 | 54 | 14 |
| Binary | 10001 | 11000 | 101100 | 111101 | 101101 | 0 | 1010011 | 11100000 | 101100 | 1100 |
Color Harmonies of #11182C
Complementary color
Monochromatic Colors of #11182C
Black with #11182C
Text Example
Text Example
White with #11182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11182C; }
p { color: rgb(17,24,44); }
H1.HeaderClassName
{
color: #11182C;
}
.AnyTagClassName
{
color: #11182C;
}
</style>
background-color css
<style>
a { background-color: #11182C; }
a { background-color: rgb(17,24,44); }
div.DivClassName
{
background-color: #11182C;
}
.BgClassName
{
background-color: #11182C;
}
</style>
border-color css
<style>
span { border-color: #11182C; }
span { border-color: rgb(17,24,44); }
td.TdClassName
{
border-color: #11182C;
}
.TagClassName
{
border-color: #11182C;
}
</style>