Shades of Blackcurrant #3A1A46
Tints of Blackcurrant #3A1A46
RGB
CMYK
RGB Variations
Color information
#3A1A46 (or 0x3A1A46) is known color: Blackcurrant. HEX triplet: 3A, 1A and 46. RGB value is (58,26,70). Sum of RGB (Red+Green+Blue) = 58+26+70=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A1A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A46 is #C5E5B9. Grayscale: #282828. Windows color (decimal): -12969402 or 4594234. OLE color: 4594234.
HSL color Cylindrical-coordinate representation of color #3A1A46: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A1A46 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 26 | 70 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.73 |
| HSL | 283.64º | 0.46% | 0.19% | - |
| HSV(B) | 283.64º | 0.63% | 0.27% | - |
| XYZ | 3.22 | 2.08 | 6.03 | - |
| YUV | 40.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 70 | 0.17 | 0.63 | 0 | 0.73 | 283.64 | 0.46 | 0.19 |
| Hex | 3A | 1A | 46 | 11 | 3F | 0 | 49 | 11C | 2E | 13 |
| Octal | 72 | 32 | 106 | 21 | 77 | 0 | 111 | 434 | 56 | 23 |
| Binary | 111010 | 11010 | 1000110 | 10001 | 111111 | 0 | 1001001 | 100011100 | 101110 | 10011 |
Color Harmonies of #3A1A46
Complementary color
Monochromatic Colors of #3A1A46
Black with #3A1A46
Text Example
Text Example
White with #3A1A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A46; }
p { color: rgb(58,26,70); }
H1.HeaderClassName
{
color: #3A1A46;
}
.AnyTagClassName
{
color: #3A1A46;
}
</style>
background-color css
<style>
a { background-color: #3A1A46; }
a { background-color: rgb(58,26,70); }
div.DivClassName
{
background-color: #3A1A46;
}
.BgClassName
{
background-color: #3A1A46;
}
</style>
border-color css
<style>
span { border-color: #3A1A46; }
span { border-color: rgb(58,26,70); }
td.TdClassName
{
border-color: #3A1A46;
}
.TagClassName
{
border-color: #3A1A46;
}
</style>