Shades of Blackcurrant #11011E
Tints of Blackcurrant #11011E
RGB
CMYK
RGB Variations
Color information
#11011E (or 0x11011E) is known color: Blackcurrant. HEX triplet: 11, 01 and 1E. RGB value is (17,1,30). Sum of RGB (Red+Green+Blue) = 17+1+30=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #11011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011E is #EEFEE1. Grayscale: #080808. Windows color (decimal): -15662818 or 1966353. OLE color: 1966353.
HSL color Cylindrical-coordinate representation of color #11011E: hue angle of 273.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11011E is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 1 | 30 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.88 |
| HSL | 273.1º | 0.94% | 0.06% | - |
| HSV(B) | 273.1º | 0.97% | 0.12% | - |
| XYZ | 0.48 | 0.23 | 1.25 | - |
| YUV | 9.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 30 | 0.43 | 0.97 | 0 | 0.88 | 273.1 | 0.94 | 0.06 |
| Hex | 11 | 1 | 1E | 2B | 61 | 0 | 58 | 111 | 5E | 6 |
| Octal | 21 | 1 | 36 | 53 | 141 | 0 | 130 | 421 | 136 | 6 |
| Binary | 10001 | 1 | 11110 | 101011 | 1100001 | 0 | 1011000 | 100010001 | 1011110 | 110 |
Color Harmonies of #11011E
Complementary color
Monochromatic Colors of #11011E
Black with #11011E
Text Example
Text Example
White with #11011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11011E; }
p { color: rgb(17,1,30); }
H1.HeaderClassName
{
color: #11011E;
}
.AnyTagClassName
{
color: #11011E;
}
</style>
background-color css
<style>
a { background-color: #11011E; }
a { background-color: rgb(17,1,30); }
div.DivClassName
{
background-color: #11011E;
}
.BgClassName
{
background-color: #11011E;
}
</style>
border-color css
<style>
span { border-color: #11011E; }
span { border-color: rgb(17,1,30); }
td.TdClassName
{
border-color: #11011E;
}
.TagClassName
{
border-color: #11011E;
}
</style>