Shades of Blackcurrant #3A1245
Tints of Blackcurrant #3A1245
RGB
CMYK
RGB Variations
Color information
#3A1245 (or 0x3A1245) is known color: Blackcurrant. HEX triplet: 3A, 12 and 45. RGB value is (58,18,69). Sum of RGB (Red+Green+Blue) = 58+18+69=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A1245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1245 is #C5EDBA. Grayscale: #232323. Windows color (decimal): -12971451 or 4526650. OLE color: 4526650.
HSL color Cylindrical-coordinate representation of color #3A1245: hue angle of 287.06º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A1245 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 18 | 69 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.73 |
| HSL | 287.06º | 0.59% | 0.17% | - |
| HSV(B) | 287.06º | 0.74% | 0.27% | - |
| XYZ | 3.04 | 1.76 | 5.81 | - |
| YUV | 35.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 69 | 0.16 | 0.74 | 0 | 0.73 | 287.06 | 0.59 | 0.17 |
| Hex | 3A | 12 | 45 | 10 | 4A | 0 | 49 | 11F | 3B | 11 |
| Octal | 72 | 22 | 105 | 20 | 112 | 0 | 111 | 437 | 73 | 21 |
| Binary | 111010 | 10010 | 1000101 | 10000 | 1001010 | 0 | 1001001 | 100011111 | 111011 | 10001 |
Color Harmonies of #3A1245
Complementary color
Monochromatic Colors of #3A1245
Black with #3A1245
Text Example
Text Example
White with #3A1245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1245; }
p { color: rgb(58,18,69); }
H1.HeaderClassName
{
color: #3A1245;
}
.AnyTagClassName
{
color: #3A1245;
}
</style>
background-color css
<style>
a { background-color: #3A1245; }
a { background-color: rgb(58,18,69); }
div.DivClassName
{
background-color: #3A1245;
}
.BgClassName
{
background-color: #3A1245;
}
</style>
border-color css
<style>
span { border-color: #3A1245; }
span { border-color: rgb(58,18,69); }
td.TdClassName
{
border-color: #3A1245;
}
.TagClassName
{
border-color: #3A1245;
}
</style>