Shades of Blackcurrant #3A174A
Tints of Blackcurrant #3A174A
RGB
CMYK
RGB Variations
Color information
#3A174A (or 0x3A174A) is known color: Blackcurrant. HEX triplet: 3A, 17 and 4A. RGB value is (58,23,74). Sum of RGB (Red+Green+Blue) = 58+23+74=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A174A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A174A is #C5E8B5. Grayscale: #272727. Windows color (decimal): -12970166 or 4855610. OLE color: 4855610.
HSL color Cylindrical-coordinate representation of color #3A174A: hue angle of 281.18º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A174A is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 23 | 74 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.71 |
| HSL | 281.18º | 0.53% | 0.19% | - |
| HSV(B) | 281.18º | 0.69% | 0.29% | - |
| XYZ | 3.29 | 2.01 | 6.69 | - |
| YUV | 39.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 74 | 0.22 | 0.69 | 0 | 0.71 | 281.18 | 0.53 | 0.19 |
| Hex | 3A | 17 | 4A | 16 | 45 | 0 | 47 | 119 | 35 | 13 |
| Octal | 72 | 27 | 112 | 26 | 105 | 0 | 107 | 431 | 65 | 23 |
| Binary | 111010 | 10111 | 1001010 | 10110 | 1000101 | 0 | 1000111 | 100011001 | 110101 | 10011 |
Color Harmonies of #3A174A
Complementary color
Monochromatic Colors of #3A174A
Black with #3A174A
Text Example
Text Example
White with #3A174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A174A; }
p { color: rgb(58,23,74); }
H1.HeaderClassName
{
color: #3A174A;
}
.AnyTagClassName
{
color: #3A174A;
}
</style>
background-color css
<style>
a { background-color: #3A174A; }
a { background-color: rgb(58,23,74); }
div.DivClassName
{
background-color: #3A174A;
}
.BgClassName
{
background-color: #3A174A;
}
</style>
border-color css
<style>
span { border-color: #3A174A; }
span { border-color: rgb(58,23,74); }
td.TdClassName
{
border-color: #3A174A;
}
.TagClassName
{
border-color: #3A174A;
}
</style>