Shades of Blackcurrant #11091D
Tints of Blackcurrant #11091D
RGB
CMYK
RGB Variations
Color information
#11091D (or 0x11091D) is known color: Blackcurrant. HEX triplet: 11, 09 and 1D. RGB value is (17,9,29). Sum of RGB (Red+Green+Blue) = 17+9+29=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #11091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091D is #EEF6E2. Grayscale: #0D0D0D. Windows color (decimal): -15660771 or 1902865. OLE color: 1902865.
HSL color Cylindrical-coordinate representation of color #11091D: hue angle of 264º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11091D is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 9 | 29 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.89 |
| HSL | 264º | 0.53% | 0.07% | - |
| HSV(B) | 264º | 0.69% | 0.11% | - |
| XYZ | 0.55 | 0.4 | 1.21 | - |
| YUV | 13.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 29 | 0.41 | 0.69 | 0 | 0.89 | 264 | 0.53 | 0.07 |
| Hex | 11 | 9 | 1D | 29 | 45 | 0 | 59 | 108 | 35 | 7 |
| Octal | 21 | 11 | 35 | 51 | 105 | 0 | 131 | 410 | 65 | 7 |
| Binary | 10001 | 1001 | 11101 | 101001 | 1000101 | 0 | 1011001 | 100001000 | 110101 | 111 |
Color Harmonies of #11091D
Complementary color
Monochromatic Colors of #11091D
Black with #11091D
Text Example
Text Example
White with #11091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11091D; }
p { color: rgb(17,9,29); }
H1.HeaderClassName
{
color: #11091D;
}
.AnyTagClassName
{
color: #11091D;
}
</style>
background-color css
<style>
a { background-color: #11091D; }
a { background-color: rgb(17,9,29); }
div.DivClassName
{
background-color: #11091D;
}
.BgClassName
{
background-color: #11091D;
}
</style>
border-color css
<style>
span { border-color: #11091D; }
span { border-color: rgb(17,9,29); }
td.TdClassName
{
border-color: #11091D;
}
.TagClassName
{
border-color: #11091D;
}
</style>