Shades of Blackcurrant #3A084D
Tints of Blackcurrant #3A084D
RGB
CMYK
RGB Variations
Color information
#3A084D (or 0x3A084D) is known color: Blackcurrant. HEX triplet: 3A, 08 and 4D. RGB value is (58,8,77). Sum of RGB (Red+Green+Blue) = 58+8+77=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A084D is #C5F7B2. Grayscale: #1E1E1E. Windows color (decimal): -12974003 or 5048378. OLE color: 5048378.
HSL color Cylindrical-coordinate representation of color #3A084D: hue angle of 283.48º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A084D is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 58 | 8 | 77 | - |
CMYK | 0.25 | 0.90 | 0 | 0.70 |
HSL | 283.48º | 0.81% | 0.17% | - |
HSV(B) | 283.48º | 0.9% | 0.3% | - |
XYZ | 3.17 | 1.61 | 7.16 | - |
YUV | 30.82 | 154.07 | 147.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 8 | 77 | 0.25 | 0.90 | 0 | 0.70 | 283.48 | 0.81 | 0.17 |
Hex | 3A | 8 | 4D | 19 | 5A | 0 | 46 | 11B | 51 | 11 |
Octal | 72 | 10 | 115 | 31 | 132 | 0 | 106 | 433 | 121 | 21 |
Binary | 111010 | 1000 | 1001101 | 11001 | 1011010 | 0 | 1000110 | 100011011 | 1010001 | 10001 |
Color Harmonies of #3A084D
Complementary color
Monochromatic Colors of #3A084D
Black with #3A084D
Text Example
Text Example
White with #3A084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A084D; }
p { color: rgb(58,8,77); }
H1.HeaderClassName
{
color: #3A084D;
}
.AnyTagClassName
{
color: #3A084D;
}
</style>
background-color css
<style>
a { background-color: #3A084D; }
a { background-color: rgb(58,8,77); }
div.DivClassName
{
background-color: #3A084D;
}
.BgClassName
{
background-color: #3A084D;
}
</style>
border-color css
<style>
span { border-color: #3A084D; }
span { border-color: rgb(58,8,77); }
td.TdClassName
{
border-color: #3A084D;
}
.TagClassName
{
border-color: #3A084D;
}
</style>