Shades of Black Russian #11172D
Tints of Black Russian #11172D
RGB
CMYK
RGB Variations
Color information
#11172D (or 0x11172D) is known color: Black Russian. HEX triplet: 11, 17 and 2D. RGB value is (17,23,45). Sum of RGB (Red+Green+Blue) = 17+23+45=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #11172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11172D is #EEE8D2. Grayscale: #171717. Windows color (decimal): -15657171 or 2955025. OLE color: 2955025.
HSL color Cylindrical-coordinate representation of color #11172D: hue angle of 227.14º 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 #11172D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 23 | 45 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.82 |
| HSL | 227.14º | 0.45% | 0.12% | - |
| HSV(B) | 227.14º | 0.62% | 0.18% | - |
| XYZ | 1.01 | 0.92 | 2.61 | - |
| YUV | 23.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 45 | 0.62 | 0.49 | 0 | 0.82 | 227.14 | 0.45 | 0.12 |
| Hex | 11 | 17 | 2D | 3E | 31 | 0 | 52 | E3 | 2D | C |
| Octal | 21 | 27 | 55 | 76 | 61 | 0 | 122 | 343 | 55 | 14 |
| Binary | 10001 | 10111 | 101101 | 111110 | 110001 | 0 | 1010010 | 11100011 | 101101 | 1100 |
Color Harmonies of #11172D
Complementary color
Monochromatic Colors of #11172D
Black with #11172D
Text Example
Text Example
White with #11172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11172D; }
p { color: rgb(17,23,45); }
H1.HeaderClassName
{
color: #11172D;
}
.AnyTagClassName
{
color: #11172D;
}
</style>
background-color css
<style>
a { background-color: #11172D; }
a { background-color: rgb(17,23,45); }
div.DivClassName
{
background-color: #11172D;
}
.BgClassName
{
background-color: #11172D;
}
</style>
border-color css
<style>
span { border-color: #11172D; }
span { border-color: rgb(17,23,45); }
td.TdClassName
{
border-color: #11172D;
}
.TagClassName
{
border-color: #11172D;
}
</style>