Shades of Blackcurrant #11091A
Tints of Blackcurrant #11091A
RGB
CMYK
RGB Variations
Color information
#11091A (or 0x11091A) is known color: Blackcurrant. HEX triplet: 11, 09 and 1A. RGB value is (17,9,26). Sum of RGB (Red+Green+Blue) = 17+9+26=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #11091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091A is #EEF6E5. Grayscale: #0D0D0D. Windows color (decimal): -15660774 or 1706257. OLE color: 1706257.
HSL color Cylindrical-coordinate representation of color #11091A: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11091A is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 9 | 26 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.90 |
| HSL | 268.24º | 0.49% | 0.07% | - |
| HSV(B) | 268.24º | 0.65% | 0.1% | - |
| XYZ | 0.52 | 0.39 | 1.03 | - |
| YUV | 13.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 26 | 0.35 | 0.65 | 0 | 0.90 | 268.24 | 0.49 | 0.07 |
| Hex | 11 | 9 | 1A | 23 | 41 | 0 | 5A | 10C | 31 | 7 |
| Octal | 21 | 11 | 32 | 43 | 101 | 0 | 132 | 414 | 61 | 7 |
| Binary | 10001 | 1001 | 11010 | 100011 | 1000001 | 0 | 1011010 | 100001100 | 110001 | 111 |
Color Harmonies of #11091A
Complementary color
Monochromatic Colors of #11091A
Black with #11091A
Text Example
Text Example
White with #11091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11091A; }
p { color: rgb(17,9,26); }
H1.HeaderClassName
{
color: #11091A;
}
.AnyTagClassName
{
color: #11091A;
}
</style>
background-color css
<style>
a { background-color: #11091A; }
a { background-color: rgb(17,9,26); }
div.DivClassName
{
background-color: #11091A;
}
.BgClassName
{
background-color: #11091A;
}
</style>
border-color css
<style>
span { border-color: #11091A; }
span { border-color: rgb(17,9,26); }
td.TdClassName
{
border-color: #11091A;
}
.TagClassName
{
border-color: #11091A;
}
</style>