Shades of Blackcurrant #3A0F50
Tints of Blackcurrant #3A0F50
RGB
CMYK
RGB Variations
Color information
#3A0F50 (or 0x3A0F50) is known color: Blackcurrant. HEX triplet: 3A, 0F and 50. RGB value is (58,15,80). Sum of RGB (Red+Green+Blue) = 58+15+80=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0F50 is #C5F0AF. Grayscale: #232323. Windows color (decimal): -12972208 or 5246778. OLE color: 5246778.
HSL color Cylindrical-coordinate representation of color #3A0F50: hue angle of 279.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A0F50 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 15 | 80 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.69 |
| HSL | 279.69º | 0.68% | 0.19% | - |
| HSV(B) | 279.69º | 0.81% | 0.31% | - |
| XYZ | 3.36 | 1.82 | 7.76 | - |
| YUV | 35.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 80 | 0.28 | 0.81 | 0 | 0.69 | 279.69 | 0.68 | 0.19 |
| Hex | 3A | F | 50 | 1C | 51 | 0 | 45 | 118 | 44 | 13 |
| Octal | 72 | 17 | 120 | 34 | 121 | 0 | 105 | 430 | 104 | 23 |
| Binary | 111010 | 1111 | 1010000 | 11100 | 1010001 | 0 | 1000101 | 100011000 | 1000100 | 10011 |
Color Harmonies of #3A0F50
Complementary color
Monochromatic Colors of #3A0F50
Black with #3A0F50
Text Example
Text Example
White with #3A0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0F50; }
p { color: rgb(58,15,80); }
H1.HeaderClassName
{
color: #3A0F50;
}
.AnyTagClassName
{
color: #3A0F50;
}
</style>
background-color css
<style>
a { background-color: #3A0F50; }
a { background-color: rgb(58,15,80); }
div.DivClassName
{
background-color: #3A0F50;
}
.BgClassName
{
background-color: #3A0F50;
}
</style>
border-color css
<style>
span { border-color: #3A0F50; }
span { border-color: rgb(58,15,80); }
td.TdClassName
{
border-color: #3A0F50;
}
.TagClassName
{
border-color: #3A0F50;
}
</style>