Shades of Blackcurrant #3A0049
Tints of Blackcurrant #3A0049
RGB
CMYK
RGB Variations
Color information
#3A0049 (or 0x3A0049) is known color: Blackcurrant. HEX triplet: 3A, 00 and 49. RGB value is (58,0,73). Sum of RGB (Red+Green+Blue) = 58+0+73=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A0049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0049 is #C5FFB6. Grayscale: #191919. Windows color (decimal): -12976055 or 4784186. OLE color: 4784186.
HSL color Cylindrical-coordinate representation of color #3A0049: hue angle of 287.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0049 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 0 | 73 | - |
| CMYK | 0.21 | 1 | 0 | 0.71 |
| HSL | 287.67º | 1% | 0.14% | - |
| HSV(B) | 287.67º | 1% | 0.29% | - |
| XYZ | 2.95 | 1.38 | 6.41 | - |
| YUV | 25.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 73 | 0.21 | 1 | 0 | 0.71 | 287.67 | 1 | 0.14 |
| Hex | 3A | 0 | 49 | 15 | 64 | 0 | 47 | 120 | 64 | E |
| Octal | 72 | 0 | 111 | 25 | 144 | 0 | 107 | 440 | 144 | 16 |
| Binary | 111010 | 0 | 1001001 | 10101 | 1100100 | 0 | 1000111 | 100100000 | 1100100 | 1110 |
Color Harmonies of #3A0049
Complementary color
Monochromatic Colors of #3A0049
Black with #3A0049
Text Example
Text Example
White with #3A0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0049; }
p { color: rgb(58,0,73); }
H1.HeaderClassName
{
color: #3A0049;
}
.AnyTagClassName
{
color: #3A0049;
}
</style>
background-color css
<style>
a { background-color: #3A0049; }
a { background-color: rgb(58,0,73); }
div.DivClassName
{
background-color: #3A0049;
}
.BgClassName
{
background-color: #3A0049;
}
</style>
border-color css
<style>
span { border-color: #3A0049; }
span { border-color: rgb(58,0,73); }
td.TdClassName
{
border-color: #3A0049;
}
.TagClassName
{
border-color: #3A0049;
}
</style>