Shades of Blackcurrant #3A1C45
Tints of Blackcurrant #3A1C45
RGB
CMYK
RGB Variations
Color information
#3A1C45 (or 0x3A1C45) is known color: Blackcurrant. HEX triplet: 3A, 1C and 45. RGB value is (58,28,69). Sum of RGB (Red+Green+Blue) = 58+28+69=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A1C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1C45 is #C5E3BA. Grayscale: #292929. Windows color (decimal): -12968891 or 4529210. OLE color: 4529210.
HSL color Cylindrical-coordinate representation of color #3A1C45: hue angle of 283.9º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1C45 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 28 | 69 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.73 |
| HSL | 283.9º | 0.42% | 0.19% | - |
| HSV(B) | 283.9º | 0.59% | 0.27% | - |
| XYZ | 3.23 | 2.16 | 5.88 | - |
| YUV | 41.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 69 | 0.16 | 0.59 | 0 | 0.73 | 283.9 | 0.42 | 0.19 |
| Hex | 3A | 1C | 45 | 10 | 3B | 0 | 49 | 11C | 2A | 13 |
| Octal | 72 | 34 | 105 | 20 | 73 | 0 | 111 | 434 | 52 | 23 |
| Binary | 111010 | 11100 | 1000101 | 10000 | 111011 | 0 | 1001001 | 100011100 | 101010 | 10011 |
Color Harmonies of #3A1C45
Complementary color
Monochromatic Colors of #3A1C45
Black with #3A1C45
Text Example
Text Example
White with #3A1C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C45; }
p { color: rgb(58,28,69); }
H1.HeaderClassName
{
color: #3A1C45;
}
.AnyTagClassName
{
color: #3A1C45;
}
</style>
background-color css
<style>
a { background-color: #3A1C45; }
a { background-color: rgb(58,28,69); }
div.DivClassName
{
background-color: #3A1C45;
}
.BgClassName
{
background-color: #3A1C45;
}
</style>
border-color css
<style>
span { border-color: #3A1C45; }
span { border-color: rgb(58,28,69); }
td.TdClassName
{
border-color: #3A1C45;
}
.TagClassName
{
border-color: #3A1C45;
}
</style>