Shades of Blackcurrant #321250
Tints of Blackcurrant #321250
RGB
CMYK
RGB Variations
Color information
#321250 (or 0x321250) is known color: Blackcurrant. HEX triplet: 32, 12 and 50. RGB value is (50,18,80). Sum of RGB (Red+Green+Blue) = 50+18+80=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #321250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321250 is #CDEDAF. Grayscale: #222222. Windows color (decimal): -13495728 or 5247538. OLE color: 5247538.
HSL color Cylindrical-coordinate representation of color #321250: hue angle of 270.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321250 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 18 | 80 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.69 |
| HSL | 270.97º | 0.63% | 0.19% | - |
| HSV(B) | 270.97º | 0.78% | 0.31% | - |
| XYZ | 2.98 | 1.69 | 7.76 | - |
| YUV | 34.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 80 | 0.37 | 0.78 | 0 | 0.69 | 270.97 | 0.63 | 0.19 |
| Hex | 32 | 12 | 50 | 25 | 4E | 0 | 45 | 10F | 3F | 13 |
| Octal | 62 | 22 | 120 | 45 | 116 | 0 | 105 | 417 | 77 | 23 |
| Binary | 110010 | 10010 | 1010000 | 100101 | 1001110 | 0 | 1000101 | 100001111 | 111111 | 10011 |
Color Harmonies of #321250
Complementary color
Monochromatic Colors of #321250
Black with #321250
Text Example
Text Example
White with #321250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321250; }
p { color: rgb(50,18,80); }
H1.HeaderClassName
{
color: #321250;
}
.AnyTagClassName
{
color: #321250;
}
</style>
background-color css
<style>
a { background-color: #321250; }
a { background-color: rgb(50,18,80); }
div.DivClassName
{
background-color: #321250;
}
.BgClassName
{
background-color: #321250;
}
</style>
border-color css
<style>
span { border-color: #321250; }
span { border-color: rgb(50,18,80); }
td.TdClassName
{
border-color: #321250;
}
.TagClassName
{
border-color: #321250;
}
</style>