Shades of Black Russian #110F2C
Tints of Black Russian #110F2C
RGB
CMYK
RGB Variations
Color information
#110F2C (or 0x110F2C) is known color: Black Russian. HEX triplet: 11, 0F and 2C. RGB value is (17,15,44). Sum of RGB (Red+Green+Blue) = 17+15+44=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #110F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F2C is #EEF0D3. Grayscale: #121212. Windows color (decimal): -15659220 or 2887441. OLE color: 2887441.
HSL color Cylindrical-coordinate representation of color #110F2C: hue angle of 244.14º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #110F2C is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 15 | 44 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.83 |
| HSL | 244.14º | 0.49% | 0.12% | - |
| HSV(B) | 244.14º | 0.66% | 0.17% | - |
| XYZ | 0.86 | 0.64 | 2.46 | - |
| YUV | 18.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 44 | 0.61 | 0.66 | 0 | 0.83 | 244.14 | 0.49 | 0.12 |
| Hex | 11 | F | 2C | 3D | 42 | 0 | 53 | F4 | 31 | C |
| Octal | 21 | 17 | 54 | 75 | 102 | 0 | 123 | 364 | 61 | 14 |
| Binary | 10001 | 1111 | 101100 | 111101 | 1000010 | 0 | 1010011 | 11110100 | 110001 | 1100 |
Color Harmonies of #110F2C
Complementary color
Monochromatic Colors of #110F2C
Black with #110F2C
Text Example
Text Example
White with #110F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F2C; }
p { color: rgb(17,15,44); }
H1.HeaderClassName
{
color: #110F2C;
}
.AnyTagClassName
{
color: #110F2C;
}
</style>
background-color css
<style>
a { background-color: #110F2C; }
a { background-color: rgb(17,15,44); }
div.DivClassName
{
background-color: #110F2C;
}
.BgClassName
{
background-color: #110F2C;
}
</style>
border-color css
<style>
span { border-color: #110F2C; }
span { border-color: rgb(17,15,44); }
td.TdClassName
{
border-color: #110F2C;
}
.TagClassName
{
border-color: #110F2C;
}
</style>