Shades of Blackcurrant #11061D
Tints of Blackcurrant #11061D
RGB
CMYK
RGB Variations
Color information
#11061D (or 0x11061D) is known color: Blackcurrant. HEX triplet: 11, 06 and 1D. RGB value is (17,6,29). Sum of RGB (Red+Green+Blue) = 17+6+29=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #11061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061D is #EEF9E2. Grayscale: #0B0B0B. Windows color (decimal): -15661539 or 1902097. OLE color: 1902097.
HSL color Cylindrical-coordinate representation of color #11061D: hue angle of 268.7º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11061D is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 6 | 29 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.89 |
| HSL | 268.7º | 0.66% | 0.07% | - |
| HSV(B) | 268.7º | 0.79% | 0.11% | - |
| XYZ | 0.52 | 0.34 | 1.2 | - |
| YUV | 11.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 29 | 0.41 | 0.79 | 0 | 0.89 | 268.7 | 0.66 | 0.07 |
| Hex | 11 | 6 | 1D | 29 | 4F | 0 | 59 | 10D | 42 | 7 |
| Octal | 21 | 6 | 35 | 51 | 117 | 0 | 131 | 415 | 102 | 7 |
| Binary | 10001 | 110 | 11101 | 101001 | 1001111 | 0 | 1011001 | 100001101 | 1000010 | 111 |
Color Harmonies of #11061D
Complementary color
Monochromatic Colors of #11061D
Black with #11061D
Text Example
Text Example
White with #11061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11061D; }
p { color: rgb(17,6,29); }
H1.HeaderClassName
{
color: #11061D;
}
.AnyTagClassName
{
color: #11061D;
}
</style>
background-color css
<style>
a { background-color: #11061D; }
a { background-color: rgb(17,6,29); }
div.DivClassName
{
background-color: #11061D;
}
.BgClassName
{
background-color: #11061D;
}
</style>
border-color css
<style>
span { border-color: #11061D; }
span { border-color: rgb(17,6,29); }
td.TdClassName
{
border-color: #11061D;
}
.TagClassName
{
border-color: #11061D;
}
</style>