Shades of Blackcurrant #321247
Tints of Blackcurrant #321247
RGB
CMYK
RGB Variations
Color information
#321247 (or 0x321247) is known color: Blackcurrant. HEX triplet: 32, 12 and 47. RGB value is (50,18,71). Sum of RGB (Red+Green+Blue) = 50+18+71=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #321247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321247 is #CDEDB8. Grayscale: #212121. Windows color (decimal): -13495737 or 4657714. OLE color: 4657714.
HSL color Cylindrical-coordinate representation of color #321247: hue angle of 276.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321247 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 18 | 71 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.72 |
| HSL | 276.23º | 0.6% | 0.17% | - |
| HSV(B) | 276.23º | 0.75% | 0.28% | - |
| XYZ | 2.67 | 1.57 | 6.12 | - |
| YUV | 33.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 71 | 0.30 | 0.75 | 0 | 0.72 | 276.23 | 0.6 | 0.17 |
| Hex | 32 | 12 | 47 | 1E | 4B | 0 | 48 | 114 | 3C | 11 |
| Octal | 62 | 22 | 107 | 36 | 113 | 0 | 110 | 424 | 74 | 21 |
| Binary | 110010 | 10010 | 1000111 | 11110 | 1001011 | 0 | 1001000 | 100010100 | 111100 | 10001 |
Color Harmonies of #321247
Complementary color
Monochromatic Colors of #321247
Black with #321247
Text Example
Text Example
White with #321247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321247; }
p { color: rgb(50,18,71); }
H1.HeaderClassName
{
color: #321247;
}
.AnyTagClassName
{
color: #321247;
}
</style>
background-color css
<style>
a { background-color: #321247; }
a { background-color: rgb(50,18,71); }
div.DivClassName
{
background-color: #321247;
}
.BgClassName
{
background-color: #321247;
}
</style>
border-color css
<style>
span { border-color: #321247; }
span { border-color: rgb(50,18,71); }
td.TdClassName
{
border-color: #321247;
}
.TagClassName
{
border-color: #321247;
}
</style>