Shades of Blackcurrant #3A0055
Tints of Blackcurrant #3A0055
RGB
CMYK
RGB Variations
Color information
#3A0055 (or 0x3A0055) is known color: Blackcurrant. HEX triplet: 3A, 00 and 55. RGB value is (58,0,85). Sum of RGB (Red+Green+Blue) = 58+0+85=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0055 is #C5FFAA. Grayscale: #1A1A1A. Windows color (decimal): -12976043 or 5570618. OLE color: 5570618.
HSL color Cylindrical-coordinate representation of color #3A0055: hue angle of 280.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0055 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 0 | 85 | - |
| CMYK | 0.32 | 1 | 0 | 0.67 |
| HSL | 280.94º | 1% | 0.17% | - |
| HSV(B) | 280.94º | 1% | 0.33% | - |
| XYZ | 3.38 | 1.56 | 8.72 | - |
| YUV | 27.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 85 | 0.32 | 1 | 0 | 0.67 | 280.94 | 1 | 0.17 |
| Hex | 3A | 0 | 55 | 20 | 64 | 0 | 43 | 119 | 64 | 11 |
| Octal | 72 | 0 | 125 | 40 | 144 | 0 | 103 | 431 | 144 | 21 |
| Binary | 111010 | 0 | 1010101 | 100000 | 1100100 | 0 | 1000011 | 100011001 | 1100100 | 10001 |
Color Harmonies of #3A0055
Complementary color
Monochromatic Colors of #3A0055
Black with #3A0055
Text Example
Text Example
White with #3A0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0055; }
p { color: rgb(58,0,85); }
H1.HeaderClassName
{
color: #3A0055;
}
.AnyTagClassName
{
color: #3A0055;
}
</style>
background-color css
<style>
a { background-color: #3A0055; }
a { background-color: rgb(58,0,85); }
div.DivClassName
{
background-color: #3A0055;
}
.BgClassName
{
background-color: #3A0055;
}
</style>
border-color css
<style>
span { border-color: #3A0055; }
span { border-color: rgb(58,0,85); }
td.TdClassName
{
border-color: #3A0055;
}
.TagClassName
{
border-color: #3A0055;
}
</style>