Shades of Blackcurrant #32193D
Tints of Blackcurrant #32193D
RGB
CMYK
RGB Variations
Color information
#32193D (or 0x32193D) is known color: Blackcurrant. HEX triplet: 32, 19 and 3D. RGB value is (50,25,61). Sum of RGB (Red+Green+Blue) = 50+25+61=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #32193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32193D is #CDE6C2. Grayscale: #242424. Windows color (decimal): -13493955 or 4004146. OLE color: 4004146.
HSL color Cylindrical-coordinate representation of color #32193D: hue angle of 281.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32193D is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 25 | 61 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.76 |
| HSL | 281.67º | 0.42% | 0.17% | - |
| HSV(B) | 281.67º | 0.59% | 0.24% | - |
| XYZ | 2.51 | 1.71 | 4.61 | - |
| YUV | 36.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 61 | 0.18 | 0.59 | 0 | 0.76 | 281.67 | 0.42 | 0.17 |
| Hex | 32 | 19 | 3D | 12 | 3B | 0 | 4C | 11A | 2A | 11 |
| Octal | 62 | 31 | 75 | 22 | 73 | 0 | 114 | 432 | 52 | 21 |
| Binary | 110010 | 11001 | 111101 | 10010 | 111011 | 0 | 1001100 | 100011010 | 101010 | 10001 |
Color Harmonies of #32193D
Complementary color
Monochromatic Colors of #32193D
Black with #32193D
Text Example
Text Example
White with #32193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32193D; }
p { color: rgb(50,25,61); }
H1.HeaderClassName
{
color: #32193D;
}
.AnyTagClassName
{
color: #32193D;
}
</style>
background-color css
<style>
a { background-color: #32193D; }
a { background-color: rgb(50,25,61); }
div.DivClassName
{
background-color: #32193D;
}
.BgClassName
{
background-color: #32193D;
}
</style>
border-color css
<style>
span { border-color: #32193D; }
span { border-color: rgb(50,25,61); }
td.TdClassName
{
border-color: #32193D;
}
.TagClassName
{
border-color: #32193D;
}
</style>