Shades of Blackcurrant #32043C
Tints of Blackcurrant #32043C
RGB
CMYK
RGB Variations
Color information
#32043C (or 0x32043C) is known color: Blackcurrant. HEX triplet: 32, 04 and 3C. RGB value is (50,4,60). Sum of RGB (Red+Green+Blue) = 50+4+60=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #32043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32043C is #CDFBC3. Grayscale: #171717. Windows color (decimal): -13499332 or 3933234. OLE color: 3933234.
HSL color Cylindrical-coordinate representation of color #32043C: hue angle of 289.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32043C is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 4 | 60 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.76 |
| HSL | 289.29º | 0.88% | 0.13% | - |
| HSV(B) | 289.29º | 0.93% | 0.24% | - |
| XYZ | 2.17 | 1.09 | 4.37 | - |
| YUV | 24.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 60 | 0.17 | 0.93 | 0 | 0.76 | 289.29 | 0.88 | 0.13 |
| Hex | 32 | 4 | 3C | 11 | 5D | 0 | 4C | 121 | 58 | D |
| Octal | 62 | 4 | 74 | 21 | 135 | 0 | 114 | 441 | 130 | 15 |
| Binary | 110010 | 100 | 111100 | 10001 | 1011101 | 0 | 1001100 | 100100001 | 1011000 | 1101 |
Color Harmonies of #32043C
Complementary color
Monochromatic Colors of #32043C
Black with #32043C
Text Example
Text Example
White with #32043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32043C; }
p { color: rgb(50,4,60); }
H1.HeaderClassName
{
color: #32043C;
}
.AnyTagClassName
{
color: #32043C;
}
</style>
background-color css
<style>
a { background-color: #32043C; }
a { background-color: rgb(50,4,60); }
div.DivClassName
{
background-color: #32043C;
}
.BgClassName
{
background-color: #32043C;
}
</style>
border-color css
<style>
span { border-color: #32043C; }
span { border-color: rgb(50,4,60); }
td.TdClassName
{
border-color: #32043C;
}
.TagClassName
{
border-color: #32043C;
}
</style>