Shades of Blackcurrant #11011A
Tints of Blackcurrant #11011A
RGB
CMYK
RGB Variations
Color information
#11011A (or 0x11011A) is known color: Blackcurrant. HEX triplet: 11, 01 and 1A. RGB value is (17,1,26). Sum of RGB (Red+Green+Blue) = 17+1+26=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #11011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011A is #EEFEE5. Grayscale: #080808. Windows color (decimal): -15662822 or 1704209. OLE color: 1704209.
HSL color Cylindrical-coordinate representation of color #11011A: hue angle of 278.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11011A is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 1 | 26 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.90 |
| HSL | 278.4º | 0.93% | 0.05% | - |
| HSV(B) | 278.4º | 0.96% | 0.1% | - |
| XYZ | 0.43 | 0.22 | 1 | - |
| YUV | 8.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 26 | 0.35 | 0.96 | 0 | 0.90 | 278.4 | 0.93 | 0.05 |
| Hex | 11 | 1 | 1A | 23 | 60 | 0 | 5A | 116 | 5D | 5 |
| Octal | 21 | 1 | 32 | 43 | 140 | 0 | 132 | 426 | 135 | 5 |
| Binary | 10001 | 1 | 11010 | 100011 | 1100000 | 0 | 1011010 | 100010110 | 1011101 | 101 |
Color Harmonies of #11011A
Complementary color
Monochromatic Colors of #11011A
Black with #11011A
Text Example
Text Example
White with #11011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11011A; }
p { color: rgb(17,1,26); }
H1.HeaderClassName
{
color: #11011A;
}
.AnyTagClassName
{
color: #11011A;
}
</style>
background-color css
<style>
a { background-color: #11011A; }
a { background-color: rgb(17,1,26); }
div.DivClassName
{
background-color: #11011A;
}
.BgClassName
{
background-color: #11011A;
}
</style>
border-color css
<style>
span { border-color: #11011A; }
span { border-color: rgb(17,1,26); }
td.TdClassName
{
border-color: #11011A;
}
.TagClassName
{
border-color: #11011A;
}
</style>