Shades of Blackcurrant #3A1A47
Tints of Blackcurrant #3A1A47
RGB
CMYK
RGB Variations
Color information
#3A1A47 (or 0x3A1A47) is known color: Blackcurrant. HEX triplet: 3A, 1A and 47. RGB value is (58,26,71). Sum of RGB (Red+Green+Blue) = 58+26+71=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A1A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A47 is #C5E5B8. Grayscale: #282828. Windows color (decimal): -12969401 or 4659770. OLE color: 4659770.
HSL color Cylindrical-coordinate representation of color #3A1A47: hue angle of 282.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A1A47 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 26 | 71 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.72 |
| HSL | 282.67º | 0.46% | 0.19% | - |
| HSV(B) | 282.67º | 0.63% | 0.28% | - |
| XYZ | 3.25 | 2.09 | 6.19 | - |
| YUV | 40.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 71 | 0.18 | 0.63 | 0 | 0.72 | 282.67 | 0.46 | 0.19 |
| Hex | 3A | 1A | 47 | 12 | 3F | 0 | 48 | 11B | 2E | 13 |
| Octal | 72 | 32 | 107 | 22 | 77 | 0 | 110 | 433 | 56 | 23 |
| Binary | 111010 | 11010 | 1000111 | 10010 | 111111 | 0 | 1001000 | 100011011 | 101110 | 10011 |
Color Harmonies of #3A1A47
Complementary color
Monochromatic Colors of #3A1A47
Black with #3A1A47
Text Example
Text Example
White with #3A1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A47; }
p { color: rgb(58,26,71); }
H1.HeaderClassName
{
color: #3A1A47;
}
.AnyTagClassName
{
color: #3A1A47;
}
</style>
background-color css
<style>
a { background-color: #3A1A47; }
a { background-color: rgb(58,26,71); }
div.DivClassName
{
background-color: #3A1A47;
}
.BgClassName
{
background-color: #3A1A47;
}
</style>
border-color css
<style>
span { border-color: #3A1A47; }
span { border-color: rgb(58,26,71); }
td.TdClassName
{
border-color: #3A1A47;
}
.TagClassName
{
border-color: #3A1A47;
}
</style>