Shades of Black Russian #11142C
Tints of Black Russian #11142C
RGB
CMYK
RGB Variations
Color information
#11142C (or 0x11142C) is known color: Black Russian. HEX triplet: 11, 14 and 2C. RGB value is (17,20,44). Sum of RGB (Red+Green+Blue) = 17+20+44=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #11142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11142C is #EEEBD3. Grayscale: #151515. Windows color (decimal): -15657940 or 2888721. OLE color: 2888721.
HSL color Cylindrical-coordinate representation of color #11142C: hue angle of 233.33º 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 #11142C is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 20 | 44 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.83 |
| HSL | 233.33º | 0.44% | 0.12% | - |
| HSV(B) | 233.33º | 0.61% | 0.17% | - |
| XYZ | 0.94 | 0.8 | 2.49 | - |
| YUV | 21.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 44 | 0.61 | 0.55 | 0 | 0.83 | 233.33 | 0.44 | 0.12 |
| Hex | 11 | 14 | 2C | 3D | 37 | 0 | 53 | E9 | 2C | C |
| Octal | 21 | 24 | 54 | 75 | 67 | 0 | 123 | 351 | 54 | 14 |
| Binary | 10001 | 10100 | 101100 | 111101 | 110111 | 0 | 1010011 | 11101001 | 101100 | 1100 |
Color Harmonies of #11142C
Complementary color
Monochromatic Colors of #11142C
Black with #11142C
Text Example
Text Example
White with #11142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11142C; }
p { color: rgb(17,20,44); }
H1.HeaderClassName
{
color: #11142C;
}
.AnyTagClassName
{
color: #11142C;
}
</style>
background-color css
<style>
a { background-color: #11142C; }
a { background-color: rgb(17,20,44); }
div.DivClassName
{
background-color: #11142C;
}
.BgClassName
{
background-color: #11142C;
}
</style>
border-color css
<style>
span { border-color: #11142C; }
span { border-color: rgb(17,20,44); }
td.TdClassName
{
border-color: #11142C;
}
.TagClassName
{
border-color: #11142C;
}
</style>