Shades of Blackcurrant #3A034D
Tints of Blackcurrant #3A034D
RGB
CMYK
RGB Variations
Color information
#3A034D (or 0x3A034D) is known color: Blackcurrant. HEX triplet: 3A, 03 and 4D. RGB value is (58,3,77). Sum of RGB (Red+Green+Blue) = 58+3+77=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A034D is #C5FCB2. Grayscale: #1B1B1B. Windows color (decimal): -12975283 or 5047098. OLE color: 5047098.
HSL color Cylindrical-coordinate representation of color #3A034D: hue angle of 284.59º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A034D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 3 | 77 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.70 |
| HSL | 284.59º | 0.93% | 0.16% | - |
| HSV(B) | 284.59º | 0.96% | 0.3% | - |
| XYZ | 3.12 | 1.5 | 7.15 | - |
| YUV | 27.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 77 | 0.25 | 0.96 | 0 | 0.70 | 284.59 | 0.93 | 0.16 |
| Hex | 3A | 3 | 4D | 19 | 60 | 0 | 46 | 11D | 5C | 10 |
| Octal | 72 | 3 | 115 | 31 | 140 | 0 | 106 | 435 | 134 | 20 |
| Binary | 111010 | 11 | 1001101 | 11001 | 1100000 | 0 | 1000110 | 100011101 | 1011100 | 10000 |
Color Harmonies of #3A034D
Complementary color
Monochromatic Colors of #3A034D
Black with #3A034D
Text Example
Text Example
White with #3A034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A034D; }
p { color: rgb(58,3,77); }
H1.HeaderClassName
{
color: #3A034D;
}
.AnyTagClassName
{
color: #3A034D;
}
</style>
background-color css
<style>
a { background-color: #3A034D; }
a { background-color: rgb(58,3,77); }
div.DivClassName
{
background-color: #3A034D;
}
.BgClassName
{
background-color: #3A034D;
}
</style>
border-color css
<style>
span { border-color: #3A034D; }
span { border-color: rgb(58,3,77); }
td.TdClassName
{
border-color: #3A034D;
}
.TagClassName
{
border-color: #3A034D;
}
</style>