Shades of Blackcurrant #320A41
Tints of Blackcurrant #320A41
RGB
CMYK
RGB Variations
Color information
#320A41 (or 0x320A41) is known color: Blackcurrant. HEX triplet: 32, 0A and 41. RGB value is (50,10,65). Sum of RGB (Red+Green+Blue) = 50+10+65=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #320A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320A41 is #CDF5BE. Grayscale: #1C1C1C. Windows color (decimal): -13497791 or 4262450. OLE color: 4262450.
HSL color Cylindrical-coordinate representation of color #320A41: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320A41 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 10 | 65 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.75 |
| HSL | 283.64º | 0.73% | 0.15% | - |
| HSV(B) | 283.64º | 0.85% | 0.25% | - |
| XYZ | 2.38 | 1.28 | 5.12 | - |
| YUV | 28.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 65 | 0.23 | 0.85 | 0 | 0.75 | 283.64 | 0.73 | 0.15 |
| Hex | 32 | A | 41 | 17 | 55 | 0 | 4B | 11C | 49 | F |
| Octal | 62 | 12 | 101 | 27 | 125 | 0 | 113 | 434 | 111 | 17 |
| Binary | 110010 | 1010 | 1000001 | 10111 | 1010101 | 0 | 1001011 | 100011100 | 1001001 | 1111 |
Color Harmonies of #320A41
Complementary color
Monochromatic Colors of #320A41
Black with #320A41
Text Example
Text Example
White with #320A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A41; }
p { color: rgb(50,10,65); }
H1.HeaderClassName
{
color: #320A41;
}
.AnyTagClassName
{
color: #320A41;
}
</style>
background-color css
<style>
a { background-color: #320A41; }
a { background-color: rgb(50,10,65); }
div.DivClassName
{
background-color: #320A41;
}
.BgClassName
{
background-color: #320A41;
}
</style>
border-color css
<style>
span { border-color: #320A41; }
span { border-color: rgb(50,10,65); }
td.TdClassName
{
border-color: #320A41;
}
.TagClassName
{
border-color: #320A41;
}
</style>