Shades of Blackcurrant #110C14
Tints of Blackcurrant #110C14
RGB
CMYK
RGB Variations
Color information
#110C14 (or 0x110C14) is known color: Blackcurrant. HEX triplet: 11, 0C and 14. RGB value is (17,12,20). Sum of RGB (Red+Green+Blue) = 17+12+20=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #110C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C14 is #EEF3EB. Grayscale: #0E0E0E. Windows color (decimal): -15660012 or 1313809. OLE color: 1313809.
HSL color Cylindrical-coordinate representation of color #110C14: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #110C14 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 12 | 20 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.92 |
| HSL | 277.5º | 0.25% | 0.06% | - |
| HSV(B) | 277.5º | 0.4% | 0.08% | - |
| XYZ | 0.49 | 0.43 | 0.72 | - |
| YUV | 14.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 20 | 0.15 | 0.40 | 0 | 0.92 | 277.5 | 0.25 | 0.06 |
| Hex | 11 | C | 14 | F | 28 | 0 | 5C | 116 | 19 | 6 |
| Octal | 21 | 14 | 24 | 17 | 50 | 0 | 134 | 426 | 31 | 6 |
| Binary | 10001 | 1100 | 10100 | 1111 | 101000 | 0 | 1011100 | 100010110 | 11001 | 110 |
Color Harmonies of #110C14
Complementary color
Monochromatic Colors of #110C14
Black with #110C14
Text Example
Text Example
White with #110C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C14; }
p { color: rgb(17,12,20); }
H1.HeaderClassName
{
color: #110C14;
}
.AnyTagClassName
{
color: #110C14;
}
</style>
background-color css
<style>
a { background-color: #110C14; }
a { background-color: rgb(17,12,20); }
div.DivClassName
{
background-color: #110C14;
}
.BgClassName
{
background-color: #110C14;
}
</style>
border-color css
<style>
span { border-color: #110C14; }
span { border-color: rgb(17,12,20); }
td.TdClassName
{
border-color: #110C14;
}
.TagClassName
{
border-color: #110C14;
}
</style>