Shades of Blackcurrant #3A0A41
Tints of Blackcurrant #3A0A41
RGB
CMYK
RGB Variations
Color information
#3A0A41 (or 0x3A0A41) is known color: Blackcurrant. HEX triplet: 3A, 0A and 41. RGB value is (58,10,65). Sum of RGB (Red+Green+Blue) = 58+10+65=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0A41 is #C5F5BE. Grayscale: #1E1E1E. Windows color (decimal): -12973503 or 4262458. OLE color: 4262458.
HSL color Cylindrical-coordinate representation of color #3A0A41: hue angle of 292.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A0A41 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 10 | 65 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.75 |
| HSL | 292.36º | 0.73% | 0.15% | - |
| HSV(B) | 292.36º | 0.85% | 0.25% | - |
| XYZ | 2.81 | 1.5 | 5.14 | - |
| YUV | 30.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 65 | 0.11 | 0.85 | 0 | 0.75 | 292.36 | 0.73 | 0.15 |
| Hex | 3A | A | 41 | B | 55 | 0 | 4B | 124 | 49 | F |
| Octal | 72 | 12 | 101 | 13 | 125 | 0 | 113 | 444 | 111 | 17 |
| Binary | 111010 | 1010 | 1000001 | 1011 | 1010101 | 0 | 1001011 | 100100100 | 1001001 | 1111 |
Color Harmonies of #3A0A41
Complementary color
Monochromatic Colors of #3A0A41
Black with #3A0A41
Text Example
Text Example
White with #3A0A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A41; }
p { color: rgb(58,10,65); }
H1.HeaderClassName
{
color: #3A0A41;
}
.AnyTagClassName
{
color: #3A0A41;
}
</style>
background-color css
<style>
a { background-color: #3A0A41; }
a { background-color: rgb(58,10,65); }
div.DivClassName
{
background-color: #3A0A41;
}
.BgClassName
{
background-color: #3A0A41;
}
</style>
border-color css
<style>
span { border-color: #3A0A41; }
span { border-color: rgb(58,10,65); }
td.TdClassName
{
border-color: #3A0A41;
}
.TagClassName
{
border-color: #3A0A41;
}
</style>