Shades of Blackcurrant #11061E
Tints of Blackcurrant #11061E
RGB
CMYK
RGB Variations
Color information
#11061E (or 0x11061E) is known color: Blackcurrant. HEX triplet: 11, 06 and 1E. RGB value is (17,6,30). Sum of RGB (Red+Green+Blue) = 17+6+30=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #11061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061E is #EEF9E1. Grayscale: #0B0B0B. Windows color (decimal): -15661538 or 1967633. OLE color: 1967633.
HSL color Cylindrical-coordinate representation of color #11061E: hue angle of 267.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11061E is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 6 | 30 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.88 |
| HSL | 267.5º | 0.67% | 0.07% | - |
| HSV(B) | 267.5º | 0.8% | 0.12% | - |
| XYZ | 0.53 | 0.34 | 1.27 | - |
| YUV | 12.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 30 | 0.43 | 0.80 | 0 | 0.88 | 267.5 | 0.67 | 0.07 |
| Hex | 11 | 6 | 1E | 2B | 50 | 0 | 58 | 10C | 43 | 7 |
| Octal | 21 | 6 | 36 | 53 | 120 | 0 | 130 | 414 | 103 | 7 |
| Binary | 10001 | 110 | 11110 | 101011 | 1010000 | 0 | 1011000 | 100001100 | 1000011 | 111 |
Color Harmonies of #11061E
Complementary color
Monochromatic Colors of #11061E
Black with #11061E
Text Example
Text Example
White with #11061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11061E; }
p { color: rgb(17,6,30); }
H1.HeaderClassName
{
color: #11061E;
}
.AnyTagClassName
{
color: #11061E;
}
</style>
background-color css
<style>
a { background-color: #11061E; }
a { background-color: rgb(17,6,30); }
div.DivClassName
{
background-color: #11061E;
}
.BgClassName
{
background-color: #11061E;
}
</style>
border-color css
<style>
span { border-color: #11061E; }
span { border-color: rgb(17,6,30); }
td.TdClassName
{
border-color: #11061E;
}
.TagClassName
{
border-color: #11061E;
}
</style>