Shades of Blackcurrant #321449
Tints of Blackcurrant #321449
RGB
CMYK
RGB Variations
Color information
#321449 (or 0x321449) is known color: Blackcurrant. HEX triplet: 32, 14 and 49. RGB value is (50,20,73). Sum of RGB (Red+Green+Blue) = 50+20+73=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #321449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321449 is #CDEBB6. Grayscale: #222222. Windows color (decimal): -13495223 or 4789298. OLE color: 4789298.
HSL color Cylindrical-coordinate representation of color #321449: hue angle of 273.96º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321449 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 20 | 73 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.71 |
| HSL | 273.96º | 0.57% | 0.18% | - |
| HSV(B) | 273.96º | 0.73% | 0.29% | - |
| XYZ | 2.77 | 1.66 | 6.48 | - |
| YUV | 35.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 73 | 0.32 | 0.73 | 0 | 0.71 | 273.96 | 0.57 | 0.18 |
| Hex | 32 | 14 | 49 | 20 | 49 | 0 | 47 | 112 | 39 | 12 |
| Octal | 62 | 24 | 111 | 40 | 111 | 0 | 107 | 422 | 71 | 22 |
| Binary | 110010 | 10100 | 1001001 | 100000 | 1001001 | 0 | 1000111 | 100010010 | 111001 | 10010 |
Color Harmonies of #321449
Complementary color
Monochromatic Colors of #321449
Black with #321449
Text Example
Text Example
White with #321449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321449; }
p { color: rgb(50,20,73); }
H1.HeaderClassName
{
color: #321449;
}
.AnyTagClassName
{
color: #321449;
}
</style>
background-color css
<style>
a { background-color: #321449; }
a { background-color: rgb(50,20,73); }
div.DivClassName
{
background-color: #321449;
}
.BgClassName
{
background-color: #321449;
}
</style>
border-color css
<style>
span { border-color: #321449; }
span { border-color: rgb(50,20,73); }
td.TdClassName
{
border-color: #321449;
}
.TagClassName
{
border-color: #321449;
}
</style>