Shades of Blackcurrant #32203F
Tints of Blackcurrant #32203F
RGB
CMYK
RGB Variations
Color information
#32203F (or 0x32203F) is known color: Blackcurrant. HEX triplet: 32, 20 and 3F. RGB value is (50,32,63). Sum of RGB (Red+Green+Blue) = 50+32+63=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #32203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32203F is #CDDFC0. Grayscale: #282828. Windows color (decimal): -13492161 or 4137010. OLE color: 4137010.
HSL color Cylindrical-coordinate representation of color #32203F: hue angle of 274.84º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32203F is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 32 | 63 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.75 |
| HSL | 274.84º | 0.33% | 0.19% | - |
| HSV(B) | 274.84º | 0.49% | 0.25% | - |
| XYZ | 2.73 | 2.07 | 4.96 | - |
| YUV | 40.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 63 | 0.21 | 0.49 | 0 | 0.75 | 274.84 | 0.33 | 0.19 |
| Hex | 32 | 20 | 3F | 15 | 31 | 0 | 4B | 113 | 21 | 13 |
| Octal | 62 | 40 | 77 | 25 | 61 | 0 | 113 | 423 | 41 | 23 |
| Binary | 110010 | 100000 | 111111 | 10101 | 110001 | 0 | 1001011 | 100010011 | 100001 | 10011 |
Color Harmonies of #32203F
Complementary color
Monochromatic Colors of #32203F
Black with #32203F
Text Example
Text Example
White with #32203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32203F; }
p { color: rgb(50,32,63); }
H1.HeaderClassName
{
color: #32203F;
}
.AnyTagClassName
{
color: #32203F;
}
</style>
background-color css
<style>
a { background-color: #32203F; }
a { background-color: rgb(50,32,63); }
div.DivClassName
{
background-color: #32203F;
}
.BgClassName
{
background-color: #32203F;
}
</style>
border-color css
<style>
span { border-color: #32203F; }
span { border-color: rgb(50,32,63); }
td.TdClassName
{
border-color: #32203F;
}
.TagClassName
{
border-color: #32203F;
}
</style>