Shades of Blackcurrant #11021A
Tints of Blackcurrant #11021A
RGB
CMYK
RGB Variations
Color information
#11021A (or 0x11021A) is known color: Blackcurrant. HEX triplet: 11, 02 and 1A. RGB value is (17,2,26). Sum of RGB (Red+Green+Blue) = 17+2+26=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #11021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021A is #EEFDE5. Grayscale: #090909. Windows color (decimal): -15662566 or 1704465. OLE color: 1704465.
HSL color Cylindrical-coordinate representation of color #11021A: hue angle of 277.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11021A is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 2 | 26 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.90 |
| HSL | 277.5º | 0.86% | 0.05% | - |
| HSV(B) | 277.5º | 0.92% | 0.1% | - |
| XYZ | 0.44 | 0.24 | 1 | - |
| YUV | 9.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 26 | 0.35 | 0.92 | 0 | 0.90 | 277.5 | 0.86 | 0.05 |
| Hex | 11 | 2 | 1A | 23 | 5C | 0 | 5A | 116 | 56 | 5 |
| Octal | 21 | 2 | 32 | 43 | 134 | 0 | 132 | 426 | 126 | 5 |
| Binary | 10001 | 10 | 11010 | 100011 | 1011100 | 0 | 1011010 | 100010110 | 1010110 | 101 |
Color Harmonies of #11021A
Complementary color
Monochromatic Colors of #11021A
Black with #11021A
Text Example
Text Example
White with #11021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11021A; }
p { color: rgb(17,2,26); }
H1.HeaderClassName
{
color: #11021A;
}
.AnyTagClassName
{
color: #11021A;
}
</style>
background-color css
<style>
a { background-color: #11021A; }
a { background-color: rgb(17,2,26); }
div.DivClassName
{
background-color: #11021A;
}
.BgClassName
{
background-color: #11021A;
}
</style>
border-color css
<style>
span { border-color: #11021A; }
span { border-color: rgb(17,2,26); }
td.TdClassName
{
border-color: #11021A;
}
.TagClassName
{
border-color: #11021A;
}
</style>