Shades of Blackcurrant #11091C
Tints of Blackcurrant #11091C
RGB
CMYK
RGB Variations
Color information
#11091C (or 0x11091C) is known color: Blackcurrant. HEX triplet: 11, 09 and 1C. RGB value is (17,9,28). Sum of RGB (Red+Green+Blue) = 17+9+28=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #11091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091C is #EEF6E3. Grayscale: #0D0D0D. Windows color (decimal): -15660772 or 1837329. OLE color: 1837329.
HSL color Cylindrical-coordinate representation of color #11091C: hue angle of 265.26º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11091C is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 9 | 28 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.89 |
| HSL | 265.26º | 0.51% | 0.07% | - |
| HSV(B) | 265.26º | 0.68% | 0.11% | - |
| XYZ | 0.54 | 0.4 | 1.15 | - |
| YUV | 13.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 28 | 0.39 | 0.68 | 0 | 0.89 | 265.26 | 0.51 | 0.07 |
| Hex | 11 | 9 | 1C | 27 | 44 | 0 | 59 | 109 | 33 | 7 |
| Octal | 21 | 11 | 34 | 47 | 104 | 0 | 131 | 411 | 63 | 7 |
| Binary | 10001 | 1001 | 11100 | 100111 | 1000100 | 0 | 1011001 | 100001001 | 110011 | 111 |
Color Harmonies of #11091C
Complementary color
Monochromatic Colors of #11091C
Black with #11091C
Text Example
Text Example
White with #11091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11091C; }
p { color: rgb(17,9,28); }
H1.HeaderClassName
{
color: #11091C;
}
.AnyTagClassName
{
color: #11091C;
}
</style>
background-color css
<style>
a { background-color: #11091C; }
a { background-color: rgb(17,9,28); }
div.DivClassName
{
background-color: #11091C;
}
.BgClassName
{
background-color: #11091C;
}
</style>
border-color css
<style>
span { border-color: #11091C; }
span { border-color: rgb(17,9,28); }
td.TdClassName
{
border-color: #11091C;
}
.TagClassName
{
border-color: #11091C;
}
</style>