Shades of Blackcurrant #3A0953
Tints of Blackcurrant #3A0953
RGB
CMYK
RGB Variations
Color information
#3A0953 (or 0x3A0953) is known color: Blackcurrant. HEX triplet: 3A, 09 and 53. RGB value is (58,9,83). Sum of RGB (Red+Green+Blue) = 58+9+83=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A0953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0953 is #C5F6AC. Grayscale: #1F1F1F. Windows color (decimal): -12973741 or 5441850. OLE color: 5441850.
HSL color Cylindrical-coordinate representation of color #3A0953: hue angle of 279.73º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A0953 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 9 | 83 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.67 |
| HSL | 279.73º | 0.8% | 0.18% | - |
| HSV(B) | 279.73º | 0.89% | 0.33% | - |
| XYZ | 3.4 | 1.72 | 8.34 | - |
| YUV | 32.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 83 | 0.30 | 0.89 | 0 | 0.67 | 279.73 | 0.8 | 0.18 |
| Hex | 3A | 9 | 53 | 1E | 59 | 0 | 43 | 118 | 50 | 12 |
| Octal | 72 | 11 | 123 | 36 | 131 | 0 | 103 | 430 | 120 | 22 |
| Binary | 111010 | 1001 | 1010011 | 11110 | 1011001 | 0 | 1000011 | 100011000 | 1010000 | 10010 |
Color Harmonies of #3A0953
Complementary color
Monochromatic Colors of #3A0953
Black with #3A0953
Text Example
Text Example
White with #3A0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0953; }
p { color: rgb(58,9,83); }
H1.HeaderClassName
{
color: #3A0953;
}
.AnyTagClassName
{
color: #3A0953;
}
</style>
background-color css
<style>
a { background-color: #3A0953; }
a { background-color: rgb(58,9,83); }
div.DivClassName
{
background-color: #3A0953;
}
.BgClassName
{
background-color: #3A0953;
}
</style>
border-color css
<style>
span { border-color: #3A0953; }
span { border-color: rgb(58,9,83); }
td.TdClassName
{
border-color: #3A0953;
}
.TagClassName
{
border-color: #3A0953;
}
</style>