Shades of Blackcurrant #32193F
Tints of Blackcurrant #32193F
RGB
CMYK
RGB Variations
Color information
#32193F (or 0x32193F) is known color: Blackcurrant. HEX triplet: 32, 19 and 3F. RGB value is (50,25,63). Sum of RGB (Red+Green+Blue) = 50+25+63=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #32193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32193F is #CDE6C0. Grayscale: #242424. Windows color (decimal): -13493953 or 4135218. OLE color: 4135218.
HSL color Cylindrical-coordinate representation of color #32193F: hue angle of 279.47º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32193F is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 25 | 63 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.75 |
| HSL | 279.47º | 0.43% | 0.17% | - |
| HSV(B) | 279.47º | 0.6% | 0.25% | - |
| XYZ | 2.56 | 1.73 | 4.9 | - |
| YUV | 36.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 63 | 0.21 | 0.60 | 0 | 0.75 | 279.47 | 0.43 | 0.17 |
| Hex | 32 | 19 | 3F | 15 | 3C | 0 | 4B | 117 | 2B | 11 |
| Octal | 62 | 31 | 77 | 25 | 74 | 0 | 113 | 427 | 53 | 21 |
| Binary | 110010 | 11001 | 111111 | 10101 | 111100 | 0 | 1001011 | 100010111 | 101011 | 10001 |
Color Harmonies of #32193F
Complementary color
Monochromatic Colors of #32193F
Black with #32193F
Text Example
Text Example
White with #32193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32193F; }
p { color: rgb(50,25,63); }
H1.HeaderClassName
{
color: #32193F;
}
.AnyTagClassName
{
color: #32193F;
}
</style>
background-color css
<style>
a { background-color: #32193F; }
a { background-color: rgb(50,25,63); }
div.DivClassName
{
background-color: #32193F;
}
.BgClassName
{
background-color: #32193F;
}
</style>
border-color css
<style>
span { border-color: #32193F; }
span { border-color: rgb(50,25,63); }
td.TdClassName
{
border-color: #32193F;
}
.TagClassName
{
border-color: #32193F;
}
</style>