Shades of Blackcurrant #3A1948
Tints of Blackcurrant #3A1948
RGB
CMYK
RGB Variations
Color information
#3A1948 (or 0x3A1948) is known color: Blackcurrant. HEX triplet: 3A, 19 and 48. RGB value is (58,25,72). Sum of RGB (Red+Green+Blue) = 58+25+72=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1948 is #C5E6B7. Grayscale: #282828. Windows color (decimal): -12969656 or 4725050. OLE color: 4725050.
HSL color Cylindrical-coordinate representation of color #3A1948: hue angle of 282.13º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A1948 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 25 | 72 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.72 |
| HSL | 282.13º | 0.48% | 0.19% | - |
| HSV(B) | 282.13º | 0.65% | 0.28% | - |
| XYZ | 3.26 | 2.06 | 6.36 | - |
| YUV | 40.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 72 | 0.19 | 0.65 | 0 | 0.72 | 282.13 | 0.48 | 0.19 |
| Hex | 3A | 19 | 48 | 13 | 41 | 0 | 48 | 11A | 30 | 13 |
| Octal | 72 | 31 | 110 | 23 | 101 | 0 | 110 | 432 | 60 | 23 |
| Binary | 111010 | 11001 | 1001000 | 10011 | 1000001 | 0 | 1001000 | 100011010 | 110000 | 10011 |
Color Harmonies of #3A1948
Complementary color
Monochromatic Colors of #3A1948
Black with #3A1948
Text Example
Text Example
White with #3A1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1948; }
p { color: rgb(58,25,72); }
H1.HeaderClassName
{
color: #3A1948;
}
.AnyTagClassName
{
color: #3A1948;
}
</style>
background-color css
<style>
a { background-color: #3A1948; }
a { background-color: rgb(58,25,72); }
div.DivClassName
{
background-color: #3A1948;
}
.BgClassName
{
background-color: #3A1948;
}
</style>
border-color css
<style>
span { border-color: #3A1948; }
span { border-color: rgb(58,25,72); }
td.TdClassName
{
border-color: #3A1948;
}
.TagClassName
{
border-color: #3A1948;
}
</style>