Shades of Blackcurrant #32143D
Tints of Blackcurrant #32143D
RGB
CMYK
RGB Variations
Color information
#32143D (or 0x32143D) is known color: Blackcurrant. HEX triplet: 32, 14 and 3D. RGB value is (50,20,61). Sum of RGB (Red+Green+Blue) = 50+20+61=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #32143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32143D is #CDEBC2. Grayscale: #212121. Windows color (decimal): -13495235 or 4002866. OLE color: 4002866.
HSL color Cylindrical-coordinate representation of color #32143D: hue angle of 283.9º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32143D is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 20 | 61 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.76 |
| HSL | 283.9º | 0.51% | 0.16% | - |
| HSV(B) | 283.9º | 0.67% | 0.24% | - |
| XYZ | 2.41 | 1.52 | 4.58 | - |
| YUV | 33.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 61 | 0.18 | 0.67 | 0 | 0.76 | 283.9 | 0.51 | 0.16 |
| Hex | 32 | 14 | 3D | 12 | 43 | 0 | 4C | 11C | 33 | 10 |
| Octal | 62 | 24 | 75 | 22 | 103 | 0 | 114 | 434 | 63 | 20 |
| Binary | 110010 | 10100 | 111101 | 10010 | 1000011 | 0 | 1001100 | 100011100 | 110011 | 10000 |
Color Harmonies of #32143D
Complementary color
Monochromatic Colors of #32143D
Black with #32143D
Text Example
Text Example
White with #32143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32143D; }
p { color: rgb(50,20,61); }
H1.HeaderClassName
{
color: #32143D;
}
.AnyTagClassName
{
color: #32143D;
}
</style>
background-color css
<style>
a { background-color: #32143D; }
a { background-color: rgb(50,20,61); }
div.DivClassName
{
background-color: #32143D;
}
.BgClassName
{
background-color: #32143D;
}
</style>
border-color css
<style>
span { border-color: #32143D; }
span { border-color: rgb(50,20,61); }
td.TdClassName
{
border-color: #32143D;
}
.TagClassName
{
border-color: #32143D;
}
</style>