Shades of Blackcurrant #3A0C49
Tints of Blackcurrant #3A0C49
RGB
CMYK
RGB Variations
Color information
#3A0C49 (or 0x3A0C49) is known color: Blackcurrant. HEX triplet: 3A, 0C and 49. RGB value is (58,12,73). Sum of RGB (Red+Green+Blue) = 58+12+73=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A0C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0C49 is #C5F3B6. Grayscale: #202020. Windows color (decimal): -12972983 or 4787258. OLE color: 4787258.
HSL color Cylindrical-coordinate representation of color #3A0C49: hue angle of 285.25º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0C49 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 12 | 73 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.71 |
| HSL | 285.25º | 0.72% | 0.17% | - |
| HSV(B) | 285.25º | 0.84% | 0.29% | - |
| XYZ | 3.08 | 1.64 | 6.46 | - |
| YUV | 32.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 12 | 73 | 0.21 | 0.84 | 0 | 0.71 | 285.25 | 0.72 | 0.17 |
| Hex | 3A | C | 49 | 15 | 54 | 0 | 47 | 11D | 48 | 11 |
| Octal | 72 | 14 | 111 | 25 | 124 | 0 | 107 | 435 | 110 | 21 |
| Binary | 111010 | 1100 | 1001001 | 10101 | 1010100 | 0 | 1000111 | 100011101 | 1001000 | 10001 |
Color Harmonies of #3A0C49
Complementary color
Monochromatic Colors of #3A0C49
Black with #3A0C49
Text Example
Text Example
White with #3A0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0C49; }
p { color: rgb(58,12,73); }
H1.HeaderClassName
{
color: #3A0C49;
}
.AnyTagClassName
{
color: #3A0C49;
}
</style>
background-color css
<style>
a { background-color: #3A0C49; }
a { background-color: rgb(58,12,73); }
div.DivClassName
{
background-color: #3A0C49;
}
.BgClassName
{
background-color: #3A0C49;
}
</style>
border-color css
<style>
span { border-color: #3A0C49; }
span { border-color: rgb(58,12,73); }
td.TdClassName
{
border-color: #3A0C49;
}
.TagClassName
{
border-color: #3A0C49;
}
</style>