Shades of Blackcurrant #3A1145
Tints of Blackcurrant #3A1145
RGB
CMYK
RGB Variations
Color information
#3A1145 (or 0x3A1145) is known color: Blackcurrant. HEX triplet: 3A, 11 and 45. RGB value is (58,17,69). Sum of RGB (Red+Green+Blue) = 58+17+69=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A1145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1145 is #C5EEBA. Grayscale: #232323. Windows color (decimal): -12971707 or 4526394. OLE color: 4526394.
HSL color Cylindrical-coordinate representation of color #3A1145: hue angle of 287.31º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1145 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 17 | 69 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.73 |
| HSL | 287.31º | 0.6% | 0.17% | - |
| HSV(B) | 287.31º | 0.75% | 0.27% | - |
| XYZ | 3.02 | 1.73 | 5.81 | - |
| YUV | 35.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 69 | 0.16 | 0.75 | 0 | 0.73 | 287.31 | 0.6 | 0.17 |
| Hex | 3A | 11 | 45 | 10 | 4B | 0 | 49 | 11F | 3C | 11 |
| Octal | 72 | 21 | 105 | 20 | 113 | 0 | 111 | 437 | 74 | 21 |
| Binary | 111010 | 10001 | 1000101 | 10000 | 1001011 | 0 | 1001001 | 100011111 | 111100 | 10001 |
Color Harmonies of #3A1145
Complementary color
Monochromatic Colors of #3A1145
Black with #3A1145
Text Example
Text Example
White with #3A1145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1145; }
p { color: rgb(58,17,69); }
H1.HeaderClassName
{
color: #3A1145;
}
.AnyTagClassName
{
color: #3A1145;
}
</style>
background-color css
<style>
a { background-color: #3A1145; }
a { background-color: rgb(58,17,69); }
div.DivClassName
{
background-color: #3A1145;
}
.BgClassName
{
background-color: #3A1145;
}
</style>
border-color css
<style>
span { border-color: #3A1145; }
span { border-color: rgb(58,17,69); }
td.TdClassName
{
border-color: #3A1145;
}
.TagClassName
{
border-color: #3A1145;
}
</style>