Shades of Black Russian #11192B
Tints of Black Russian #11192B
RGB
CMYK
RGB Variations
Color information
#11192B (or 0x11192B) is known color: Black Russian. HEX triplet: 11, 19 and 2B. RGB value is (17,25,43). Sum of RGB (Red+Green+Blue) = 17+25+43=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #11192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11192B is #EEE6D4. Grayscale: #181818. Windows color (decimal): -15656661 or 2824465. OLE color: 2824465.
HSL color Cylindrical-coordinate representation of color #11192B: hue angle of 221.54º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11192B is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 25 | 43 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.83 |
| HSL | 221.54º | 0.43% | 0.12% | - |
| HSV(B) | 221.54º | 0.6% | 0.17% | - |
| XYZ | 1.01 | 0.99 | 2.42 | - |
| YUV | 24.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 43 | 0.60 | 0.42 | 0 | 0.83 | 221.54 | 0.43 | 0.12 |
| Hex | 11 | 19 | 2B | 3C | 2A | 0 | 53 | DE | 2B | C |
| Octal | 21 | 31 | 53 | 74 | 52 | 0 | 123 | 336 | 53 | 14 |
| Binary | 10001 | 11001 | 101011 | 111100 | 101010 | 0 | 1010011 | 11011110 | 101011 | 1100 |
Color Harmonies of #11192B
Complementary color
Monochromatic Colors of #11192B
Black with #11192B
Text Example
Text Example
White with #11192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11192B; }
p { color: rgb(17,25,43); }
H1.HeaderClassName
{
color: #11192B;
}
.AnyTagClassName
{
color: #11192B;
}
</style>
background-color css
<style>
a { background-color: #11192B; }
a { background-color: rgb(17,25,43); }
div.DivClassName
{
background-color: #11192B;
}
.BgClassName
{
background-color: #11192B;
}
</style>
border-color css
<style>
span { border-color: #11192B; }
span { border-color: rgb(17,25,43); }
td.TdClassName
{
border-color: #11192B;
}
.TagClassName
{
border-color: #11192B;
}
</style>