Shades of Blackcurrant #3A0449
Tints of Blackcurrant #3A0449
RGB
CMYK
RGB Variations
Color information
#3A0449 (or 0x3A0449) is known color: Blackcurrant. HEX triplet: 3A, 04 and 49. RGB value is (58,4,73). Sum of RGB (Red+Green+Blue) = 58+4+73=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A0449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0449 is #C5FBB6. Grayscale: #1B1B1B. Windows color (decimal): -12975031 or 4785210. OLE color: 4785210.
HSL color Cylindrical-coordinate representation of color #3A0449: hue angle of 286.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0449 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 4 | 73 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.71 |
| HSL | 286.96º | 0.9% | 0.15% | - |
| HSV(B) | 286.96º | 0.95% | 0.29% | - |
| XYZ | 2.99 | 1.47 | 6.43 | - |
| YUV | 28.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 73 | 0.21 | 0.95 | 0 | 0.71 | 286.96 | 0.9 | 0.15 |
| Hex | 3A | 4 | 49 | 15 | 5F | 0 | 47 | 11F | 5A | F |
| Octal | 72 | 4 | 111 | 25 | 137 | 0 | 107 | 437 | 132 | 17 |
| Binary | 111010 | 100 | 1001001 | 10101 | 1011111 | 0 | 1000111 | 100011111 | 1011010 | 1111 |
Color Harmonies of #3A0449
Complementary color
Monochromatic Colors of #3A0449
Black with #3A0449
Text Example
Text Example
White with #3A0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0449; }
p { color: rgb(58,4,73); }
H1.HeaderClassName
{
color: #3A0449;
}
.AnyTagClassName
{
color: #3A0449;
}
</style>
background-color css
<style>
a { background-color: #3A0449; }
a { background-color: rgb(58,4,73); }
div.DivClassName
{
background-color: #3A0449;
}
.BgClassName
{
background-color: #3A0449;
}
</style>
border-color css
<style>
span { border-color: #3A0449; }
span { border-color: rgb(58,4,73); }
td.TdClassName
{
border-color: #3A0449;
}
.TagClassName
{
border-color: #3A0449;
}
</style>