Shades of Blackcurrant #110032
Tints of Blackcurrant #110032
RGB
CMYK
RGB Variations
Color information
#110032 (or 0x110032) is known color: Blackcurrant. HEX triplet: 11, 00 and 32. RGB value is (17,0,50). Sum of RGB (Red+Green+Blue) = 17+0+50=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 50 (19.92% from 255 or 74.63% from 67); Max value from RGB is 50 - color contains mainly: blue. Hex color #110032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110032 is #EEFFCD. Grayscale: #0A0A0A. Windows color (decimal): -15663054 or 3276817. OLE color: 3276817.
HSL color Cylindrical-coordinate representation of color #110032: hue angle of 260.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110032 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 0 | 50 | - |
| CMYK | 0.66 | 1 | 0 | 0.80 |
| HSL | 260.4º | 1% | 0.1% | - |
| HSV(B) | 260.4º | 1% | 0.2% | - |
| XYZ | 0.81 | 0.35 | 3.04 | - |
| YUV | 10.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 50 | 0.66 | 1 | 0 | 0.80 | 260.4 | 1 | 0.1 |
| Hex | 11 | 0 | 32 | 42 | 64 | 0 | 50 | 104 | 64 | A |
| Octal | 21 | 0 | 62 | 102 | 144 | 0 | 120 | 404 | 144 | 12 |
| Binary | 10001 | 0 | 110010 | 1000010 | 1100100 | 0 | 1010000 | 100000100 | 1100100 | 1010 |
Color Harmonies of #110032
Complementary color
Monochromatic Colors of #110032
Black with #110032
Text Example
Text Example
White with #110032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110032; }
p { color: rgb(17,0,50); }
H1.HeaderClassName
{
color: #110032;
}
.AnyTagClassName
{
color: #110032;
}
</style>
background-color css
<style>
a { background-color: #110032; }
a { background-color: rgb(17,0,50); }
div.DivClassName
{
background-color: #110032;
}
.BgClassName
{
background-color: #110032;
}
</style>
border-color css
<style>
span { border-color: #110032; }
span { border-color: rgb(17,0,50); }
td.TdClassName
{
border-color: #110032;
}
.TagClassName
{
border-color: #110032;
}
</style>