Shades of Black Russian #110F24
Tints of Black Russian #110F24
RGB
CMYK
RGB Variations
Color information
#110F24 (or 0x110F24) is known color: Black Russian. HEX triplet: 11, 0F and 24. RGB value is (17,15,36). Sum of RGB (Red+Green+Blue) = 17+15+36=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #110F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F24 is #EEF0DB. Grayscale: #111111. Windows color (decimal): -15659228 or 2363153. OLE color: 2363153.
HSL color Cylindrical-coordinate representation of color #110F24: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #110F24 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 15 | 36 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.86 |
| HSL | 245.71º | 0.41% | 0.1% | - |
| HSV(B) | 245.71º | 0.58% | 0.14% | - |
| XYZ | 0.72 | 0.59 | 1.74 | - |
| YUV | 17.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 36 | 0.53 | 0.58 | 0 | 0.86 | 245.71 | 0.41 | 0.1 |
| Hex | 11 | F | 24 | 35 | 3A | 0 | 56 | F6 | 29 | A |
| Octal | 21 | 17 | 44 | 65 | 72 | 0 | 126 | 366 | 51 | 12 |
| Binary | 10001 | 1111 | 100100 | 110101 | 111010 | 0 | 1010110 | 11110110 | 101001 | 1010 |
Color Harmonies of #110F24
Complementary color
Monochromatic Colors of #110F24
Black with #110F24
Text Example
Text Example
White with #110F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F24; }
p { color: rgb(17,15,36); }
H1.HeaderClassName
{
color: #110F24;
}
.AnyTagClassName
{
color: #110F24;
}
</style>
background-color css
<style>
a { background-color: #110F24; }
a { background-color: rgb(17,15,36); }
div.DivClassName
{
background-color: #110F24;
}
.BgClassName
{
background-color: #110F24;
}
</style>
border-color css
<style>
span { border-color: #110F24; }
span { border-color: rgb(17,15,36); }
td.TdClassName
{
border-color: #110F24;
}
.TagClassName
{
border-color: #110F24;
}
</style>