Shades of Black Russian #111231
Tints of Black Russian #111231
RGB
CMYK
RGB Variations
Color information
#111231 (or 0x111231) is known color: Black Russian. HEX triplet: 11, 12 and 31. RGB value is (17,18,49). Sum of RGB (Red+Green+Blue) = 17+18+49=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #111231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111231 is #EEEDCE. Grayscale: #151515. Windows color (decimal): -15658447 or 3215889. OLE color: 3215889.
HSL color Cylindrical-coordinate representation of color #111231: hue angle of 238.12º 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 #111231 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 18 | 49 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.81 |
| HSL | 238.13º | 0.48% | 0.13% | - |
| HSV(B) | 238.13º | 0.65% | 0.19% | - |
| XYZ | 1 | 0.77 | 3 | - |
| YUV | 21.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 49 | 0.65 | 0.63 | 0 | 0.81 | 238.13 | 0.48 | 0.13 |
| Hex | 11 | 12 | 31 | 41 | 3F | 0 | 51 | EE | 30 | D |
| Octal | 21 | 22 | 61 | 101 | 77 | 0 | 121 | 356 | 60 | 15 |
| Binary | 10001 | 10010 | 110001 | 1000001 | 111111 | 0 | 1010001 | 11101110 | 110000 | 1101 |
Color Harmonies of #111231
Complementary color
Monochromatic Colors of #111231
Black with #111231
Text Example
Text Example
White with #111231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111231; }
p { color: rgb(17,18,49); }
H1.HeaderClassName
{
color: #111231;
}
.AnyTagClassName
{
color: #111231;
}
</style>
background-color css
<style>
a { background-color: #111231; }
a { background-color: rgb(17,18,49); }
div.DivClassName
{
background-color: #111231;
}
.BgClassName
{
background-color: #111231;
}
</style>
border-color css
<style>
span { border-color: #111231; }
span { border-color: rgb(17,18,49); }
td.TdClassName
{
border-color: #111231;
}
.TagClassName
{
border-color: #111231;
}
</style>