Shades of Blackcurrant #321049
Tints of Blackcurrant #321049
RGB
CMYK
RGB Variations
Color information
#321049 (or 0x321049) is known color: Blackcurrant. HEX triplet: 32, 10 and 49. RGB value is (50,16,73). Sum of RGB (Red+Green+Blue) = 50+16+73=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #321049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321049 is #CDEFB6. Grayscale: #202020. Windows color (decimal): -13496247 or 4788274. OLE color: 4788274.
HSL color Cylindrical-coordinate representation of color #321049: hue angle of 275.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321049 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 16 | 73 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.71 |
| HSL | 275.79º | 0.64% | 0.17% | - |
| HSV(B) | 275.79º | 0.78% | 0.29% | - |
| XYZ | 2.7 | 1.53 | 6.46 | - |
| YUV | 32.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 73 | 0.32 | 0.78 | 0 | 0.71 | 275.79 | 0.64 | 0.17 |
| Hex | 32 | 10 | 49 | 20 | 4E | 0 | 47 | 114 | 40 | 11 |
| Octal | 62 | 20 | 111 | 40 | 116 | 0 | 107 | 424 | 100 | 21 |
| Binary | 110010 | 10000 | 1001001 | 100000 | 1001110 | 0 | 1000111 | 100010100 | 1000000 | 10001 |
Color Harmonies of #321049
Complementary color
Monochromatic Colors of #321049
Black with #321049
Text Example
Text Example
White with #321049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321049; }
p { color: rgb(50,16,73); }
H1.HeaderClassName
{
color: #321049;
}
.AnyTagClassName
{
color: #321049;
}
</style>
background-color css
<style>
a { background-color: #321049; }
a { background-color: rgb(50,16,73); }
div.DivClassName
{
background-color: #321049;
}
.BgClassName
{
background-color: #321049;
}
</style>
border-color css
<style>
span { border-color: #321049; }
span { border-color: rgb(50,16,73); }
td.TdClassName
{
border-color: #321049;
}
.TagClassName
{
border-color: #321049;
}
</style>