Shades of Blackcurrant #110920
Tints of Blackcurrant #110920
RGB
CMYK
RGB Variations
Color information
#110920 (or 0x110920) is known color: Blackcurrant. HEX triplet: 11, 09 and 20. RGB value is (17,9,32). Sum of RGB (Red+Green+Blue) = 17+9+32=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #110920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110920 is #EEF6DF. Grayscale: #0D0D0D. Windows color (decimal): -15660768 or 2099473. OLE color: 2099473.
HSL color Cylindrical-coordinate representation of color #110920: hue angle of 260.87º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #110920 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 9 | 32 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.87 |
| HSL | 260.87º | 0.56% | 0.08% | - |
| HSV(B) | 260.87º | 0.72% | 0.13% | - |
| XYZ | 0.59 | 0.42 | 1.42 | - |
| YUV | 14.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 32 | 0.47 | 0.72 | 0 | 0.87 | 260.87 | 0.56 | 0.08 |
| Hex | 11 | 9 | 20 | 2F | 48 | 0 | 57 | 105 | 38 | 8 |
| Octal | 21 | 11 | 40 | 57 | 110 | 0 | 127 | 405 | 70 | 10 |
| Binary | 10001 | 1001 | 100000 | 101111 | 1001000 | 0 | 1010111 | 100000101 | 111000 | 1000 |
Color Harmonies of #110920
Complementary color
Monochromatic Colors of #110920
Black with #110920
Text Example
Text Example
White with #110920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110920; }
p { color: rgb(17,9,32); }
H1.HeaderClassName
{
color: #110920;
}
.AnyTagClassName
{
color: #110920;
}
</style>
background-color css
<style>
a { background-color: #110920; }
a { background-color: rgb(17,9,32); }
div.DivClassName
{
background-color: #110920;
}
.BgClassName
{
background-color: #110920;
}
</style>
border-color css
<style>
span { border-color: #110920; }
span { border-color: rgb(17,9,32); }
td.TdClassName
{
border-color: #110920;
}
.TagClassName
{
border-color: #110920;
}
</style>