Shades of Blackcurrant #3A0A50
Tints of Blackcurrant #3A0A50
RGB
CMYK
RGB Variations
Color information
#3A0A50 (or 0x3A0A50) is known color: Blackcurrant. HEX triplet: 3A, 0A and 50. RGB value is (58,10,80). Sum of RGB (Red+Green+Blue) = 58+10+80=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0A50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0A50 is #C5F5AF. Grayscale: #202020. Windows color (decimal): -12973488 or 5245498. OLE color: 5245498.
HSL color Cylindrical-coordinate representation of color #3A0A50: hue angle of 281.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0A50 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 10 | 80 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.69 |
| HSL | 281.14º | 0.78% | 0.18% | - |
| HSV(B) | 281.14º | 0.88% | 0.31% | - |
| XYZ | 3.3 | 1.7 | 7.74 | - |
| YUV | 32.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 80 | 0.28 | 0.87 | 0 | 0.69 | 281.14 | 0.78 | 0.18 |
| Hex | 3A | A | 50 | 1C | 57 | 0 | 45 | 119 | 4E | 12 |
| Octal | 72 | 12 | 120 | 34 | 127 | 0 | 105 | 431 | 116 | 22 |
| Binary | 111010 | 1010 | 1010000 | 11100 | 1010111 | 0 | 1000101 | 100011001 | 1001110 | 10010 |
Color Harmonies of #3A0A50
Complementary color
Monochromatic Colors of #3A0A50
Black with #3A0A50
Text Example
Text Example
White with #3A0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A50; }
p { color: rgb(58,10,80); }
H1.HeaderClassName
{
color: #3A0A50;
}
.AnyTagClassName
{
color: #3A0A50;
}
</style>
background-color css
<style>
a { background-color: #3A0A50; }
a { background-color: rgb(58,10,80); }
div.DivClassName
{
background-color: #3A0A50;
}
.BgClassName
{
background-color: #3A0A50;
}
</style>
border-color css
<style>
span { border-color: #3A0A50; }
span { border-color: rgb(58,10,80); }
td.TdClassName
{
border-color: #3A0A50;
}
.TagClassName
{
border-color: #3A0A50;
}
</style>