Shades of Black Russian #111330
Tints of Black Russian #111330
RGB
CMYK
RGB Variations
Color information
#111330 (or 0x111330) is known color: Black Russian. HEX triplet: 11, 13 and 30. RGB value is (17,19,48). Sum of RGB (Red+Green+Blue) = 17+19+48=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #111330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111330 is #EEECCF. Grayscale: #151515. Windows color (decimal): -15658192 or 3150609. OLE color: 3150609.
HSL color Cylindrical-coordinate representation of color #111330: hue angle of 236.13º 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 #111330 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 19 | 48 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.81 |
| HSL | 236.13º | 0.48% | 0.13% | - |
| HSV(B) | 236.13º | 0.65% | 0.19% | - |
| XYZ | 1 | 0.8 | 2.9 | - |
| YUV | 21.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 48 | 0.65 | 0.60 | 0 | 0.81 | 236.13 | 0.48 | 0.13 |
| Hex | 11 | 13 | 30 | 41 | 3C | 0 | 51 | EC | 30 | D |
| Octal | 21 | 23 | 60 | 101 | 74 | 0 | 121 | 354 | 60 | 15 |
| Binary | 10001 | 10011 | 110000 | 1000001 | 111100 | 0 | 1010001 | 11101100 | 110000 | 1101 |
Color Harmonies of #111330
Complementary color
Monochromatic Colors of #111330
Black with #111330
Text Example
Text Example
White with #111330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111330; }
p { color: rgb(17,19,48); }
H1.HeaderClassName
{
color: #111330;
}
.AnyTagClassName
{
color: #111330;
}
</style>
background-color css
<style>
a { background-color: #111330; }
a { background-color: rgb(17,19,48); }
div.DivClassName
{
background-color: #111330;
}
.BgClassName
{
background-color: #111330;
}
</style>
border-color css
<style>
span { border-color: #111330; }
span { border-color: rgb(17,19,48); }
td.TdClassName
{
border-color: #111330;
}
.TagClassName
{
border-color: #111330;
}
</style>