Shades of Blackcurrant #320F3C
Tints of Blackcurrant #320F3C
RGB
CMYK
RGB Variations
Color information
#320F3C (or 0x320F3C) is known color: Blackcurrant. HEX triplet: 32, 0F and 3C. RGB value is (50,15,60). Sum of RGB (Red+Green+Blue) = 50+15+60=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 60 - color contains mainly: blue. Hex color #320F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F3C is #CDF0C3. Grayscale: #1E1E1E. Windows color (decimal): -13496516 or 3936050. OLE color: 3936050.
HSL color Cylindrical-coordinate representation of color #320F3C: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #320F3C is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 15 | 60 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.76 |
| HSL | 286.67º | 0.6% | 0.15% | - |
| HSV(B) | 286.67º | 0.75% | 0.24% | - |
| XYZ | 2.3 | 1.35 | 4.41 | - |
| YUV | 30.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 60 | 0.17 | 0.75 | 0 | 0.76 | 286.67 | 0.6 | 0.15 |
| Hex | 32 | F | 3C | 11 | 4B | 0 | 4C | 11F | 3C | F |
| Octal | 62 | 17 | 74 | 21 | 113 | 0 | 114 | 437 | 74 | 17 |
| Binary | 110010 | 1111 | 111100 | 10001 | 1001011 | 0 | 1001100 | 100011111 | 111100 | 1111 |
Color Harmonies of #320F3C
Complementary color
Monochromatic Colors of #320F3C
Black with #320F3C
Text Example
Text Example
White with #320F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F3C; }
p { color: rgb(50,15,60); }
H1.HeaderClassName
{
color: #320F3C;
}
.AnyTagClassName
{
color: #320F3C;
}
</style>
background-color css
<style>
a { background-color: #320F3C; }
a { background-color: rgb(50,15,60); }
div.DivClassName
{
background-color: #320F3C;
}
.BgClassName
{
background-color: #320F3C;
}
</style>
border-color css
<style>
span { border-color: #320F3C; }
span { border-color: rgb(50,15,60); }
td.TdClassName
{
border-color: #320F3C;
}
.TagClassName
{
border-color: #320F3C;
}
</style>