Shades of Blackcurrant #321849
Tints of Blackcurrant #321849
RGB
CMYK
RGB Variations
Color information
#321849 (or 0x321849) is known color: Blackcurrant. HEX triplet: 32, 18 and 49. RGB value is (50,24,73). Sum of RGB (Red+Green+Blue) = 50+24+73=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #321849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321849 is #CDE7B6. Grayscale: #252525. Windows color (decimal): -13494199 or 4790322. OLE color: 4790322.
HSL color Cylindrical-coordinate representation of color #321849: hue angle of 271.84º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321849 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 24 | 73 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.71 |
| HSL | 271.84º | 0.51% | 0.19% | - |
| HSV(B) | 271.84º | 0.67% | 0.29% | - |
| XYZ | 2.84 | 1.81 | 6.5 | - |
| YUV | 37.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 73 | 0.32 | 0.67 | 0 | 0.71 | 271.84 | 0.51 | 0.19 |
| Hex | 32 | 18 | 49 | 20 | 43 | 0 | 47 | 110 | 33 | 13 |
| Octal | 62 | 30 | 111 | 40 | 103 | 0 | 107 | 420 | 63 | 23 |
| Binary | 110010 | 11000 | 1001001 | 100000 | 1000011 | 0 | 1000111 | 100010000 | 110011 | 10011 |
Color Harmonies of #321849
Complementary color
Monochromatic Colors of #321849
Black with #321849
Text Example
Text Example
White with #321849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321849; }
p { color: rgb(50,24,73); }
H1.HeaderClassName
{
color: #321849;
}
.AnyTagClassName
{
color: #321849;
}
</style>
background-color css
<style>
a { background-color: #321849; }
a { background-color: rgb(50,24,73); }
div.DivClassName
{
background-color: #321849;
}
.BgClassName
{
background-color: #321849;
}
</style>
border-color css
<style>
span { border-color: #321849; }
span { border-color: rgb(50,24,73); }
td.TdClassName
{
border-color: #321849;
}
.TagClassName
{
border-color: #321849;
}
</style>