Shades of Black Russian #11152D
Tints of Black Russian #11152D
RGB
CMYK
RGB Variations
Color information
#11152D (or 0x11152D) is known color: Black Russian. HEX triplet: 11, 15 and 2D. RGB value is (17,21,45). Sum of RGB (Red+Green+Blue) = 17+21+45=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #11152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11152D is #EEEAD2. Grayscale: #161616. Windows color (decimal): -15657683 or 2954513. OLE color: 2954513.
HSL color Cylindrical-coordinate representation of color #11152D: hue angle of 231.43º 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 #11152D is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 21 | 45 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.82 |
| HSL | 231.43º | 0.45% | 0.12% | - |
| HSV(B) | 231.43º | 0.62% | 0.18% | - |
| XYZ | 0.97 | 0.84 | 2.59 | - |
| YUV | 22.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 45 | 0.62 | 0.53 | 0 | 0.82 | 231.43 | 0.45 | 0.12 |
| Hex | 11 | 15 | 2D | 3E | 35 | 0 | 52 | E7 | 2D | C |
| Octal | 21 | 25 | 55 | 76 | 65 | 0 | 122 | 347 | 55 | 14 |
| Binary | 10001 | 10101 | 101101 | 111110 | 110101 | 0 | 1010010 | 11100111 | 101101 | 1100 |
Color Harmonies of #11152D
Complementary color
Monochromatic Colors of #11152D
Black with #11152D
Text Example
Text Example
White with #11152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11152D; }
p { color: rgb(17,21,45); }
H1.HeaderClassName
{
color: #11152D;
}
.AnyTagClassName
{
color: #11152D;
}
</style>
background-color css
<style>
a { background-color: #11152D; }
a { background-color: rgb(17,21,45); }
div.DivClassName
{
background-color: #11152D;
}
.BgClassName
{
background-color: #11152D;
}
</style>
border-color css
<style>
span { border-color: #11152D; }
span { border-color: rgb(17,21,45); }
td.TdClassName
{
border-color: #11152D;
}
.TagClassName
{
border-color: #11152D;
}
</style>