Shades of Blackcurrant #32193B
Tints of Blackcurrant #32193B
RGB
CMYK
RGB Variations
Color information
#32193B (or 0x32193B) is known color: Blackcurrant. HEX triplet: 32, 19 and 3B. RGB value is (50,25,59). Sum of RGB (Red+Green+Blue) = 50+25+59=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #32193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32193B is #CDE6C4. Grayscale: #242424. Windows color (decimal): -13493957 or 3873074. OLE color: 3873074.
HSL color Cylindrical-coordinate representation of color #32193B: hue angle of 284.12º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32193B is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 25 | 59 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.77 |
| HSL | 284.12º | 0.4% | 0.16% | - |
| HSV(B) | 284.12º | 0.58% | 0.23% | - |
| XYZ | 2.45 | 1.69 | 4.33 | - |
| YUV | 36.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 59 | 0.15 | 0.58 | 0 | 0.77 | 284.12 | 0.4 | 0.16 |
| Hex | 32 | 19 | 3B | F | 3A | 0 | 4D | 11C | 28 | 10 |
| Octal | 62 | 31 | 73 | 17 | 72 | 0 | 115 | 434 | 50 | 20 |
| Binary | 110010 | 11001 | 111011 | 1111 | 111010 | 0 | 1001101 | 100011100 | 101000 | 10000 |
Color Harmonies of #32193B
Complementary color
Monochromatic Colors of #32193B
Black with #32193B
Text Example
Text Example
White with #32193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32193B; }
p { color: rgb(50,25,59); }
H1.HeaderClassName
{
color: #32193B;
}
.AnyTagClassName
{
color: #32193B;
}
</style>
background-color css
<style>
a { background-color: #32193B; }
a { background-color: rgb(50,25,59); }
div.DivClassName
{
background-color: #32193B;
}
.BgClassName
{
background-color: #32193B;
}
</style>
border-color css
<style>
span { border-color: #32193B; }
span { border-color: rgb(50,25,59); }
td.TdClassName
{
border-color: #32193B;
}
.TagClassName
{
border-color: #32193B;
}
</style>