Shades of Blackcurrant #11061C
Tints of Blackcurrant #11061C
RGB
CMYK
RGB Variations
Color information
#11061C (or 0x11061C) is known color: Blackcurrant. HEX triplet: 11, 06 and 1C. RGB value is (17,6,28). Sum of RGB (Red+Green+Blue) = 17+6+28=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #11061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061C is #EEF9E3. Grayscale: #0B0B0B. Windows color (decimal): -15661540 or 1836561. OLE color: 1836561.
HSL color Cylindrical-coordinate representation of color #11061C: hue angle of 270º degrees, saturation: 0.65, 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 #11061C is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 6 | 28 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.89 |
| HSL | 270º | 0.65% | 0.07% | - |
| HSV(B) | 270º | 0.79% | 0.11% | - |
| XYZ | 0.51 | 0.33 | 1.14 | - |
| YUV | 11.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 28 | 0.39 | 0.79 | 0 | 0.89 | 270 | 0.65 | 0.07 |
| Hex | 11 | 6 | 1C | 27 | 4F | 0 | 59 | 10E | 41 | 7 |
| Octal | 21 | 6 | 34 | 47 | 117 | 0 | 131 | 416 | 101 | 7 |
| Binary | 10001 | 110 | 11100 | 100111 | 1001111 | 0 | 1011001 | 100001110 | 1000001 | 111 |
Color Harmonies of #11061C
Complementary color
Monochromatic Colors of #11061C
Black with #11061C
Text Example
Text Example
White with #11061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11061C; }
p { color: rgb(17,6,28); }
H1.HeaderClassName
{
color: #11061C;
}
.AnyTagClassName
{
color: #11061C;
}
</style>
background-color css
<style>
a { background-color: #11061C; }
a { background-color: rgb(17,6,28); }
div.DivClassName
{
background-color: #11061C;
}
.BgClassName
{
background-color: #11061C;
}
</style>
border-color css
<style>
span { border-color: #11061C; }
span { border-color: rgb(17,6,28); }
td.TdClassName
{
border-color: #11061C;
}
.TagClassName
{
border-color: #11061C;
}
</style>