Shades of Blackcurrant #321341
Tints of Blackcurrant #321341
RGB
CMYK
RGB Variations
Color information
#321341 (or 0x321341) is known color: Blackcurrant. HEX triplet: 32, 13 and 41. RGB value is (50,19,65). Sum of RGB (Red+Green+Blue) = 50+19+65=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #321341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321341 is #CDECBE. Grayscale: #212121. Windows color (decimal): -13495487 or 4264754. OLE color: 4264754.
HSL color Cylindrical-coordinate representation of color #321341: hue angle of 280.43º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321341 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 19 | 65 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.75 |
| HSL | 280.43º | 0.55% | 0.16% | - |
| HSV(B) | 280.43º | 0.71% | 0.25% | - |
| XYZ | 2.5 | 1.53 | 5.16 | - |
| YUV | 33.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 65 | 0.23 | 0.71 | 0 | 0.75 | 280.43 | 0.55 | 0.16 |
| Hex | 32 | 13 | 41 | 17 | 47 | 0 | 4B | 118 | 37 | 10 |
| Octal | 62 | 23 | 101 | 27 | 107 | 0 | 113 | 430 | 67 | 20 |
| Binary | 110010 | 10011 | 1000001 | 10111 | 1000111 | 0 | 1001011 | 100011000 | 110111 | 10000 |
Color Harmonies of #321341
Complementary color
Monochromatic Colors of #321341
Black with #321341
Text Example
Text Example
White with #321341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321341; }
p { color: rgb(50,19,65); }
H1.HeaderClassName
{
color: #321341;
}
.AnyTagClassName
{
color: #321341;
}
</style>
background-color css
<style>
a { background-color: #321341; }
a { background-color: rgb(50,19,65); }
div.DivClassName
{
background-color: #321341;
}
.BgClassName
{
background-color: #321341;
}
</style>
border-color css
<style>
span { border-color: #321341; }
span { border-color: rgb(50,19,65); }
td.TdClassName
{
border-color: #321341;
}
.TagClassName
{
border-color: #321341;
}
</style>