Shades of Blackcurrant #320451
Tints of Blackcurrant #320451
RGB
CMYK
RGB Variations
Color information
#320451 (or 0x320451) is known color: Blackcurrant. HEX triplet: 32, 04 and 51. RGB value is (50,4,81). Sum of RGB (Red+Green+Blue) = 50+4+81=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #320451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320451 is #CDFBAE. Grayscale: #1A1A1A. Windows color (decimal): -13499311 or 5309490. OLE color: 5309490.
HSL color Cylindrical-coordinate representation of color #320451: hue angle of 275.84º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320451 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 4 | 81 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.68 |
| HSL | 275.84º | 0.91% | 0.17% | - |
| HSV(B) | 275.84º | 0.95% | 0.32% | - |
| XYZ | 2.84 | 1.36 | 7.9 | - |
| YUV | 26.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 81 | 0.38 | 0.95 | 0 | 0.68 | 275.84 | 0.91 | 0.17 |
| Hex | 32 | 4 | 51 | 26 | 5F | 0 | 44 | 114 | 5B | 11 |
| Octal | 62 | 4 | 121 | 46 | 137 | 0 | 104 | 424 | 133 | 21 |
| Binary | 110010 | 100 | 1010001 | 100110 | 1011111 | 0 | 1000100 | 100010100 | 1011011 | 10001 |
Color Harmonies of #320451
Complementary color
Monochromatic Colors of #320451
Black with #320451
Text Example
Text Example
White with #320451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320451; }
p { color: rgb(50,4,81); }
H1.HeaderClassName
{
color: #320451;
}
.AnyTagClassName
{
color: #320451;
}
</style>
background-color css
<style>
a { background-color: #320451; }
a { background-color: rgb(50,4,81); }
div.DivClassName
{
background-color: #320451;
}
.BgClassName
{
background-color: #320451;
}
</style>
border-color css
<style>
span { border-color: #320451; }
span { border-color: rgb(50,4,81); }
td.TdClassName
{
border-color: #320451;
}
.TagClassName
{
border-color: #320451;
}
</style>