Shades of Blackcurrant #3A0545
Tints of Blackcurrant #3A0545
RGB
CMYK
RGB Variations
Color information
#3A0545 (or 0x3A0545) is known color: Blackcurrant. HEX triplet: 3A, 05 and 45. RGB value is (58,5,69). Sum of RGB (Red+Green+Blue) = 58+5+69=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A0545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0545 is #C5FABA. Grayscale: #1B1B1B. Windows color (decimal): -12974779 or 4523322. OLE color: 4523322.
HSL color Cylindrical-coordinate representation of color #3A0545: hue angle of 289.69º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0545 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 5 | 69 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.73 |
| HSL | 289.69º | 0.86% | 0.15% | - |
| HSV(B) | 289.69º | 0.93% | 0.27% | - |
| XYZ | 2.87 | 1.44 | 5.76 | - |
| YUV | 28.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 69 | 0.16 | 0.93 | 0 | 0.73 | 289.69 | 0.86 | 0.15 |
| Hex | 3A | 5 | 45 | 10 | 5D | 0 | 49 | 122 | 56 | F |
| Octal | 72 | 5 | 105 | 20 | 135 | 0 | 111 | 442 | 126 | 17 |
| Binary | 111010 | 101 | 1000101 | 10000 | 1011101 | 0 | 1001001 | 100100010 | 1010110 | 1111 |
Color Harmonies of #3A0545
Complementary color
Monochromatic Colors of #3A0545
Black with #3A0545
Text Example
Text Example
White with #3A0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0545; }
p { color: rgb(58,5,69); }
H1.HeaderClassName
{
color: #3A0545;
}
.AnyTagClassName
{
color: #3A0545;
}
</style>
background-color css
<style>
a { background-color: #3A0545; }
a { background-color: rgb(58,5,69); }
div.DivClassName
{
background-color: #3A0545;
}
.BgClassName
{
background-color: #3A0545;
}
</style>
border-color css
<style>
span { border-color: #3A0545; }
span { border-color: rgb(58,5,69); }
td.TdClassName
{
border-color: #3A0545;
}
.TagClassName
{
border-color: #3A0545;
}
</style>