Shades of Blackcurrant #3A004E
Tints of Blackcurrant #3A004E
RGB
CMYK
RGB Variations
Color information
#3A004E (or 0x3A004E) is known color: Blackcurrant. HEX triplet: 3A, 00 and 4E. RGB value is (58,0,78). Sum of RGB (Red+Green+Blue) = 58+0+78=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A004E is #C5FFB1. Grayscale: #191919. Windows color (decimal): -12976050 or 5111866. OLE color: 5111866.
HSL color Cylindrical-coordinate representation of color #3A004E: hue angle of 284.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A004E is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 0 | 78 | - |
| CMYK | 0.26 | 1 | 0 | 0.69 |
| HSL | 284.62º | 1% | 0.15% | - |
| HSV(B) | 284.62º | 1% | 0.31% | - |
| XYZ | 3.12 | 1.45 | 7.32 | - |
| YUV | 26.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 78 | 0.26 | 1 | 0 | 0.69 | 284.62 | 1 | 0.15 |
| Hex | 3A | 0 | 4E | 1A | 64 | 0 | 45 | 11D | 64 | F |
| Octal | 72 | 0 | 116 | 32 | 144 | 0 | 105 | 435 | 144 | 17 |
| Binary | 111010 | 0 | 1001110 | 11010 | 1100100 | 0 | 1000101 | 100011101 | 1100100 | 1111 |
Color Harmonies of #3A004E
Complementary color
Monochromatic Colors of #3A004E
Black with #3A004E
Text Example
Text Example
White with #3A004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A004E; }
p { color: rgb(58,0,78); }
H1.HeaderClassName
{
color: #3A004E;
}
.AnyTagClassName
{
color: #3A004E;
}
</style>
background-color css
<style>
a { background-color: #3A004E; }
a { background-color: rgb(58,0,78); }
div.DivClassName
{
background-color: #3A004E;
}
.BgClassName
{
background-color: #3A004E;
}
</style>
border-color css
<style>
span { border-color: #3A004E; }
span { border-color: rgb(58,0,78); }
td.TdClassName
{
border-color: #3A004E;
}
.TagClassName
{
border-color: #3A004E;
}
</style>