Shades of Black Russian #11131F
Tints of Black Russian #11131F
RGB
CMYK
RGB Variations
Color information
#11131F (or 0x11131F) is known color: Black Russian. HEX triplet: 11, 13 and 1F. RGB value is (17,19,31). Sum of RGB (Red+Green+Blue) = 17+19+31=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #11131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11131F is #EEECE0. Grayscale: #131313. Windows color (decimal): -15658209 or 2036497. OLE color: 2036497.
HSL color Cylindrical-coordinate representation of color #11131F: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11131F is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 19 | 31 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.88 |
| HSL | 231.43º | 0.29% | 0.09% | - |
| HSV(B) | 231.43º | 0.45% | 0.12% | - |
| XYZ | 0.71 | 0.68 | 1.39 | - |
| YUV | 19.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 31 | 0.45 | 0.39 | 0 | 0.88 | 231.43 | 0.29 | 0.09 |
| Hex | 11 | 13 | 1F | 2D | 27 | 0 | 58 | E7 | 1D | 9 |
| Octal | 21 | 23 | 37 | 55 | 47 | 0 | 130 | 347 | 35 | 11 |
| Binary | 10001 | 10011 | 11111 | 101101 | 100111 | 0 | 1011000 | 11100111 | 11101 | 1001 |
Color Harmonies of #11131F
Complementary color
Monochromatic Colors of #11131F
Black with #11131F
Text Example
Text Example
White with #11131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11131F; }
p { color: rgb(17,19,31); }
H1.HeaderClassName
{
color: #11131F;
}
.AnyTagClassName
{
color: #11131F;
}
</style>
background-color css
<style>
a { background-color: #11131F; }
a { background-color: rgb(17,19,31); }
div.DivClassName
{
background-color: #11131F;
}
.BgClassName
{
background-color: #11131F;
}
</style>
border-color css
<style>
span { border-color: #11131F; }
span { border-color: rgb(17,19,31); }
td.TdClassName
{
border-color: #11131F;
}
.TagClassName
{
border-color: #11131F;
}
</style>