Shades of Blackcurrant #110714
Tints of Blackcurrant #110714
RGB
CMYK
RGB Variations
Color information
#110714 (or 0x110714) is known color: Blackcurrant. HEX triplet: 11, 07 and 14. RGB value is (17,7,20). Sum of RGB (Red+Green+Blue) = 17+7+20=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #110714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110714 is #EEF8EB. Grayscale: #0B0B0B. Windows color (decimal): -15661292 or 1312529. OLE color: 1312529.
HSL color Cylindrical-coordinate representation of color #110714: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110714 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 7 | 20 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.92 |
| HSL | 286.15º | 0.48% | 0.05% | - |
| HSV(B) | 286.15º | 0.65% | 0.08% | - |
| XYZ | 0.43 | 0.32 | 0.7 | - |
| YUV | 11.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 20 | 0.15 | 0.65 | 0 | 0.92 | 286.15 | 0.48 | 0.05 |
| Hex | 11 | 7 | 14 | F | 41 | 0 | 5C | 11E | 30 | 5 |
| Octal | 21 | 7 | 24 | 17 | 101 | 0 | 134 | 436 | 60 | 5 |
| Binary | 10001 | 111 | 10100 | 1111 | 1000001 | 0 | 1011100 | 100011110 | 110000 | 101 |
Color Harmonies of #110714
Complementary color
Monochromatic Colors of #110714
Black with #110714
Text Example
Text Example
White with #110714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110714; }
p { color: rgb(17,7,20); }
H1.HeaderClassName
{
color: #110714;
}
.AnyTagClassName
{
color: #110714;
}
</style>
background-color css
<style>
a { background-color: #110714; }
a { background-color: rgb(17,7,20); }
div.DivClassName
{
background-color: #110714;
}
.BgClassName
{
background-color: #110714;
}
</style>
border-color css
<style>
span { border-color: #110714; }
span { border-color: rgb(17,7,20); }
td.TdClassName
{
border-color: #110714;
}
.TagClassName
{
border-color: #110714;
}
</style>