Shades of Blackcurrant #320251
Tints of Blackcurrant #320251
RGB
CMYK
RGB Variations
Color information
#320251 (or 0x320251) is known color: Blackcurrant. HEX triplet: 32, 02 and 51. RGB value is (50,2,81). Sum of RGB (Red+Green+Blue) = 50+2+81=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #320251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320251 is #CDFDAE. Grayscale: #191919. Windows color (decimal): -13499823 or 5308978. OLE color: 5308978.
HSL color Cylindrical-coordinate representation of color #320251: hue angle of 276.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320251 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 2 | 81 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.68 |
| HSL | 276.46º | 0.95% | 0.16% | - |
| HSV(B) | 276.46º | 0.98% | 0.32% | - |
| XYZ | 2.82 | 1.32 | 7.89 | - |
| YUV | 25.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 81 | 0.38 | 0.98 | 0 | 0.68 | 276.46 | 0.95 | 0.16 |
| Hex | 32 | 2 | 51 | 26 | 62 | 0 | 44 | 114 | 5F | 10 |
| Octal | 62 | 2 | 121 | 46 | 142 | 0 | 104 | 424 | 137 | 20 |
| Binary | 110010 | 10 | 1010001 | 100110 | 1100010 | 0 | 1000100 | 100010100 | 1011111 | 10000 |
Color Harmonies of #320251
Complementary color
Monochromatic Colors of #320251
Black with #320251
Text Example
Text Example
White with #320251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320251; }
p { color: rgb(50,2,81); }
H1.HeaderClassName
{
color: #320251;
}
.AnyTagClassName
{
color: #320251;
}
</style>
background-color css
<style>
a { background-color: #320251; }
a { background-color: rgb(50,2,81); }
div.DivClassName
{
background-color: #320251;
}
.BgClassName
{
background-color: #320251;
}
</style>
border-color css
<style>
span { border-color: #320251; }
span { border-color: rgb(50,2,81); }
td.TdClassName
{
border-color: #320251;
}
.TagClassName
{
border-color: #320251;
}
</style>