Shades of Blackcurrant #321347
Tints of Blackcurrant #321347
RGB
CMYK
RGB Variations
Color information
#321347 (or 0x321347) is known color: Blackcurrant. HEX triplet: 32, 13 and 47. RGB value is (50,19,71). Sum of RGB (Red+Green+Blue) = 50+19+71=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #321347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321347 is #CDECB8. Grayscale: #222222. Windows color (decimal): -13495481 or 4657970. OLE color: 4657970.
HSL color Cylindrical-coordinate representation of color #321347: hue angle of 275.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321347 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 19 | 71 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.72 |
| HSL | 275.77º | 0.58% | 0.18% | - |
| HSV(B) | 275.77º | 0.73% | 0.28% | - |
| XYZ | 2.69 | 1.6 | 6.13 | - |
| YUV | 34.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 71 | 0.30 | 0.73 | 0 | 0.72 | 275.77 | 0.58 | 0.18 |
| Hex | 32 | 13 | 47 | 1E | 49 | 0 | 48 | 114 | 3A | 12 |
| Octal | 62 | 23 | 107 | 36 | 111 | 0 | 110 | 424 | 72 | 22 |
| Binary | 110010 | 10011 | 1000111 | 11110 | 1001001 | 0 | 1001000 | 100010100 | 111010 | 10010 |
Color Harmonies of #321347
Complementary color
Monochromatic Colors of #321347
Black with #321347
Text Example
Text Example
White with #321347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321347; }
p { color: rgb(50,19,71); }
H1.HeaderClassName
{
color: #321347;
}
.AnyTagClassName
{
color: #321347;
}
</style>
background-color css
<style>
a { background-color: #321347; }
a { background-color: rgb(50,19,71); }
div.DivClassName
{
background-color: #321347;
}
.BgClassName
{
background-color: #321347;
}
</style>
border-color css
<style>
span { border-color: #321347; }
span { border-color: rgb(50,19,71); }
td.TdClassName
{
border-color: #321347;
}
.TagClassName
{
border-color: #321347;
}
</style>