Shades of Black Russian #111423
Tints of Black Russian #111423
RGB
CMYK
RGB Variations
Color information
#111423 (or 0x111423) is known color: Black Russian. HEX triplet: 11, 14 and 23. RGB value is (17,20,35). Sum of RGB (Red+Green+Blue) = 17+20+35=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #111423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111423 is #EEEBDC. Grayscale: #141414. Windows color (decimal): -15657949 or 2298897. OLE color: 2298897.
HSL color Cylindrical-coordinate representation of color #111423: hue angle of 230º 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 #111423 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 20 | 35 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.86 |
| HSL | 230º | 0.35% | 0.1% | - |
| HSV(B) | 230º | 0.51% | 0.14% | - |
| XYZ | 0.78 | 0.74 | 1.69 | - |
| YUV | 20.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 35 | 0.51 | 0.43 | 0 | 0.86 | 230 | 0.35 | 0.1 |
| Hex | 11 | 14 | 23 | 33 | 2B | 0 | 56 | E6 | 23 | A |
| Octal | 21 | 24 | 43 | 63 | 53 | 0 | 126 | 346 | 43 | 12 |
| Binary | 10001 | 10100 | 100011 | 110011 | 101011 | 0 | 1010110 | 11100110 | 100011 | 1010 |
Color Harmonies of #111423
Complementary color
Monochromatic Colors of #111423
Black with #111423
Text Example
Text Example
White with #111423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111423; }
p { color: rgb(17,20,35); }
H1.HeaderClassName
{
color: #111423;
}
.AnyTagClassName
{
color: #111423;
}
</style>
background-color css
<style>
a { background-color: #111423; }
a { background-color: rgb(17,20,35); }
div.DivClassName
{
background-color: #111423;
}
.BgClassName
{
background-color: #111423;
}
</style>
border-color css
<style>
span { border-color: #111423; }
span { border-color: rgb(17,20,35); }
td.TdClassName
{
border-color: #111423;
}
.TagClassName
{
border-color: #111423;
}
</style>