Shades of Blackcurrant #110314
Tints of Blackcurrant #110314
RGB
CMYK
RGB Variations
Color information
#110314 (or 0x110314) is known color: Blackcurrant. HEX triplet: 11, 03 and 14. RGB value is (17,3,20). Sum of RGB (Red+Green+Blue) = 17+3+20=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #110314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110314 is #EEFCEB. Grayscale: #090909. Windows color (decimal): -15662316 or 1311505. OLE color: 1311505.
HSL color Cylindrical-coordinate representation of color #110314: hue angle of 289.41º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110314 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 3 | 20 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.92 |
| HSL | 289.41º | 0.74% | 0.05% | - |
| HSV(B) | 289.41º | 0.85% | 0.08% | - |
| XYZ | 0.39 | 0.23 | 0.69 | - |
| YUV | 9.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 20 | 0.15 | 0.85 | 0 | 0.92 | 289.41 | 0.74 | 0.05 |
| Hex | 11 | 3 | 14 | F | 55 | 0 | 5C | 121 | 4A | 5 |
| Octal | 21 | 3 | 24 | 17 | 125 | 0 | 134 | 441 | 112 | 5 |
| Binary | 10001 | 11 | 10100 | 1111 | 1010101 | 0 | 1011100 | 100100001 | 1001010 | 101 |
Color Harmonies of #110314
Complementary color
Monochromatic Colors of #110314
Black with #110314
Text Example
Text Example
White with #110314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110314; }
p { color: rgb(17,3,20); }
H1.HeaderClassName
{
color: #110314;
}
.AnyTagClassName
{
color: #110314;
}
</style>
background-color css
<style>
a { background-color: #110314; }
a { background-color: rgb(17,3,20); }
div.DivClassName
{
background-color: #110314;
}
.BgClassName
{
background-color: #110314;
}
</style>
border-color css
<style>
span { border-color: #110314; }
span { border-color: rgb(17,3,20); }
td.TdClassName
{
border-color: #110314;
}
.TagClassName
{
border-color: #110314;
}
</style>