Shades of Blackcurrant #32064C
Tints of Blackcurrant #32064C
RGB
CMYK
RGB Variations
Color information
#32064C (or 0x32064C) is known color: Blackcurrant. HEX triplet: 32, 06 and 4C. RGB value is (50,6,76). Sum of RGB (Red+Green+Blue) = 50+6+76=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #32064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32064C is #CDF9B3. Grayscale: #1A1A1A. Windows color (decimal): -13498804 or 4982322. OLE color: 4982322.
HSL color Cylindrical-coordinate representation of color #32064C: hue angle of 277.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32064C is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 6 | 76 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.70 |
| HSL | 277.71º | 0.85% | 0.16% | - |
| HSV(B) | 277.71º | 0.92% | 0.3% | - |
| XYZ | 2.69 | 1.33 | 6.95 | - |
| YUV | 27.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 76 | 0.34 | 0.92 | 0 | 0.70 | 277.71 | 0.85 | 0.16 |
| Hex | 32 | 6 | 4C | 22 | 5C | 0 | 46 | 116 | 55 | 10 |
| Octal | 62 | 6 | 114 | 42 | 134 | 0 | 106 | 426 | 125 | 20 |
| Binary | 110010 | 110 | 1001100 | 100010 | 1011100 | 0 | 1000110 | 100010110 | 1010101 | 10000 |
Color Harmonies of #32064C
Complementary color
Monochromatic Colors of #32064C
Black with #32064C
Text Example
Text Example
White with #32064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32064C; }
p { color: rgb(50,6,76); }
H1.HeaderClassName
{
color: #32064C;
}
.AnyTagClassName
{
color: #32064C;
}
</style>
background-color css
<style>
a { background-color: #32064C; }
a { background-color: rgb(50,6,76); }
div.DivClassName
{
background-color: #32064C;
}
.BgClassName
{
background-color: #32064C;
}
</style>
border-color css
<style>
span { border-color: #32064C; }
span { border-color: rgb(50,6,76); }
td.TdClassName
{
border-color: #32064C;
}
.TagClassName
{
border-color: #32064C;
}
</style>