Shades of Black Russian #11182D
Tints of Black Russian #11182D
RGB
CMYK
RGB Variations
Color information
#11182D (or 0x11182D) is known color: Black Russian. HEX triplet: 11, 18 and 2D. RGB value is (17,24,45). Sum of RGB (Red+Green+Blue) = 17+24+45=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #11182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11182D is #EEE7D2. Grayscale: #181818. Windows color (decimal): -15656915 or 2955281. OLE color: 2955281.
HSL color Cylindrical-coordinate representation of color #11182D: hue angle of 225º 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 #11182D is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 24 | 45 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.82 |
| HSL | 225º | 0.45% | 0.12% | - |
| HSV(B) | 225º | 0.62% | 0.18% | - |
| XYZ | 1.03 | 0.96 | 2.61 | - |
| YUV | 24.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 45 | 0.62 | 0.47 | 0 | 0.82 | 225 | 0.45 | 0.12 |
| Hex | 11 | 18 | 2D | 3E | 2F | 0 | 52 | E1 | 2D | C |
| Octal | 21 | 30 | 55 | 76 | 57 | 0 | 122 | 341 | 55 | 14 |
| Binary | 10001 | 11000 | 101101 | 111110 | 101111 | 0 | 1010010 | 11100001 | 101101 | 1100 |
Color Harmonies of #11182D
Complementary color
Monochromatic Colors of #11182D
Black with #11182D
Text Example
Text Example
White with #11182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11182D; }
p { color: rgb(17,24,45); }
H1.HeaderClassName
{
color: #11182D;
}
.AnyTagClassName
{
color: #11182D;
}
</style>
background-color css
<style>
a { background-color: #11182D; }
a { background-color: rgb(17,24,45); }
div.DivClassName
{
background-color: #11182D;
}
.BgClassName
{
background-color: #11182D;
}
</style>
border-color css
<style>
span { border-color: #11182D; }
span { border-color: rgb(17,24,45); }
td.TdClassName
{
border-color: #11182D;
}
.TagClassName
{
border-color: #11182D;
}
</style>