Shades of Blackcurrant #3A0142
Tints of Blackcurrant #3A0142
RGB
CMYK
RGB Variations
Color information
#3A0142 (or 0x3A0142) is known color: Blackcurrant. HEX triplet: 3A, 01 and 42. RGB value is (58,1,66). Sum of RGB (Red+Green+Blue) = 58+1+66=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #3A0142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0142 is #C5FEBD. Grayscale: #191919. Windows color (decimal): -12975806 or 4325690. OLE color: 4325690.
HSL color Cylindrical-coordinate representation of color #3A0142: hue angle of 292.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0142 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 1 | 66 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.74 |
| HSL | 292.62º | 0.97% | 0.13% | - |
| HSV(B) | 292.62º | 0.98% | 0.26% | - |
| XYZ | 2.74 | 1.31 | 5.26 | - |
| YUV | 25.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 66 | 0.12 | 0.98 | 0 | 0.74 | 292.62 | 0.97 | 0.13 |
| Hex | 3A | 1 | 42 | C | 62 | 0 | 4A | 125 | 61 | D |
| Octal | 72 | 1 | 102 | 14 | 142 | 0 | 112 | 445 | 141 | 15 |
| Binary | 111010 | 1 | 1000010 | 1100 | 1100010 | 0 | 1001010 | 100100101 | 1100001 | 1101 |
Color Harmonies of #3A0142
Complementary color
Monochromatic Colors of #3A0142
Black with #3A0142
Text Example
Text Example
White with #3A0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0142; }
p { color: rgb(58,1,66); }
H1.HeaderClassName
{
color: #3A0142;
}
.AnyTagClassName
{
color: #3A0142;
}
</style>
background-color css
<style>
a { background-color: #3A0142; }
a { background-color: rgb(58,1,66); }
div.DivClassName
{
background-color: #3A0142;
}
.BgClassName
{
background-color: #3A0142;
}
</style>
border-color css
<style>
span { border-color: #3A0142; }
span { border-color: rgb(58,1,66); }
td.TdClassName
{
border-color: #3A0142;
}
.TagClassName
{
border-color: #3A0142;
}
</style>