Shades of Blackcurrant #3A0044
Tints of Blackcurrant #3A0044
RGB
CMYK
RGB Variations
Color information
#3A0044 (or 0x3A0044) is known color: Blackcurrant. HEX triplet: 3A, 00 and 44. RGB value is (58,0,68). Sum of RGB (Red+Green+Blue) = 58+0+68=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A0044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0044 is #C5FFBB. Grayscale: #181818. Windows color (decimal): -12976060 or 4456506. OLE color: 4456506.
HSL color Cylindrical-coordinate representation of color #3A0044: hue angle of 291.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0044 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 0 | 68 | - |
| CMYK | 0.15 | 1 | 0 | 0.73 |
| HSL | 291.18º | 1% | 0.13% | - |
| HSV(B) | 291.18º | 1% | 0.27% | - |
| XYZ | 2.79 | 1.32 | 5.58 | - |
| YUV | 25.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 68 | 0.15 | 1 | 0 | 0.73 | 291.18 | 1 | 0.13 |
| Hex | 3A | 0 | 44 | F | 64 | 0 | 49 | 123 | 64 | D |
| Octal | 72 | 0 | 104 | 17 | 144 | 0 | 111 | 443 | 144 | 15 |
| Binary | 111010 | 0 | 1000100 | 1111 | 1100100 | 0 | 1001001 | 100100011 | 1100100 | 1101 |
Color Harmonies of #3A0044
Complementary color
Monochromatic Colors of #3A0044
Black with #3A0044
Text Example
Text Example
White with #3A0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0044; }
p { color: rgb(58,0,68); }
H1.HeaderClassName
{
color: #3A0044;
}
.AnyTagClassName
{
color: #3A0044;
}
</style>
background-color css
<style>
a { background-color: #3A0044; }
a { background-color: rgb(58,0,68); }
div.DivClassName
{
background-color: #3A0044;
}
.BgClassName
{
background-color: #3A0044;
}
</style>
border-color css
<style>
span { border-color: #3A0044; }
span { border-color: rgb(58,0,68); }
td.TdClassName
{
border-color: #3A0044;
}
.TagClassName
{
border-color: #3A0044;
}
</style>