Shades of Blackcurrant #11081A
Tints of Blackcurrant #11081A
RGB
CMYK
RGB Variations
Color information
#11081A (or 0x11081A) is known color: Blackcurrant. HEX triplet: 11, 08 and 1A. RGB value is (17,8,26). Sum of RGB (Red+Green+Blue) = 17+8+26=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #11081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081A is #EEF7E5. Grayscale: #0C0C0C. Windows color (decimal): -15661030 or 1706001. OLE color: 1706001.
HSL color Cylindrical-coordinate representation of color #11081A: hue angle of 270º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11081A is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 8 | 26 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.90 |
| HSL | 270º | 0.53% | 0.07% | - |
| HSV(B) | 270º | 0.69% | 0.1% | - |
| XYZ | 0.5 | 0.37 | 1.02 | - |
| YUV | 12.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 26 | 0.35 | 0.69 | 0 | 0.90 | 270 | 0.53 | 0.07 |
| Hex | 11 | 8 | 1A | 23 | 45 | 0 | 5A | 10E | 35 | 7 |
| Octal | 21 | 10 | 32 | 43 | 105 | 0 | 132 | 416 | 65 | 7 |
| Binary | 10001 | 1000 | 11010 | 100011 | 1000101 | 0 | 1011010 | 100001110 | 110101 | 111 |
Color Harmonies of #11081A
Complementary color
Monochromatic Colors of #11081A
Black with #11081A
Text Example
Text Example
White with #11081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11081A; }
p { color: rgb(17,8,26); }
H1.HeaderClassName
{
color: #11081A;
}
.AnyTagClassName
{
color: #11081A;
}
</style>
background-color css
<style>
a { background-color: #11081A; }
a { background-color: rgb(17,8,26); }
div.DivClassName
{
background-color: #11081A;
}
.BgClassName
{
background-color: #11081A;
}
</style>
border-color css
<style>
span { border-color: #11081A; }
span { border-color: rgb(17,8,26); }
td.TdClassName
{
border-color: #11081A;
}
.TagClassName
{
border-color: #11081A;
}
</style>