Shades of Blackcurrant #320144
Tints of Blackcurrant #320144
RGB
CMYK
RGB Variations
Color information
#320144 (or 0x320144) is known color: Blackcurrant. HEX triplet: 32, 01 and 44. RGB value is (50,1,68). Sum of RGB (Red+Green+Blue) = 50+1+68=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 68 (26.95% from 255 or 57.14% from 119); Max value from RGB is 68 - color contains mainly: blue. Hex color #320144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320144 is #CDFEBB. Grayscale: #171717. Windows color (decimal): -13500092 or 4456754. OLE color: 4456754.
HSL color Cylindrical-coordinate representation of color #320144: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320144 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 1 | 68 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.73 |
| HSL | 283.88º | 0.97% | 0.14% | - |
| HSV(B) | 283.88º | 0.99% | 0.27% | - |
| XYZ | 2.37 | 1.12 | 5.56 | - |
| YUV | 23.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 68 | 0.26 | 0.99 | 0 | 0.73 | 283.88 | 0.97 | 0.14 |
| Hex | 32 | 1 | 44 | 1A | 63 | 0 | 49 | 11C | 61 | E |
| Octal | 62 | 1 | 104 | 32 | 143 | 0 | 111 | 434 | 141 | 16 |
| Binary | 110010 | 1 | 1000100 | 11010 | 1100011 | 0 | 1001001 | 100011100 | 1100001 | 1110 |
Color Harmonies of #320144
Complementary color
Monochromatic Colors of #320144
Black with #320144
Text Example
Text Example
White with #320144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320144; }
p { color: rgb(50,1,68); }
H1.HeaderClassName
{
color: #320144;
}
.AnyTagClassName
{
color: #320144;
}
</style>
background-color css
<style>
a { background-color: #320144; }
a { background-color: rgb(50,1,68); }
div.DivClassName
{
background-color: #320144;
}
.BgClassName
{
background-color: #320144;
}
</style>
border-color css
<style>
span { border-color: #320144; }
span { border-color: rgb(50,1,68); }
td.TdClassName
{
border-color: #320144;
}
.TagClassName
{
border-color: #320144;
}
</style>