Shades of Blackcurrant #321349
Tints of Blackcurrant #321349
RGB
CMYK
RGB Variations
Color information
#321349 (or 0x321349) is known color: Blackcurrant. HEX triplet: 32, 13 and 49. RGB value is (50,19,73). Sum of RGB (Red+Green+Blue) = 50+19+73=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #321349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321349 is #CDECB6. Grayscale: #222222. Windows color (decimal): -13495479 or 4789042. OLE color: 4789042.
HSL color Cylindrical-coordinate representation of color #321349: hue angle of 274.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321349 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 19 | 73 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.71 |
| HSL | 274.44º | 0.59% | 0.18% | - |
| HSV(B) | 274.44º | 0.74% | 0.29% | - |
| XYZ | 2.75 | 1.62 | 6.47 | - |
| YUV | 34.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 73 | 0.32 | 0.74 | 0 | 0.71 | 274.44 | 0.59 | 0.18 |
| Hex | 32 | 13 | 49 | 20 | 4A | 0 | 47 | 112 | 3B | 12 |
| Octal | 62 | 23 | 111 | 40 | 112 | 0 | 107 | 422 | 73 | 22 |
| Binary | 110010 | 10011 | 1001001 | 100000 | 1001010 | 0 | 1000111 | 100010010 | 111011 | 10010 |
Color Harmonies of #321349
Complementary color
Monochromatic Colors of #321349
Black with #321349
Text Example
Text Example
White with #321349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321349; }
p { color: rgb(50,19,73); }
H1.HeaderClassName
{
color: #321349;
}
.AnyTagClassName
{
color: #321349;
}
</style>
background-color css
<style>
a { background-color: #321349; }
a { background-color: rgb(50,19,73); }
div.DivClassName
{
background-color: #321349;
}
.BgClassName
{
background-color: #321349;
}
</style>
border-color css
<style>
span { border-color: #321349; }
span { border-color: rgb(50,19,73); }
td.TdClassName
{
border-color: #321349;
}
.TagClassName
{
border-color: #321349;
}
</style>