Shades of Blackcurrant #11061A
Tints of Blackcurrant #11061A
RGB
CMYK
RGB Variations
Color information
#11061A (or 0x11061A) is known color: Blackcurrant. HEX triplet: 11, 06 and 1A. RGB value is (17,6,26). Sum of RGB (Red+Green+Blue) = 17+6+26=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #11061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061A is #EEF9E5. Grayscale: #0B0B0B. Windows color (decimal): -15661542 or 1705489. OLE color: 1705489.
HSL color Cylindrical-coordinate representation of color #11061A: hue angle of 273º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11061A is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 6 | 26 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.90 |
| HSL | 273º | 0.63% | 0.06% | - |
| HSV(B) | 273º | 0.77% | 0.1% | - |
| XYZ | 0.48 | 0.32 | 1.01 | - |
| YUV | 11.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 26 | 0.35 | 0.77 | 0 | 0.90 | 273 | 0.63 | 0.06 |
| Hex | 11 | 6 | 1A | 23 | 4D | 0 | 5A | 111 | 3E | 6 |
| Octal | 21 | 6 | 32 | 43 | 115 | 0 | 132 | 421 | 76 | 6 |
| Binary | 10001 | 110 | 11010 | 100011 | 1001101 | 0 | 1011010 | 100010001 | 111110 | 110 |
Color Harmonies of #11061A
Complementary color
Monochromatic Colors of #11061A
Black with #11061A
Text Example
Text Example
White with #11061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11061A; }
p { color: rgb(17,6,26); }
H1.HeaderClassName
{
color: #11061A;
}
.AnyTagClassName
{
color: #11061A;
}
</style>
background-color css
<style>
a { background-color: #11061A; }
a { background-color: rgb(17,6,26); }
div.DivClassName
{
background-color: #11061A;
}
.BgClassName
{
background-color: #11061A;
}
</style>
border-color css
<style>
span { border-color: #11061A; }
span { border-color: rgb(17,6,26); }
td.TdClassName
{
border-color: #11061A;
}
.TagClassName
{
border-color: #11061A;
}
</style>