Shades of Blackcurrant #3A0957
Tints of Blackcurrant #3A0957
RGB
CMYK
RGB Variations
Color information
#3A0957 (or 0x3A0957) is known color: Blackcurrant. HEX triplet: 3A, 09 and 57. RGB value is (58,9,87). Sum of RGB (Red+Green+Blue) = 58+9+87=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A0957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0957 is #C5F6A8. Grayscale: #202020. Windows color (decimal): -12973737 or 5703994. OLE color: 5703994.
HSL color Cylindrical-coordinate representation of color #3A0957: hue angle of 277.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0957 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 9 | 87 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.66 |
| HSL | 277.69º | 0.81% | 0.19% | - |
| HSV(B) | 277.69º | 0.9% | 0.34% | - |
| XYZ | 3.56 | 1.78 | 9.17 | - |
| YUV | 32.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 87 | 0.33 | 0.90 | 0 | 0.66 | 277.69 | 0.81 | 0.19 |
| Hex | 3A | 9 | 57 | 21 | 5A | 0 | 42 | 116 | 51 | 13 |
| Octal | 72 | 11 | 127 | 41 | 132 | 0 | 102 | 426 | 121 | 23 |
| Binary | 111010 | 1001 | 1010111 | 100001 | 1011010 | 0 | 1000010 | 100010110 | 1010001 | 10011 |
Color Harmonies of #3A0957
Complementary color
Monochromatic Colors of #3A0957
Black with #3A0957
Text Example
Text Example
White with #3A0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0957; }
p { color: rgb(58,9,87); }
H1.HeaderClassName
{
color: #3A0957;
}
.AnyTagClassName
{
color: #3A0957;
}
</style>
background-color css
<style>
a { background-color: #3A0957; }
a { background-color: rgb(58,9,87); }
div.DivClassName
{
background-color: #3A0957;
}
.BgClassName
{
background-color: #3A0957;
}
</style>
border-color css
<style>
span { border-color: #3A0957; }
span { border-color: rgb(58,9,87); }
td.TdClassName
{
border-color: #3A0957;
}
.TagClassName
{
border-color: #3A0957;
}
</style>