Shades of Blackcurrant #3A1552
Tints of Blackcurrant #3A1552
RGB
CMYK
RGB Variations
Color information
#3A1552 (or 0x3A1552) is known color: Blackcurrant. HEX triplet: 3A, 15 and 52. RGB value is (58,21,82). Sum of RGB (Red+Green+Blue) = 58+21+82=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A1552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1552 is #C5EAAD. Grayscale: #262626. Windows color (decimal): -12970670 or 5379386. OLE color: 5379386.
HSL color Cylindrical-coordinate representation of color #3A1552: hue angle of 276.39º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A1552 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 21 | 82 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.68 |
| HSL | 276.39º | 0.59% | 0.2% | - |
| HSV(B) | 276.39º | 0.74% | 0.32% | - |
| XYZ | 3.54 | 2.05 | 8.19 | - |
| YUV | 39.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 82 | 0.29 | 0.74 | 0 | 0.68 | 276.39 | 0.59 | 0.2 |
| Hex | 3A | 15 | 52 | 1D | 4A | 0 | 44 | 114 | 3B | 14 |
| Octal | 72 | 25 | 122 | 35 | 112 | 0 | 104 | 424 | 73 | 24 |
| Binary | 111010 | 10101 | 1010010 | 11101 | 1001010 | 0 | 1000100 | 100010100 | 111011 | 10100 |
Color Harmonies of #3A1552
Complementary color
Monochromatic Colors of #3A1552
Black with #3A1552
Text Example
Text Example
White with #3A1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1552; }
p { color: rgb(58,21,82); }
H1.HeaderClassName
{
color: #3A1552;
}
.AnyTagClassName
{
color: #3A1552;
}
</style>
background-color css
<style>
a { background-color: #3A1552; }
a { background-color: rgb(58,21,82); }
div.DivClassName
{
background-color: #3A1552;
}
.BgClassName
{
background-color: #3A1552;
}
</style>
border-color css
<style>
span { border-color: #3A1552; }
span { border-color: rgb(58,21,82); }
td.TdClassName
{
border-color: #3A1552;
}
.TagClassName
{
border-color: #3A1552;
}
</style>