Shades of Blackcurrant #3A104D
Tints of Blackcurrant #3A104D
RGB
CMYK
RGB Variations
Color information
#3A104D (or 0x3A104D) is known color: Blackcurrant. HEX triplet: 3A, 10 and 4D. RGB value is (58,16,77). Sum of RGB (Red+Green+Blue) = 58+16+77=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A104D is #C5EFB2. Grayscale: #232323. Windows color (decimal): -12971955 or 5050426. OLE color: 5050426.
HSL color Cylindrical-coordinate representation of color #3A104D: hue angle of 281.31º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A104D is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 16 | 77 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.70 |
| HSL | 281.31º | 0.66% | 0.18% | - |
| HSV(B) | 281.31º | 0.79% | 0.3% | - |
| XYZ | 3.27 | 1.81 | 7.2 | - |
| YUV | 35.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 77 | 0.25 | 0.79 | 0 | 0.70 | 281.31 | 0.66 | 0.18 |
| Hex | 3A | 10 | 4D | 19 | 4F | 0 | 46 | 119 | 42 | 12 |
| Octal | 72 | 20 | 115 | 31 | 117 | 0 | 106 | 431 | 102 | 22 |
| Binary | 111010 | 10000 | 1001101 | 11001 | 1001111 | 0 | 1000110 | 100011001 | 1000010 | 10010 |
Color Harmonies of #3A104D
Complementary color
Monochromatic Colors of #3A104D
Black with #3A104D
Text Example
Text Example
White with #3A104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A104D; }
p { color: rgb(58,16,77); }
H1.HeaderClassName
{
color: #3A104D;
}
.AnyTagClassName
{
color: #3A104D;
}
</style>
background-color css
<style>
a { background-color: #3A104D; }
a { background-color: rgb(58,16,77); }
div.DivClassName
{
background-color: #3A104D;
}
.BgClassName
{
background-color: #3A104D;
}
</style>
border-color css
<style>
span { border-color: #3A104D; }
span { border-color: rgb(58,16,77); }
td.TdClassName
{
border-color: #3A104D;
}
.TagClassName
{
border-color: #3A104D;
}
</style>