Shades of Black Russian #11101B
Tints of Black Russian #11101B
RGB
CMYK
RGB Variations
Color information
#11101B (or 0x11101B) is known color: Black Russian. HEX triplet: 11, 10 and 1B. RGB value is (17,16,27). Sum of RGB (Red+Green+Blue) = 17+16+27=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #11101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11101B is #EEEFE4. Grayscale: #111111. Windows color (decimal): -15658981 or 1773585. OLE color: 1773585.
HSL color Cylindrical-coordinate representation of color #11101B: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11101B is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 16 | 27 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.89 |
| HSL | 245.45º | 0.26% | 0.08% | - |
| HSV(B) | 245.45º | 0.41% | 0.11% | - |
| XYZ | 0.61 | 0.57 | 1.11 | - |
| YUV | 17.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 27 | 0.37 | 0.41 | 0 | 0.89 | 245.45 | 0.26 | 0.08 |
| Hex | 11 | 10 | 1B | 25 | 29 | 0 | 59 | F5 | 1A | 8 |
| Octal | 21 | 20 | 33 | 45 | 51 | 0 | 131 | 365 | 32 | 10 |
| Binary | 10001 | 10000 | 11011 | 100101 | 101001 | 0 | 1011001 | 11110101 | 11010 | 1000 |
Color Harmonies of #11101B
Complementary color
Monochromatic Colors of #11101B
Black with #11101B
Text Example
Text Example
White with #11101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11101B; }
p { color: rgb(17,16,27); }
H1.HeaderClassName
{
color: #11101B;
}
.AnyTagClassName
{
color: #11101B;
}
</style>
background-color css
<style>
a { background-color: #11101B; }
a { background-color: rgb(17,16,27); }
div.DivClassName
{
background-color: #11101B;
}
.BgClassName
{
background-color: #11101B;
}
</style>
border-color css
<style>
span { border-color: #11101B; }
span { border-color: rgb(17,16,27); }
td.TdClassName
{
border-color: #11101B;
}
.TagClassName
{
border-color: #11101B;
}
</style>