Shades of Blackcurrant #32063C
Tints of Blackcurrant #32063C
RGB
CMYK
RGB Variations
Color information
#32063C (or 0x32063C) is known color: Blackcurrant. HEX triplet: 32, 06 and 3C. RGB value is (50,6,60). Sum of RGB (Red+Green+Blue) = 50+6+60=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #32063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32063C is #CDF9C3. Grayscale: #191919. Windows color (decimal): -13498820 or 3933746. OLE color: 3933746.
HSL color Cylindrical-coordinate representation of color #32063C: hue angle of 288.89º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32063C is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 6 | 60 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.76 |
| HSL | 288.89º | 0.82% | 0.13% | - |
| HSV(B) | 288.89º | 0.9% | 0.24% | - |
| XYZ | 2.2 | 1.13 | 4.38 | - |
| YUV | 25.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 60 | 0.17 | 0.90 | 0 | 0.76 | 288.89 | 0.82 | 0.13 |
| Hex | 32 | 6 | 3C | 11 | 5A | 0 | 4C | 121 | 52 | D |
| Octal | 62 | 6 | 74 | 21 | 132 | 0 | 114 | 441 | 122 | 15 |
| Binary | 110010 | 110 | 111100 | 10001 | 1011010 | 0 | 1001100 | 100100001 | 1010010 | 1101 |
Color Harmonies of #32063C
Complementary color
Monochromatic Colors of #32063C
Black with #32063C
Text Example
Text Example
White with #32063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32063C; }
p { color: rgb(50,6,60); }
H1.HeaderClassName
{
color: #32063C;
}
.AnyTagClassName
{
color: #32063C;
}
</style>
background-color css
<style>
a { background-color: #32063C; }
a { background-color: rgb(50,6,60); }
div.DivClassName
{
background-color: #32063C;
}
.BgClassName
{
background-color: #32063C;
}
</style>
border-color css
<style>
span { border-color: #32063C; }
span { border-color: rgb(50,6,60); }
td.TdClassName
{
border-color: #32063C;
}
.TagClassName
{
border-color: #32063C;
}
</style>