Shades of Blackcurrant #11071E
Tints of Blackcurrant #11071E
RGB
CMYK
RGB Variations
Color information
#11071E (or 0x11071E) is known color: Blackcurrant. HEX triplet: 11, 07 and 1E. RGB value is (17,7,30). Sum of RGB (Red+Green+Blue) = 17+7+30=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #11071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071E is #EEF8E1. Grayscale: #0C0C0C. Windows color (decimal): -15661282 or 1967889. OLE color: 1967889.
HSL color Cylindrical-coordinate representation of color #11071E: hue angle of 266.09º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11071E is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 7 | 30 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.88 |
| HSL | 266.09º | 0.62% | 0.07% | - |
| HSV(B) | 266.09º | 0.77% | 0.12% | - |
| XYZ | 0.54 | 0.36 | 1.27 | - |
| YUV | 12.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 30 | 0.43 | 0.77 | 0 | 0.88 | 266.09 | 0.62 | 0.07 |
| Hex | 11 | 7 | 1E | 2B | 4D | 0 | 58 | 10A | 3E | 7 |
| Octal | 21 | 7 | 36 | 53 | 115 | 0 | 130 | 412 | 76 | 7 |
| Binary | 10001 | 111 | 11110 | 101011 | 1001101 | 0 | 1011000 | 100001010 | 111110 | 111 |
Color Harmonies of #11071E
Complementary color
Monochromatic Colors of #11071E
Black with #11071E
Text Example
Text Example
White with #11071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11071E; }
p { color: rgb(17,7,30); }
H1.HeaderClassName
{
color: #11071E;
}
.AnyTagClassName
{
color: #11071E;
}
</style>
background-color css
<style>
a { background-color: #11071E; }
a { background-color: rgb(17,7,30); }
div.DivClassName
{
background-color: #11071E;
}
.BgClassName
{
background-color: #11071E;
}
</style>
border-color css
<style>
span { border-color: #11071E; }
span { border-color: rgb(17,7,30); }
td.TdClassName
{
border-color: #11071E;
}
.TagClassName
{
border-color: #11071E;
}
</style>