Shades of Blackcurrant #11032A
Tints of Blackcurrant #11032A
RGB
CMYK
RGB Variations
Color information
#11032A (or 0x11032A) is known color: Blackcurrant. HEX triplet: 11, 03 and 2A. RGB value is (17,3,42). Sum of RGB (Red+Green+Blue) = 17+3+42=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #11032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032A is #EEFCD5. Grayscale: #0B0B0B. Windows color (decimal): -15662294 or 2753297. OLE color: 2753297.
HSL color Cylindrical-coordinate representation of color #11032A: hue angle of 261.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11032A is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 3 | 42 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.84 |
| HSL | 261.54º | 0.87% | 0.09% | - |
| HSV(B) | 261.54º | 0.93% | 0.16% | - |
| XYZ | 0.68 | 0.35 | 2.22 | - |
| YUV | 11.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 42 | 0.60 | 0.93 | 0 | 0.84 | 261.54 | 0.87 | 0.09 |
| Hex | 11 | 3 | 2A | 3C | 5D | 0 | 54 | 106 | 57 | 9 |
| Octal | 21 | 3 | 52 | 74 | 135 | 0 | 124 | 406 | 127 | 11 |
| Binary | 10001 | 11 | 101010 | 111100 | 1011101 | 0 | 1010100 | 100000110 | 1010111 | 1001 |
Color Harmonies of #11032A
Complementary color
Monochromatic Colors of #11032A
Black with #11032A
Text Example
Text Example
White with #11032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11032A; }
p { color: rgb(17,3,42); }
H1.HeaderClassName
{
color: #11032A;
}
.AnyTagClassName
{
color: #11032A;
}
</style>
background-color css
<style>
a { background-color: #11032A; }
a { background-color: rgb(17,3,42); }
div.DivClassName
{
background-color: #11032A;
}
.BgClassName
{
background-color: #11032A;
}
</style>
border-color css
<style>
span { border-color: #11032A; }
span { border-color: rgb(17,3,42); }
td.TdClassName
{
border-color: #11032A;
}
.TagClassName
{
border-color: #11032A;
}
</style>