Shades of Blackcurrant #11032D
Tints of Blackcurrant #11032D
RGB
CMYK
RGB Variations
Color information
#11032D (or 0x11032D) is known color: Blackcurrant. HEX triplet: 11, 03 and 2D. RGB value is (17,3,45). Sum of RGB (Red+Green+Blue) = 17+3+45=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #11032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11032D is #EEFCD2. Grayscale: #0B0B0B. Windows color (decimal): -15662291 or 2949905. OLE color: 2949905.
HSL color Cylindrical-coordinate representation of color #11032D: hue angle of 260º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11032D is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 3 | 45 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.82 |
| HSL | 260º | 0.88% | 0.09% | - |
| HSV(B) | 260º | 0.93% | 0.18% | - |
| XYZ | 0.74 | 0.37 | 2.52 | - |
| YUV | 11.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 45 | 0.62 | 0.93 | 0 | 0.82 | 260 | 0.88 | 0.09 |
| Hex | 11 | 3 | 2D | 3E | 5D | 0 | 52 | 104 | 58 | 9 |
| Octal | 21 | 3 | 55 | 76 | 135 | 0 | 122 | 404 | 130 | 11 |
| Binary | 10001 | 11 | 101101 | 111110 | 1011101 | 0 | 1010010 | 100000100 | 1011000 | 1001 |
Color Harmonies of #11032D
Complementary color
Monochromatic Colors of #11032D
Black with #11032D
Text Example
Text Example
White with #11032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11032D; }
p { color: rgb(17,3,45); }
H1.HeaderClassName
{
color: #11032D;
}
.AnyTagClassName
{
color: #11032D;
}
</style>
background-color css
<style>
a { background-color: #11032D; }
a { background-color: rgb(17,3,45); }
div.DivClassName
{
background-color: #11032D;
}
.BgClassName
{
background-color: #11032D;
}
</style>
border-color css
<style>
span { border-color: #11032D; }
span { border-color: rgb(17,3,45); }
td.TdClassName
{
border-color: #11032D;
}
.TagClassName
{
border-color: #11032D;
}
</style>