Shades of Blackcurrant #3A1C47
Tints of Blackcurrant #3A1C47
RGB
CMYK
RGB Variations
Color information
#3A1C47 (or 0x3A1C47) is known color: Blackcurrant. HEX triplet: 3A, 1C and 47. RGB value is (58,28,71). Sum of RGB (Red+Green+Blue) = 58+28+71=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A1C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1C47 is #C5E3B8. Grayscale: #292929. Windows color (decimal): -12968889 or 4660282. OLE color: 4660282.
HSL color Cylindrical-coordinate representation of color #3A1C47: hue angle of 281.86º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A1C47 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 28 | 71 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.72 |
| HSL | 281.86º | 0.43% | 0.19% | - |
| HSV(B) | 281.86º | 0.61% | 0.28% | - |
| XYZ | 3.3 | 2.18 | 6.21 | - |
| YUV | 41.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 28 | 71 | 0.18 | 0.61 | 0 | 0.72 | 281.86 | 0.43 | 0.19 |
| Hex | 3A | 1C | 47 | 12 | 3D | 0 | 48 | 11A | 2B | 13 |
| Octal | 72 | 34 | 107 | 22 | 75 | 0 | 110 | 432 | 53 | 23 |
| Binary | 111010 | 11100 | 1000111 | 10010 | 111101 | 0 | 1001000 | 100011010 | 101011 | 10011 |
Color Harmonies of #3A1C47
Complementary color
Monochromatic Colors of #3A1C47
Black with #3A1C47
Text Example
Text Example
White with #3A1C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1C47; }
p { color: rgb(58,28,71); }
H1.HeaderClassName
{
color: #3A1C47;
}
.AnyTagClassName
{
color: #3A1C47;
}
</style>
background-color css
<style>
a { background-color: #3A1C47; }
a { background-color: rgb(58,28,71); }
div.DivClassName
{
background-color: #3A1C47;
}
.BgClassName
{
background-color: #3A1C47;
}
</style>
border-color css
<style>
span { border-color: #3A1C47; }
span { border-color: rgb(58,28,71); }
td.TdClassName
{
border-color: #3A1C47;
}
.TagClassName
{
border-color: #3A1C47;
}
</style>