Shades of Blackcurrant #321150
Tints of Blackcurrant #321150
RGB
CMYK
RGB Variations
Color information
#321150 (or 0x321150) is known color: Blackcurrant. HEX triplet: 32, 11 and 50. RGB value is (50,17,80). Sum of RGB (Red+Green+Blue) = 50+17+80=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #321150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321150 is #CDEEAF. Grayscale: #212121. Windows color (decimal): -13495984 or 5247282. OLE color: 5247282.
HSL color Cylindrical-coordinate representation of color #321150: hue angle of 271.43º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #321150 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 17 | 80 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.69 |
| HSL | 271.43º | 0.65% | 0.19% | - |
| HSV(B) | 271.43º | 0.79% | 0.31% | - |
| XYZ | 2.96 | 1.66 | 7.75 | - |
| YUV | 34.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 80 | 0.37 | 0.79 | 0 | 0.69 | 271.43 | 0.65 | 0.19 |
| Hex | 32 | 11 | 50 | 25 | 4F | 0 | 45 | 10F | 41 | 13 |
| Octal | 62 | 21 | 120 | 45 | 117 | 0 | 105 | 417 | 101 | 23 |
| Binary | 110010 | 10001 | 1010000 | 100101 | 1001111 | 0 | 1000101 | 100001111 | 1000001 | 10011 |
Color Harmonies of #321150
Complementary color
Monochromatic Colors of #321150
Black with #321150
Text Example
Text Example
White with #321150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321150; }
p { color: rgb(50,17,80); }
H1.HeaderClassName
{
color: #321150;
}
.AnyTagClassName
{
color: #321150;
}
</style>
background-color css
<style>
a { background-color: #321150; }
a { background-color: rgb(50,17,80); }
div.DivClassName
{
background-color: #321150;
}
.BgClassName
{
background-color: #321150;
}
</style>
border-color css
<style>
span { border-color: #321150; }
span { border-color: rgb(50,17,80); }
td.TdClassName
{
border-color: #321150;
}
.TagClassName
{
border-color: #321150;
}
</style>