Shades of Blackcurrant #110514
Tints of Blackcurrant #110514
RGB
CMYK
RGB Variations
Color information
#110514 (or 0x110514) is known color: Blackcurrant. HEX triplet: 11, 05 and 14. RGB value is (17,5,20). Sum of RGB (Red+Green+Blue) = 17+5+20=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #110514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110514 is #EEFAEB. Grayscale: #0A0A0A. Windows color (decimal): -15661804 or 1312017. OLE color: 1312017.
HSL color Cylindrical-coordinate representation of color #110514: hue angle of 288º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110514 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 5 | 20 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.92 |
| HSL | 288º | 0.6% | 0.05% | - |
| HSV(B) | 288º | 0.75% | 0.08% | - |
| XYZ | 0.41 | 0.28 | 0.69 | - |
| YUV | 10.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 20 | 0.15 | 0.75 | 0 | 0.92 | 288 | 0.6 | 0.05 |
| Hex | 11 | 5 | 14 | F | 4B | 0 | 5C | 120 | 3C | 5 |
| Octal | 21 | 5 | 24 | 17 | 113 | 0 | 134 | 440 | 74 | 5 |
| Binary | 10001 | 101 | 10100 | 1111 | 1001011 | 0 | 1011100 | 100100000 | 111100 | 101 |
Color Harmonies of #110514
Complementary color
Monochromatic Colors of #110514
Black with #110514
Text Example
Text Example
White with #110514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110514; }
p { color: rgb(17,5,20); }
H1.HeaderClassName
{
color: #110514;
}
.AnyTagClassName
{
color: #110514;
}
</style>
background-color css
<style>
a { background-color: #110514; }
a { background-color: rgb(17,5,20); }
div.DivClassName
{
background-color: #110514;
}
.BgClassName
{
background-color: #110514;
}
</style>
border-color css
<style>
span { border-color: #110514; }
span { border-color: rgb(17,5,20); }
td.TdClassName
{
border-color: #110514;
}
.TagClassName
{
border-color: #110514;
}
</style>