Shades of Blackcurrant #3A1B47
Tints of Blackcurrant #3A1B47
RGB
CMYK
RGB Variations
Color information
#3A1B47 (or 0x3A1B47) is known color: Blackcurrant. HEX triplet: 3A, 1B and 47. RGB value is (58,27,71). Sum of RGB (Red+Green+Blue) = 58+27+71=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A1B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1B47 is #C5E4B8. Grayscale: #292929. Windows color (decimal): -12969145 or 4660026. OLE color: 4660026.
HSL color Cylindrical-coordinate representation of color #3A1B47: hue angle of 282.27º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A1B47 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 27 | 71 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.72 |
| HSL | 282.27º | 0.45% | 0.19% | - |
| HSV(B) | 282.27º | 0.62% | 0.28% | - |
| XYZ | 3.27 | 2.14 | 6.2 | - |
| YUV | 41.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 71 | 0.18 | 0.62 | 0 | 0.72 | 282.27 | 0.45 | 0.19 |
| Hex | 3A | 1B | 47 | 12 | 3E | 0 | 48 | 11A | 2D | 13 |
| Octal | 72 | 33 | 107 | 22 | 76 | 0 | 110 | 432 | 55 | 23 |
| Binary | 111010 | 11011 | 1000111 | 10010 | 111110 | 0 | 1001000 | 100011010 | 101101 | 10011 |
Color Harmonies of #3A1B47
Complementary color
Monochromatic Colors of #3A1B47
Black with #3A1B47
Text Example
Text Example
White with #3A1B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B47; }
p { color: rgb(58,27,71); }
H1.HeaderClassName
{
color: #3A1B47;
}
.AnyTagClassName
{
color: #3A1B47;
}
</style>
background-color css
<style>
a { background-color: #3A1B47; }
a { background-color: rgb(58,27,71); }
div.DivClassName
{
background-color: #3A1B47;
}
.BgClassName
{
background-color: #3A1B47;
}
</style>
border-color css
<style>
span { border-color: #3A1B47; }
span { border-color: rgb(58,27,71); }
td.TdClassName
{
border-color: #3A1B47;
}
.TagClassName
{
border-color: #3A1B47;
}
</style>