Shades of Blackcurrant #32023C
Tints of Blackcurrant #32023C
RGB
CMYK
RGB Variations
Color information
#32023C (or 0x32023C) is known color: Blackcurrant. HEX triplet: 32, 02 and 3C. RGB value is (50,2,60). Sum of RGB (Red+Green+Blue) = 50+2+60=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #32023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32023C is #CDFDC3. Grayscale: #161616. Windows color (decimal): -13499844 or 3932722. OLE color: 3932722.
HSL color Cylindrical-coordinate representation of color #32023C: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32023C is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 2 | 60 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.76 |
| HSL | 289.66º | 0.94% | 0.12% | - |
| HSV(B) | 289.66º | 0.97% | 0.24% | - |
| XYZ | 2.15 | 1.05 | 4.36 | - |
| YUV | 22.96 | 148.9 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 60 | 0.17 | 0.97 | 0 | 0.76 | 289.66 | 0.94 | 0.12 |
| Hex | 32 | 2 | 3C | 11 | 61 | 0 | 4C | 122 | 5E | C |
| Octal | 62 | 2 | 74 | 21 | 141 | 0 | 114 | 442 | 136 | 14 |
| Binary | 110010 | 10 | 111100 | 10001 | 1100001 | 0 | 1001100 | 100100010 | 1011110 | 1100 |
Color Harmonies of #32023C
Complementary color
Monochromatic Colors of #32023C
Black with #32023C
Text Example
Text Example
White with #32023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32023C; }
p { color: rgb(50,2,60); }
H1.HeaderClassName
{
color: #32023C;
}
.AnyTagClassName
{
color: #32023C;
}
</style>
background-color css
<style>
a { background-color: #32023C; }
a { background-color: rgb(50,2,60); }
div.DivClassName
{
background-color: #32023C;
}
.BgClassName
{
background-color: #32023C;
}
</style>
border-color css
<style>
span { border-color: #32023C; }
span { border-color: rgb(50,2,60); }
td.TdClassName
{
border-color: #32023C;
}
.TagClassName
{
border-color: #32023C;
}
</style>