Shades of Blackcurrant #110820
Tints of Blackcurrant #110820
RGB
CMYK
RGB Variations
Color information
#110820 (or 0x110820) is known color: Blackcurrant. HEX triplet: 11, 08 and 20. RGB value is (17,8,32). Sum of RGB (Red+Green+Blue) = 17+8+32=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #110820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110820 is #EEF7DF. Grayscale: #0D0D0D. Windows color (decimal): -15661024 or 2099217. OLE color: 2099217.
HSL color Cylindrical-coordinate representation of color #110820: hue angle of 262.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110820 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 8 | 32 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.87 |
| HSL | 262.5º | 0.6% | 0.08% | - |
| HSV(B) | 262.5º | 0.75% | 0.13% | - |
| XYZ | 0.58 | 0.4 | 1.41 | - |
| YUV | 13.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 32 | 0.47 | 0.75 | 0 | 0.87 | 262.5 | 0.6 | 0.08 |
| Hex | 11 | 8 | 20 | 2F | 4B | 0 | 57 | 106 | 3C | 8 |
| Octal | 21 | 10 | 40 | 57 | 113 | 0 | 127 | 406 | 74 | 10 |
| Binary | 10001 | 1000 | 100000 | 101111 | 1001011 | 0 | 1010111 | 100000110 | 111100 | 1000 |
Color Harmonies of #110820
Complementary color
Monochromatic Colors of #110820
Black with #110820
Text Example
Text Example
White with #110820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110820; }
p { color: rgb(17,8,32); }
H1.HeaderClassName
{
color: #110820;
}
.AnyTagClassName
{
color: #110820;
}
</style>
background-color css
<style>
a { background-color: #110820; }
a { background-color: rgb(17,8,32); }
div.DivClassName
{
background-color: #110820;
}
.BgClassName
{
background-color: #110820;
}
</style>
border-color css
<style>
span { border-color: #110820; }
span { border-color: rgb(17,8,32); }
td.TdClassName
{
border-color: #110820;
}
.TagClassName
{
border-color: #110820;
}
</style>