Shades of Blackcurrant #320048
Tints of Blackcurrant #320048
RGB
CMYK
RGB Variations
Color information
#320048 (or 0x320048) is known color: Blackcurrant. HEX triplet: 32, 00 and 48. RGB value is (50,0,72). Sum of RGB (Red+Green+Blue) = 50+0+72=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #320048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320048 is #CDFFB7. Grayscale: #161616. Windows color (decimal): -13500344 or 4718642. OLE color: 4718642.
HSL color Cylindrical-coordinate representation of color #320048: hue angle of 281.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320048 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 0 | 72 | - |
| CMYK | 0.31 | 1 | 0 | 0.72 |
| HSL | 281.67º | 1% | 0.14% | - |
| HSV(B) | 281.67º | 1% | 0.28% | - |
| XYZ | 2.49 | 1.15 | 6.22 | - |
| YUV | 23.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 72 | 0.31 | 1 | 0 | 0.72 | 281.67 | 1 | 0.14 |
| Hex | 32 | 0 | 48 | 1F | 64 | 0 | 48 | 11A | 64 | E |
| Octal | 62 | 0 | 110 | 37 | 144 | 0 | 110 | 432 | 144 | 16 |
| Binary | 110010 | 0 | 1001000 | 11111 | 1100100 | 0 | 1001000 | 100011010 | 1100100 | 1110 |
Color Harmonies of #320048
Complementary color
Monochromatic Colors of #320048
Black with #320048
Text Example
Text Example
White with #320048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320048; }
p { color: rgb(50,0,72); }
H1.HeaderClassName
{
color: #320048;
}
.AnyTagClassName
{
color: #320048;
}
</style>
background-color css
<style>
a { background-color: #320048; }
a { background-color: rgb(50,0,72); }
div.DivClassName
{
background-color: #320048;
}
.BgClassName
{
background-color: #320048;
}
</style>
border-color css
<style>
span { border-color: #320048; }
span { border-color: rgb(50,0,72); }
td.TdClassName
{
border-color: #320048;
}
.TagClassName
{
border-color: #320048;
}
</style>