Shades of Blackcurrant #3A0841
Tints of Blackcurrant #3A0841
RGB
CMYK
RGB Variations
Color information
#3A0841 (or 0x3A0841) is known color: Blackcurrant. HEX triplet: 3A, 08 and 41. RGB value is (58,8,65). Sum of RGB (Red+Green+Blue) = 58+8+65=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0841 is #C5F7BE. Grayscale: #1D1D1D. Windows color (decimal): -12974015 or 4261946. OLE color: 4261946.
HSL color Cylindrical-coordinate representation of color #3A0841: hue angle of 292.63º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0841 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 8 | 65 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.75 |
| HSL | 292.63º | 0.78% | 0.14% | - |
| HSV(B) | 292.63º | 0.88% | 0.25% | - |
| XYZ | 2.79 | 1.45 | 5.14 | - |
| YUV | 29.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 65 | 0.11 | 0.88 | 0 | 0.75 | 292.63 | 0.78 | 0.14 |
| Hex | 3A | 8 | 41 | B | 58 | 0 | 4B | 125 | 4E | E |
| Octal | 72 | 10 | 101 | 13 | 130 | 0 | 113 | 445 | 116 | 16 |
| Binary | 111010 | 1000 | 1000001 | 1011 | 1011000 | 0 | 1001011 | 100100101 | 1001110 | 1110 |
Color Harmonies of #3A0841
Complementary color
Monochromatic Colors of #3A0841
Black with #3A0841
Text Example
Text Example
White with #3A0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0841; }
p { color: rgb(58,8,65); }
H1.HeaderClassName
{
color: #3A0841;
}
.AnyTagClassName
{
color: #3A0841;
}
</style>
background-color css
<style>
a { background-color: #3A0841; }
a { background-color: rgb(58,8,65); }
div.DivClassName
{
background-color: #3A0841;
}
.BgClassName
{
background-color: #3A0841;
}
</style>
border-color css
<style>
span { border-color: #3A0841; }
span { border-color: rgb(58,8,65); }
td.TdClassName
{
border-color: #3A0841;
}
.TagClassName
{
border-color: #3A0841;
}
</style>