Shades of Black Russian #111431
Tints of Black Russian #111431
RGB
CMYK
RGB Variations
Color information
#111431 (or 0x111431) is known color: Black Russian. HEX triplet: 11, 14 and 31. RGB value is (17,20,49). Sum of RGB (Red+Green+Blue) = 17+20+49=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #111431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111431 is #EEEBCE. Grayscale: #161616. Windows color (decimal): -15657935 or 3216401. OLE color: 3216401.
HSL color Cylindrical-coordinate representation of color #111431: hue angle of 234.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111431 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 20 | 49 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.81 |
| HSL | 234.38º | 0.48% | 0.13% | - |
| HSV(B) | 234.38º | 0.65% | 0.19% | - |
| XYZ | 1.04 | 0.84 | 3.01 | - |
| YUV | 22.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 49 | 0.65 | 0.59 | 0 | 0.81 | 234.38 | 0.48 | 0.13 |
| Hex | 11 | 14 | 31 | 41 | 3B | 0 | 51 | EA | 30 | D |
| Octal | 21 | 24 | 61 | 101 | 73 | 0 | 121 | 352 | 60 | 15 |
| Binary | 10001 | 10100 | 110001 | 1000001 | 111011 | 0 | 1010001 | 11101010 | 110000 | 1101 |
Color Harmonies of #111431
Complementary color
Monochromatic Colors of #111431
Black with #111431
Text Example
Text Example
White with #111431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111431; }
p { color: rgb(17,20,49); }
H1.HeaderClassName
{
color: #111431;
}
.AnyTagClassName
{
color: #111431;
}
</style>
background-color css
<style>
a { background-color: #111431; }
a { background-color: rgb(17,20,49); }
div.DivClassName
{
background-color: #111431;
}
.BgClassName
{
background-color: #111431;
}
</style>
border-color css
<style>
span { border-color: #111431; }
span { border-color: rgb(17,20,49); }
td.TdClassName
{
border-color: #111431;
}
.TagClassName
{
border-color: #111431;
}
</style>