Shades of Blackcurrant #3A054D
Tints of Blackcurrant #3A054D
RGB
CMYK
RGB Variations
Color information
#3A054D (or 0x3A054D) is known color: Blackcurrant. HEX triplet: 3A, 05 and 4D. RGB value is (58,5,77). Sum of RGB (Red+Green+Blue) = 58+5+77=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A054D is #C5FAB2. Grayscale: #1C1C1C. Windows color (decimal): -12974771 or 5047610. OLE color: 5047610.
HSL color Cylindrical-coordinate representation of color #3A054D: hue angle of 284.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A054D is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 5 | 77 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.70 |
| HSL | 284.17º | 0.88% | 0.16% | - |
| HSV(B) | 284.17º | 0.94% | 0.3% | - |
| XYZ | 3.14 | 1.54 | 7.15 | - |
| YUV | 29.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 77 | 0.25 | 0.94 | 0 | 0.70 | 284.17 | 0.88 | 0.16 |
| Hex | 3A | 5 | 4D | 19 | 5E | 0 | 46 | 11C | 58 | 10 |
| Octal | 72 | 5 | 115 | 31 | 136 | 0 | 106 | 434 | 130 | 20 |
| Binary | 111010 | 101 | 1001101 | 11001 | 1011110 | 0 | 1000110 | 100011100 | 1011000 | 10000 |
Color Harmonies of #3A054D
Complementary color
Monochromatic Colors of #3A054D
Black with #3A054D
Text Example
Text Example
White with #3A054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A054D; }
p { color: rgb(58,5,77); }
H1.HeaderClassName
{
color: #3A054D;
}
.AnyTagClassName
{
color: #3A054D;
}
</style>
background-color css
<style>
a { background-color: #3A054D; }
a { background-color: rgb(58,5,77); }
div.DivClassName
{
background-color: #3A054D;
}
.BgClassName
{
background-color: #3A054D;
}
</style>
border-color css
<style>
span { border-color: #3A054D; }
span { border-color: rgb(58,5,77); }
td.TdClassName
{
border-color: #3A054D;
}
.TagClassName
{
border-color: #3A054D;
}
</style>