Shades of Black Russian #11132D
Tints of Black Russian #11132D
RGB
CMYK
RGB Variations
Color information
#11132D (or 0x11132D) is known color: Black Russian. HEX triplet: 11, 13 and 2D. RGB value is (17,19,45). Sum of RGB (Red+Green+Blue) = 17+19+45=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #11132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11132D is #EEECD2. Grayscale: #151515. Windows color (decimal): -15658195 or 2954001. OLE color: 2954001.
HSL color Cylindrical-coordinate representation of color #11132D: hue angle of 235.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11132D is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 19 | 45 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.82 |
| HSL | 235.71º | 0.45% | 0.12% | - |
| HSV(B) | 235.71º | 0.62% | 0.18% | - |
| XYZ | 0.94 | 0.77 | 2.58 | - |
| YUV | 21.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 45 | 0.62 | 0.58 | 0 | 0.82 | 235.71 | 0.45 | 0.12 |
| Hex | 11 | 13 | 2D | 3E | 3A | 0 | 52 | EC | 2D | C |
| Octal | 21 | 23 | 55 | 76 | 72 | 0 | 122 | 354 | 55 | 14 |
| Binary | 10001 | 10011 | 101101 | 111110 | 111010 | 0 | 1010010 | 11101100 | 101101 | 1100 |
Color Harmonies of #11132D
Complementary color
Monochromatic Colors of #11132D
Black with #11132D
Text Example
Text Example
White with #11132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11132D; }
p { color: rgb(17,19,45); }
H1.HeaderClassName
{
color: #11132D;
}
.AnyTagClassName
{
color: #11132D;
}
</style>
background-color css
<style>
a { background-color: #11132D; }
a { background-color: rgb(17,19,45); }
div.DivClassName
{
background-color: #11132D;
}
.BgClassName
{
background-color: #11132D;
}
</style>
border-color css
<style>
span { border-color: #11132D; }
span { border-color: rgb(17,19,45); }
td.TdClassName
{
border-color: #11132D;
}
.TagClassName
{
border-color: #11132D;
}
</style>