Shades of Blackcurrant #3A1A41
Tints of Blackcurrant #3A1A41
RGB
CMYK
RGB Variations
Color information
#3A1A41 (or 0x3A1A41) is known color: Blackcurrant. HEX triplet: 3A, 1A and 41. RGB value is (58,26,65). Sum of RGB (Red+Green+Blue) = 58+26+65=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A41 is #C5E5BE. Grayscale: #272727. Windows color (decimal): -12969407 or 4266554. OLE color: 4266554.
HSL color Cylindrical-coordinate representation of color #3A1A41: hue angle of 289.23º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A1A41 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 26 | 65 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.75 |
| HSL | 289.23º | 0.43% | 0.18% | - |
| HSV(B) | 289.23º | 0.6% | 0.25% | - |
| XYZ | 3.07 | 2.02 | 5.23 | - |
| YUV | 40.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 65 | 0.11 | 0.60 | 0 | 0.75 | 289.23 | 0.43 | 0.18 |
| Hex | 3A | 1A | 41 | B | 3C | 0 | 4B | 121 | 2B | 12 |
| Octal | 72 | 32 | 101 | 13 | 74 | 0 | 113 | 441 | 53 | 22 |
| Binary | 111010 | 11010 | 1000001 | 1011 | 111100 | 0 | 1001011 | 100100001 | 101011 | 10010 |
Color Harmonies of #3A1A41
Complementary color
Monochromatic Colors of #3A1A41
Black with #3A1A41
Text Example
Text Example
White with #3A1A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A41; }
p { color: rgb(58,26,65); }
H1.HeaderClassName
{
color: #3A1A41;
}
.AnyTagClassName
{
color: #3A1A41;
}
</style>
background-color css
<style>
a { background-color: #3A1A41; }
a { background-color: rgb(58,26,65); }
div.DivClassName
{
background-color: #3A1A41;
}
.BgClassName
{
background-color: #3A1A41;
}
</style>
border-color css
<style>
span { border-color: #3A1A41; }
span { border-color: rgb(58,26,65); }
td.TdClassName
{
border-color: #3A1A41;
}
.TagClassName
{
border-color: #3A1A41;
}
</style>