Shades of Blackcurrant #32153D
Tints of Blackcurrant #32153D
RGB
CMYK
RGB Variations
Color information
#32153D (or 0x32153D) is known color: Blackcurrant. HEX triplet: 32, 15 and 3D. RGB value is (50,21,61). Sum of RGB (Red+Green+Blue) = 50+21+61=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #32153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32153D is #CDEAC2. Grayscale: #222222. Windows color (decimal): -13494979 or 4003122. OLE color: 4003122.
HSL color Cylindrical-coordinate representation of color #32153D: hue angle of 283.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32153D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 21 | 61 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.76 |
| HSL | 283.5º | 0.49% | 0.16% | - |
| HSV(B) | 283.5º | 0.66% | 0.24% | - |
| XYZ | 2.43 | 1.55 | 4.59 | - |
| YUV | 34.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 61 | 0.18 | 0.66 | 0 | 0.76 | 283.5 | 0.49 | 0.16 |
| Hex | 32 | 15 | 3D | 12 | 42 | 0 | 4C | 11C | 31 | 10 |
| Octal | 62 | 25 | 75 | 22 | 102 | 0 | 114 | 434 | 61 | 20 |
| Binary | 110010 | 10101 | 111101 | 10010 | 1000010 | 0 | 1001100 | 100011100 | 110001 | 10000 |
Color Harmonies of #32153D
Complementary color
Monochromatic Colors of #32153D
Black with #32153D
Text Example
Text Example
White with #32153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32153D; }
p { color: rgb(50,21,61); }
H1.HeaderClassName
{
color: #32153D;
}
.AnyTagClassName
{
color: #32153D;
}
</style>
background-color css
<style>
a { background-color: #32153D; }
a { background-color: rgb(50,21,61); }
div.DivClassName
{
background-color: #32153D;
}
.BgClassName
{
background-color: #32153D;
}
</style>
border-color css
<style>
span { border-color: #32153D; }
span { border-color: rgb(50,21,61); }
td.TdClassName
{
border-color: #32153D;
}
.TagClassName
{
border-color: #32153D;
}
</style>