Shades of Blackcurrant #3A154D
Tints of Blackcurrant #3A154D
RGB
CMYK
RGB Variations
Color information
#3A154D (or 0x3A154D) is known color: Blackcurrant. HEX triplet: 3A, 15 and 4D. RGB value is (58,21,77). Sum of RGB (Red+Green+Blue) = 58+21+77=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A154D is #C5EAB2. Grayscale: #262626. Windows color (decimal): -12970675 or 5051706. OLE color: 5051706.
HSL color Cylindrical-coordinate representation of color #3A154D: hue angle of 279.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A154D is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 21 | 77 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.70 |
| HSL | 279.64º | 0.57% | 0.19% | - |
| HSV(B) | 279.64º | 0.73% | 0.3% | - |
| XYZ | 3.35 | 1.97 | 7.23 | - |
| YUV | 38.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 77 | 0.25 | 0.73 | 0 | 0.70 | 279.64 | 0.57 | 0.19 |
| Hex | 3A | 15 | 4D | 19 | 49 | 0 | 46 | 118 | 39 | 13 |
| Octal | 72 | 25 | 115 | 31 | 111 | 0 | 106 | 430 | 71 | 23 |
| Binary | 111010 | 10101 | 1001101 | 11001 | 1001001 | 0 | 1000110 | 100011000 | 111001 | 10011 |
Color Harmonies of #3A154D
Complementary color
Monochromatic Colors of #3A154D
Black with #3A154D
Text Example
Text Example
White with #3A154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A154D; }
p { color: rgb(58,21,77); }
H1.HeaderClassName
{
color: #3A154D;
}
.AnyTagClassName
{
color: #3A154D;
}
</style>
background-color css
<style>
a { background-color: #3A154D; }
a { background-color: rgb(58,21,77); }
div.DivClassName
{
background-color: #3A154D;
}
.BgClassName
{
background-color: #3A154D;
}
</style>
border-color css
<style>
span { border-color: #3A154D; }
span { border-color: rgb(58,21,77); }
td.TdClassName
{
border-color: #3A154D;
}
.TagClassName
{
border-color: #3A154D;
}
</style>