Shades of Blackcurrant #3A1441
Tints of Blackcurrant #3A1441
RGB
CMYK
RGB Variations
Color information
#3A1441 (or 0x3A1441) is known color: Blackcurrant. HEX triplet: 3A, 14 and 41. RGB value is (58,20,65). Sum of RGB (Red+Green+Blue) = 58+20+65=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1441 is #C5EBBE. Grayscale: #242424. Windows color (decimal): -12970943 or 4265018. OLE color: 4265018.
HSL color Cylindrical-coordinate representation of color #3A1441: hue angle of 290.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A1441 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 20 | 65 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.75 |
| HSL | 290.67º | 0.53% | 0.17% | - |
| HSV(B) | 290.67º | 0.69% | 0.25% | - |
| XYZ | 2.95 | 1.78 | 5.19 | - |
| YUV | 36.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 65 | 0.11 | 0.69 | 0 | 0.75 | 290.67 | 0.53 | 0.17 |
| Hex | 3A | 14 | 41 | B | 45 | 0 | 4B | 123 | 35 | 11 |
| Octal | 72 | 24 | 101 | 13 | 105 | 0 | 113 | 443 | 65 | 21 |
| Binary | 111010 | 10100 | 1000001 | 1011 | 1000101 | 0 | 1001011 | 100100011 | 110101 | 10001 |
Color Harmonies of #3A1441
Complementary color
Monochromatic Colors of #3A1441
Black with #3A1441
Text Example
Text Example
White with #3A1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1441; }
p { color: rgb(58,20,65); }
H1.HeaderClassName
{
color: #3A1441;
}
.AnyTagClassName
{
color: #3A1441;
}
</style>
background-color css
<style>
a { background-color: #3A1441; }
a { background-color: rgb(58,20,65); }
div.DivClassName
{
background-color: #3A1441;
}
.BgClassName
{
background-color: #3A1441;
}
</style>
border-color css
<style>
span { border-color: #3A1441; }
span { border-color: rgb(58,20,65); }
td.TdClassName
{
border-color: #3A1441;
}
.TagClassName
{
border-color: #3A1441;
}
</style>