Shades of Blackcurrant #3A0541
Tints of Blackcurrant #3A0541
RGB
CMYK
RGB Variations
Color information
#3A0541 (or 0x3A0541) is known color: Blackcurrant. HEX triplet: 3A, 05 and 41. RGB value is (58,5,65). Sum of RGB (Red+Green+Blue) = 58+5+65=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0541 is #C5FABE. Grayscale: #1B1B1B. Windows color (decimal): -12974783 or 4261178. OLE color: 4261178.
HSL color Cylindrical-coordinate representation of color #3A0541: hue angle of 293º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0541 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 5 | 65 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.75 |
| HSL | 293º | 0.86% | 0.14% | - |
| HSV(B) | 293º | 0.92% | 0.25% | - |
| XYZ | 2.75 | 1.39 | 5.12 | - |
| YUV | 27.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 65 | 0.11 | 0.92 | 0 | 0.75 | 293 | 0.86 | 0.14 |
| Hex | 3A | 5 | 41 | B | 5C | 0 | 4B | 125 | 56 | E |
| Octal | 72 | 5 | 101 | 13 | 134 | 0 | 113 | 445 | 126 | 16 |
| Binary | 111010 | 101 | 1000001 | 1011 | 1011100 | 0 | 1001011 | 100100101 | 1010110 | 1110 |
Color Harmonies of #3A0541
Complementary color
Monochromatic Colors of #3A0541
Black with #3A0541
Text Example
Text Example
White with #3A0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0541; }
p { color: rgb(58,5,65); }
H1.HeaderClassName
{
color: #3A0541;
}
.AnyTagClassName
{
color: #3A0541;
}
</style>
background-color css
<style>
a { background-color: #3A0541; }
a { background-color: rgb(58,5,65); }
div.DivClassName
{
background-color: #3A0541;
}
.BgClassName
{
background-color: #3A0541;
}
</style>
border-color css
<style>
span { border-color: #3A0541; }
span { border-color: rgb(58,5,65); }
td.TdClassName
{
border-color: #3A0541;
}
.TagClassName
{
border-color: #3A0541;
}
</style>