Shades of Black Russian #11132C
Tints of Black Russian #11132C
RGB
CMYK
RGB Variations
Color information
#11132C (or 0x11132C) is known color: Black Russian. HEX triplet: 11, 13 and 2C. RGB value is (17,19,44). Sum of RGB (Red+Green+Blue) = 17+19+44=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #11132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132C is #EEECD3. Grayscale: #151515. Windows color (decimal): -15658196 or 2888465. OLE color: 2888465.
HSL color Cylindrical-coordinate representation of color #11132C: hue angle of 235.56º 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 #11132C is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 19 | 44 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.83 |
| HSL | 235.56º | 0.44% | 0.12% | - |
| HSV(B) | 235.56º | 0.61% | 0.17% | - |
| XYZ | 0.92 | 0.77 | 2.48 | - |
| YUV | 21.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 44 | 0.61 | 0.57 | 0 | 0.83 | 235.56 | 0.44 | 0.12 |
| Hex | 11 | 13 | 2C | 3D | 39 | 0 | 53 | EC | 2C | C |
| Octal | 21 | 23 | 54 | 75 | 71 | 0 | 123 | 354 | 54 | 14 |
| Binary | 10001 | 10011 | 101100 | 111101 | 111001 | 0 | 1010011 | 11101100 | 101100 | 1100 |
Color Harmonies of #11132C
Complementary color
Monochromatic Colors of #11132C
Black with #11132C
Text Example
Text Example
White with #11132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11132C; }
p { color: rgb(17,19,44); }
H1.HeaderClassName
{
color: #11132C;
}
.AnyTagClassName
{
color: #11132C;
}
</style>
background-color css
<style>
a { background-color: #11132C; }
a { background-color: rgb(17,19,44); }
div.DivClassName
{
background-color: #11132C;
}
.BgClassName
{
background-color: #11132C;
}
</style>
border-color css
<style>
span { border-color: #11132C; }
span { border-color: rgb(17,19,44); }
td.TdClassName
{
border-color: #11132C;
}
.TagClassName
{
border-color: #11132C;
}
</style>