Shades of Black Russian #110F32
Tints of Black Russian #110F32
RGB
CMYK
RGB Variations
Color information
#110F32 (or 0x110F32) is known color: Black Russian. HEX triplet: 11, 0F and 32. RGB value is (17,15,50). Sum of RGB (Red+Green+Blue) = 17+15+50=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #110F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F32 is #EEF0CD. Grayscale: #131313. Windows color (decimal): -15659214 or 3280657. OLE color: 3280657.
HSL color Cylindrical-coordinate representation of color #110F32: hue angle of 243.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #110F32 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 15 | 50 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.80 |
| HSL | 243.43º | 0.54% | 0.13% | - |
| HSV(B) | 243.43º | 0.7% | 0.2% | - |
| XYZ | 0.98 | 0.69 | 3.1 | - |
| YUV | 19.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 50 | 0.66 | 0.70 | 0 | 0.80 | 243.43 | 0.54 | 0.13 |
| Hex | 11 | F | 32 | 42 | 46 | 0 | 50 | F3 | 36 | D |
| Octal | 21 | 17 | 62 | 102 | 106 | 0 | 120 | 363 | 66 | 15 |
| Binary | 10001 | 1111 | 110010 | 1000010 | 1000110 | 0 | 1010000 | 11110011 | 110110 | 1101 |
Color Harmonies of #110F32
Complementary color
Monochromatic Colors of #110F32
Black with #110F32
Text Example
Text Example
White with #110F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F32; }
p { color: rgb(17,15,50); }
H1.HeaderClassName
{
color: #110F32;
}
.AnyTagClassName
{
color: #110F32;
}
</style>
background-color css
<style>
a { background-color: #110F32; }
a { background-color: rgb(17,15,50); }
div.DivClassName
{
background-color: #110F32;
}
.BgClassName
{
background-color: #110F32;
}
</style>
border-color css
<style>
span { border-color: #110F32; }
span { border-color: rgb(17,15,50); }
td.TdClassName
{
border-color: #110F32;
}
.TagClassName
{
border-color: #110F32;
}
</style>