Shades of Black Russian #10111B
Tints of Black Russian #10111B
RGB
CMYK
RGB Variations
Color information
#10111B (or 0x10111B) is known color: Black Russian. HEX triplet: 10, 11 and 1B. RGB value is (16,17,27). Sum of RGB (Red+Green+Blue) = 16+17+27=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 17 (7.03% from 255 or 28.33% 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 #10111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10111B is #EFEEE4. Grayscale: #111111. Windows color (decimal): -15724261 or 1773840. OLE color: 1773840.
HSL color Cylindrical-coordinate representation of color #10111B: hue angle of 234.55º 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 #10111B is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 16 | 17 | 27 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.89 |
| HSL | 234.55º | 0.26% | 0.08% | - |
| HSV(B) | 234.55º | 0.41% | 0.11% | - |
| XYZ | 0.61 | 0.59 | 1.12 | - |
| YUV | 17.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 27 | 0.41 | 0.37 | 0 | 0.89 | 234.55 | 0.26 | 0.08 |
| Hex | 10 | 11 | 1B | 29 | 25 | 0 | 59 | EB | 1A | 8 |
| Octal | 20 | 21 | 33 | 51 | 45 | 0 | 131 | 353 | 32 | 10 |
| Binary | 10000 | 10001 | 11011 | 101001 | 100101 | 0 | 1011001 | 11101011 | 11010 | 1000 |
Color Harmonies of #10111B
Complementary color
Monochromatic Colors of #10111B
Black with #10111B
Text Example
Text Example
White with #10111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10111B; }
p { color: rgb(16,17,27); }
H1.HeaderClassName
{
color: #10111B;
}
.AnyTagClassName
{
color: #10111B;
}
</style>
background-color css
<style>
a { background-color: #10111B; }
a { background-color: rgb(16,17,27); }
div.DivClassName
{
background-color: #10111B;
}
.BgClassName
{
background-color: #10111B;
}
</style>
border-color css
<style>
span { border-color: #10111B; }
span { border-color: rgb(16,17,27); }
td.TdClassName
{
border-color: #10111B;
}
.TagClassName
{
border-color: #10111B;
}
</style>