Shades of Blackcurrant #3A1941
Tints of Blackcurrant #3A1941
RGB
CMYK
RGB Variations
Color information
#3A1941 (or 0x3A1941) is known color: Blackcurrant. HEX triplet: 3A, 19 and 41. RGB value is (58,25,65). Sum of RGB (Red+Green+Blue) = 58+25+65=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1941 is #C5E6BE. Grayscale: #272727. Windows color (decimal): -12969663 or 4266298. OLE color: 4266298.
HSL color Cylindrical-coordinate representation of color #3A1941: hue angle of 289.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A1941 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 25 | 65 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.75 |
| HSL | 289.5º | 0.44% | 0.18% | - |
| HSV(B) | 289.5º | 0.62% | 0.25% | - |
| XYZ | 3.05 | 1.98 | 5.22 | - |
| YUV | 39.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 65 | 0.11 | 0.62 | 0 | 0.75 | 289.5 | 0.44 | 0.18 |
| Hex | 3A | 19 | 41 | B | 3E | 0 | 4B | 122 | 2C | 12 |
| Octal | 72 | 31 | 101 | 13 | 76 | 0 | 113 | 442 | 54 | 22 |
| Binary | 111010 | 11001 | 1000001 | 1011 | 111110 | 0 | 1001011 | 100100010 | 101100 | 10010 |
Color Harmonies of #3A1941
Complementary color
Monochromatic Colors of #3A1941
Black with #3A1941
Text Example
Text Example
White with #3A1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1941; }
p { color: rgb(58,25,65); }
H1.HeaderClassName
{
color: #3A1941;
}
.AnyTagClassName
{
color: #3A1941;
}
</style>
background-color css
<style>
a { background-color: #3A1941; }
a { background-color: rgb(58,25,65); }
div.DivClassName
{
background-color: #3A1941;
}
.BgClassName
{
background-color: #3A1941;
}
</style>
border-color css
<style>
span { border-color: #3A1941; }
span { border-color: rgb(58,25,65); }
td.TdClassName
{
border-color: #3A1941;
}
.TagClassName
{
border-color: #3A1941;
}
</style>