Shades of Blackcurrant #11071C
Tints of Blackcurrant #11071C
RGB
CMYK
RGB Variations
Color information
#11071C (or 0x11071C) is known color: Blackcurrant. HEX triplet: 11, 07 and 1C. RGB value is (17,7,28). Sum of RGB (Red+Green+Blue) = 17+7+28=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #11071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071C is #EEF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15661284 or 1836817. OLE color: 1836817.
HSL color Cylindrical-coordinate representation of color #11071C: hue angle of 268.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11071C is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 7 | 28 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.89 |
| HSL | 268.57º | 0.6% | 0.07% | - |
| HSV(B) | 268.57º | 0.75% | 0.11% | - |
| XYZ | 0.52 | 0.35 | 1.14 | - |
| YUV | 12.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 28 | 0.39 | 0.75 | 0 | 0.89 | 268.57 | 0.6 | 0.07 |
| Hex | 11 | 7 | 1C | 27 | 4B | 0 | 59 | 10D | 3C | 7 |
| Octal | 21 | 7 | 34 | 47 | 113 | 0 | 131 | 415 | 74 | 7 |
| Binary | 10001 | 111 | 11100 | 100111 | 1001011 | 0 | 1011001 | 100001101 | 111100 | 111 |
Color Harmonies of #11071C
Complementary color
Monochromatic Colors of #11071C
Black with #11071C
Text Example
Text Example
White with #11071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11071C; }
p { color: rgb(17,7,28); }
H1.HeaderClassName
{
color: #11071C;
}
.AnyTagClassName
{
color: #11071C;
}
</style>
background-color css
<style>
a { background-color: #11071C; }
a { background-color: rgb(17,7,28); }
div.DivClassName
{
background-color: #11071C;
}
.BgClassName
{
background-color: #11071C;
}
</style>
border-color css
<style>
span { border-color: #11071C; }
span { border-color: rgb(17,7,28); }
td.TdClassName
{
border-color: #11071C;
}
.TagClassName
{
border-color: #11071C;
}
</style>