Shades of Black Russian #111323
Tints of Black Russian #111323
RGB
CMYK
RGB Variations
Color information
#111323 (or 0x111323) is known color: Black Russian. HEX triplet: 11, 13 and 23. RGB value is (17,19,35). Sum of RGB (Red+Green+Blue) = 17+19+35=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #111323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111323 is #EEECDC. Grayscale: #141414. Windows color (decimal): -15658205 or 2298641. OLE color: 2298641.
HSL color Cylindrical-coordinate representation of color #111323: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #111323 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 19 | 35 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.86 |
| HSL | 233.33º | 0.35% | 0.1% | - |
| HSV(B) | 233.33º | 0.51% | 0.14% | - |
| XYZ | 0.77 | 0.71 | 1.69 | - |
| YUV | 20.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 35 | 0.51 | 0.46 | 0 | 0.86 | 233.33 | 0.35 | 0.1 |
| Hex | 11 | 13 | 23 | 33 | 2E | 0 | 56 | E9 | 23 | A |
| Octal | 21 | 23 | 43 | 63 | 56 | 0 | 126 | 351 | 43 | 12 |
| Binary | 10001 | 10011 | 100011 | 110011 | 101110 | 0 | 1010110 | 11101001 | 100011 | 1010 |
Color Harmonies of #111323
Complementary color
Monochromatic Colors of #111323
Black with #111323
Text Example
Text Example
White with #111323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111323; }
p { color: rgb(17,19,35); }
H1.HeaderClassName
{
color: #111323;
}
.AnyTagClassName
{
color: #111323;
}
</style>
background-color css
<style>
a { background-color: #111323; }
a { background-color: rgb(17,19,35); }
div.DivClassName
{
background-color: #111323;
}
.BgClassName
{
background-color: #111323;
}
</style>
border-color css
<style>
span { border-color: #111323; }
span { border-color: rgb(17,19,35); }
td.TdClassName
{
border-color: #111323;
}
.TagClassName
{
border-color: #111323;
}
</style>