Shades of Blackcurrant #3A024F
Tints of Blackcurrant #3A024F
RGB
CMYK
RGB Variations
Color information
#3A024F (or 0x3A024F) is known color: Blackcurrant. HEX triplet: 3A, 02 and 4F. RGB value is (58,2,79). Sum of RGB (Red+Green+Blue) = 58+2+79=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A024F is #C5FDB0. Grayscale: #1B1B1B. Windows color (decimal): -12975537 or 5177914. OLE color: 5177914.
HSL color Cylindrical-coordinate representation of color #3A024F: hue angle of 283.64º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A024F is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 2 | 79 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.69 |
| HSL | 283.64º | 0.95% | 0.16% | - |
| HSV(B) | 283.64º | 0.97% | 0.31% | - |
| XYZ | 3.18 | 1.51 | 7.52 | - |
| YUV | 27.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 79 | 0.27 | 0.97 | 0 | 0.69 | 283.64 | 0.95 | 0.16 |
| Hex | 3A | 2 | 4F | 1B | 61 | 0 | 45 | 11C | 5F | 10 |
| Octal | 72 | 2 | 117 | 33 | 141 | 0 | 105 | 434 | 137 | 20 |
| Binary | 111010 | 10 | 1001111 | 11011 | 1100001 | 0 | 1000101 | 100011100 | 1011111 | 10000 |
Color Harmonies of #3A024F
Complementary color
Monochromatic Colors of #3A024F
Black with #3A024F
Text Example
Text Example
White with #3A024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A024F; }
p { color: rgb(58,2,79); }
H1.HeaderClassName
{
color: #3A024F;
}
.AnyTagClassName
{
color: #3A024F;
}
</style>
background-color css
<style>
a { background-color: #3A024F; }
a { background-color: rgb(58,2,79); }
div.DivClassName
{
background-color: #3A024F;
}
.BgClassName
{
background-color: #3A024F;
}
</style>
border-color css
<style>
span { border-color: #3A024F; }
span { border-color: rgb(58,2,79); }
td.TdClassName
{
border-color: #3A024F;
}
.TagClassName
{
border-color: #3A024F;
}
</style>