Shades of Blackcurrant #3A0E52
Tints of Blackcurrant #3A0E52
RGB
CMYK
RGB Variations
Color information
#3A0E52 (or 0x3A0E52) is known color: Blackcurrant. HEX triplet: 3A, 0E and 52. RGB value is (58,14,82). Sum of RGB (Red+Green+Blue) = 58+14+82=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A0E52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0E52 is #C5F1AD. Grayscale: #222222. Windows color (decimal): -12972462 or 5377594. OLE color: 5377594.
HSL color Cylindrical-coordinate representation of color #3A0E52: hue angle of 278.82º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A0E52 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 14 | 82 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.68 |
| HSL | 278.82º | 0.71% | 0.19% | - |
| HSV(B) | 278.82º | 0.83% | 0.32% | - |
| XYZ | 3.42 | 1.82 | 8.15 | - |
| YUV | 34.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 82 | 0.29 | 0.83 | 0 | 0.68 | 278.82 | 0.71 | 0.19 |
| Hex | 3A | E | 52 | 1D | 53 | 0 | 44 | 117 | 47 | 13 |
| Octal | 72 | 16 | 122 | 35 | 123 | 0 | 104 | 427 | 107 | 23 |
| Binary | 111010 | 1110 | 1010010 | 11101 | 1010011 | 0 | 1000100 | 100010111 | 1000111 | 10011 |
Color Harmonies of #3A0E52
Complementary color
Monochromatic Colors of #3A0E52
Black with #3A0E52
Text Example
Text Example
White with #3A0E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E52; }
p { color: rgb(58,14,82); }
H1.HeaderClassName
{
color: #3A0E52;
}
.AnyTagClassName
{
color: #3A0E52;
}
</style>
background-color css
<style>
a { background-color: #3A0E52; }
a { background-color: rgb(58,14,82); }
div.DivClassName
{
background-color: #3A0E52;
}
.BgClassName
{
background-color: #3A0E52;
}
</style>
border-color css
<style>
span { border-color: #3A0E52; }
span { border-color: rgb(58,14,82); }
td.TdClassName
{
border-color: #3A0E52;
}
.TagClassName
{
border-color: #3A0E52;
}
</style>