Shades of Blackcurrant #320F52
Tints of Blackcurrant #320F52
RGB
CMYK
RGB Variations
Color information
#320F52 (or 0x320F52) is known color: Blackcurrant. HEX triplet: 32, 0F and 52. RGB value is (50,15,82). Sum of RGB (Red+Green+Blue) = 50+15+82=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #320F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F52 is #CDF0AD. Grayscale: #202020. Windows color (decimal): -13496494 or 5377842. OLE color: 5377842.
HSL color Cylindrical-coordinate representation of color #320F52: hue angle of 271.34º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #320F52 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 15 | 82 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.68 |
| HSL | 271.34º | 0.69% | 0.19% | - |
| HSV(B) | 271.34º | 0.82% | 0.32% | - |
| XYZ | 3.01 | 1.63 | 8.14 | - |
| YUV | 33.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 82 | 0.39 | 0.82 | 0 | 0.68 | 271.34 | 0.69 | 0.19 |
| Hex | 32 | F | 52 | 27 | 52 | 0 | 44 | 10F | 45 | 13 |
| Octal | 62 | 17 | 122 | 47 | 122 | 0 | 104 | 417 | 105 | 23 |
| Binary | 110010 | 1111 | 1010010 | 100111 | 1010010 | 0 | 1000100 | 100001111 | 1000101 | 10011 |
Color Harmonies of #320F52
Complementary color
Monochromatic Colors of #320F52
Black with #320F52
Text Example
Text Example
White with #320F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F52; }
p { color: rgb(50,15,82); }
H1.HeaderClassName
{
color: #320F52;
}
.AnyTagClassName
{
color: #320F52;
}
</style>
background-color css
<style>
a { background-color: #320F52; }
a { background-color: rgb(50,15,82); }
div.DivClassName
{
background-color: #320F52;
}
.BgClassName
{
background-color: #320F52;
}
</style>
border-color css
<style>
span { border-color: #320F52; }
span { border-color: rgb(50,15,82); }
td.TdClassName
{
border-color: #320F52;
}
.TagClassName
{
border-color: #320F52;
}
</style>