Shades of Blackcurrant #320149
Tints of Blackcurrant #320149
RGB
CMYK
RGB Variations
Color information
#320149 (or 0x320149) is known color: Blackcurrant. HEX triplet: 32, 01 and 49. RGB value is (50,1,73). Sum of RGB (Red+Green+Blue) = 50+1+73=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #320149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320149 is #CDFEB6. Grayscale: #171717. Windows color (decimal): -13500087 or 4784434. OLE color: 4784434.
HSL color Cylindrical-coordinate representation of color #320149: hue angle of 280.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320149 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 1 | 73 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.71 |
| HSL | 280.83º | 0.97% | 0.15% | - |
| HSV(B) | 280.83º | 0.99% | 0.29% | - |
| XYZ | 2.53 | 1.18 | 6.4 | - |
| YUV | 23.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 73 | 0.32 | 0.99 | 0 | 0.71 | 280.83 | 0.97 | 0.15 |
| Hex | 32 | 1 | 49 | 20 | 63 | 0 | 47 | 119 | 61 | F |
| Octal | 62 | 1 | 111 | 40 | 143 | 0 | 107 | 431 | 141 | 17 |
| Binary | 110010 | 1 | 1001001 | 100000 | 1100011 | 0 | 1000111 | 100011001 | 1100001 | 1111 |
Color Harmonies of #320149
Complementary color
Monochromatic Colors of #320149
Black with #320149
Text Example
Text Example
White with #320149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320149; }
p { color: rgb(50,1,73); }
H1.HeaderClassName
{
color: #320149;
}
.AnyTagClassName
{
color: #320149;
}
</style>
background-color css
<style>
a { background-color: #320149; }
a { background-color: rgb(50,1,73); }
div.DivClassName
{
background-color: #320149;
}
.BgClassName
{
background-color: #320149;
}
</style>
border-color css
<style>
span { border-color: #320149; }
span { border-color: rgb(50,1,73); }
td.TdClassName
{
border-color: #320149;
}
.TagClassName
{
border-color: #320149;
}
</style>