Shades of Blackcurrant #3A194A
Tints of Blackcurrant #3A194A
RGB
CMYK
RGB Variations
Color information
#3A194A (or 0x3A194A) is known color: Blackcurrant. HEX triplet: 3A, 19 and 4A. RGB value is (58,25,74). Sum of RGB (Red+Green+Blue) = 58+25+74=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A194A is #C5E6B5. Grayscale: #282828. Windows color (decimal): -12969654 or 4856122. OLE color: 4856122.
HSL color Cylindrical-coordinate representation of color #3A194A: hue angle of 280.41º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A194A is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 25 | 74 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.71 |
| HSL | 280.41º | 0.49% | 0.19% | - |
| HSV(B) | 280.41º | 0.66% | 0.29% | - |
| XYZ | 3.33 | 2.09 | 6.71 | - |
| YUV | 40.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 74 | 0.22 | 0.66 | 0 | 0.71 | 280.41 | 0.49 | 0.19 |
| Hex | 3A | 19 | 4A | 16 | 42 | 0 | 47 | 118 | 31 | 13 |
| Octal | 72 | 31 | 112 | 26 | 102 | 0 | 107 | 430 | 61 | 23 |
| Binary | 111010 | 11001 | 1001010 | 10110 | 1000010 | 0 | 1000111 | 100011000 | 110001 | 10011 |
Color Harmonies of #3A194A
Complementary color
Monochromatic Colors of #3A194A
Black with #3A194A
Text Example
Text Example
White with #3A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A194A; }
p { color: rgb(58,25,74); }
H1.HeaderClassName
{
color: #3A194A;
}
.AnyTagClassName
{
color: #3A194A;
}
</style>
background-color css
<style>
a { background-color: #3A194A; }
a { background-color: rgb(58,25,74); }
div.DivClassName
{
background-color: #3A194A;
}
.BgClassName
{
background-color: #3A194A;
}
</style>
border-color css
<style>
span { border-color: #3A194A; }
span { border-color: rgb(58,25,74); }
td.TdClassName
{
border-color: #3A194A;
}
.TagClassName
{
border-color: #3A194A;
}
</style>