Shades of Black Russian #111324
Tints of Black Russian #111324
RGB
CMYK
RGB Variations
Color information
#111324 (or 0x111324) is known color: Black Russian. HEX triplet: 11, 13 and 24. RGB value is (17,19,36). Sum of RGB (Red+Green+Blue) = 17+19+36=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #111324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111324 is #EEECDB. Grayscale: #141414. Windows color (decimal): -15658204 or 2364177. OLE color: 2364177.
HSL color Cylindrical-coordinate representation of color #111324: hue angle of 233.68º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #111324 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 19 | 36 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.86 |
| HSL | 233.68º | 0.36% | 0.1% | - |
| HSV(B) | 233.68º | 0.53% | 0.14% | - |
| XYZ | 0.78 | 0.71 | 1.77 | - |
| YUV | 20.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 36 | 0.53 | 0.47 | 0 | 0.86 | 233.68 | 0.36 | 0.1 |
| Hex | 11 | 13 | 24 | 35 | 2F | 0 | 56 | EA | 24 | A |
| Octal | 21 | 23 | 44 | 65 | 57 | 0 | 126 | 352 | 44 | 12 |
| Binary | 10001 | 10011 | 100100 | 110101 | 101111 | 0 | 1010110 | 11101010 | 100100 | 1010 |
Color Harmonies of #111324
Complementary color
Monochromatic Colors of #111324
Black with #111324
Text Example
Text Example
White with #111324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111324; }
p { color: rgb(17,19,36); }
H1.HeaderClassName
{
color: #111324;
}
.AnyTagClassName
{
color: #111324;
}
</style>
background-color css
<style>
a { background-color: #111324; }
a { background-color: rgb(17,19,36); }
div.DivClassName
{
background-color: #111324;
}
.BgClassName
{
background-color: #111324;
}
</style>
border-color css
<style>
span { border-color: #111324; }
span { border-color: rgb(17,19,36); }
td.TdClassName
{
border-color: #111324;
}
.TagClassName
{
border-color: #111324;
}
</style>