Shades of Blackcurrant #32073C
Tints of Blackcurrant #32073C
RGB
CMYK
RGB Variations
Color information
#32073C (or 0x32073C) is known color: Blackcurrant. HEX triplet: 32, 07 and 3C. RGB value is (50,7,60). Sum of RGB (Red+Green+Blue) = 50+7+60=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #32073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32073C is #CDF8C3. Grayscale: #191919. Windows color (decimal): -13498564 or 3934002. OLE color: 3934002.
HSL color Cylindrical-coordinate representation of color #32073C: hue angle of 288.68º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32073C is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 7 | 60 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.76 |
| HSL | 288.68º | 0.79% | 0.13% | - |
| HSV(B) | 288.68º | 0.88% | 0.24% | - |
| XYZ | 2.21 | 1.16 | 4.38 | - |
| YUV | 25.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 60 | 0.17 | 0.88 | 0 | 0.76 | 288.68 | 0.79 | 0.13 |
| Hex | 32 | 7 | 3C | 11 | 58 | 0 | 4C | 121 | 4F | D |
| Octal | 62 | 7 | 74 | 21 | 130 | 0 | 114 | 441 | 117 | 15 |
| Binary | 110010 | 111 | 111100 | 10001 | 1011000 | 0 | 1001100 | 100100001 | 1001111 | 1101 |
Color Harmonies of #32073C
Complementary color
Monochromatic Colors of #32073C
Black with #32073C
Text Example
Text Example
White with #32073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32073C; }
p { color: rgb(50,7,60); }
H1.HeaderClassName
{
color: #32073C;
}
.AnyTagClassName
{
color: #32073C;
}
</style>
background-color css
<style>
a { background-color: #32073C; }
a { background-color: rgb(50,7,60); }
div.DivClassName
{
background-color: #32073C;
}
.BgClassName
{
background-color: #32073C;
}
</style>
border-color css
<style>
span { border-color: #32073C; }
span { border-color: rgb(50,7,60); }
td.TdClassName
{
border-color: #32073C;
}
.TagClassName
{
border-color: #32073C;
}
</style>