Shades of Blackcurrant #3A1348
Tints of Blackcurrant #3A1348
RGB
CMYK
RGB Variations
Color information
#3A1348 (or 0x3A1348) is known color: Blackcurrant. HEX triplet: 3A, 13 and 48. RGB value is (58,19,72). Sum of RGB (Red+Green+Blue) = 58+19+72=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1348 is #C5ECB7. Grayscale: #242424. Windows color (decimal): -12971192 or 4723514. OLE color: 4723514.
HSL color Cylindrical-coordinate representation of color #3A1348: hue angle of 284.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A1348 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 19 | 72 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.72 |
| HSL | 284.15º | 0.58% | 0.18% | - |
| HSV(B) | 284.15º | 0.74% | 0.28% | - |
| XYZ | 3.15 | 1.83 | 6.32 | - |
| YUV | 36.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 72 | 0.19 | 0.74 | 0 | 0.72 | 284.15 | 0.58 | 0.18 |
| Hex | 3A | 13 | 48 | 13 | 4A | 0 | 48 | 11C | 3A | 12 |
| Octal | 72 | 23 | 110 | 23 | 112 | 0 | 110 | 434 | 72 | 22 |
| Binary | 111010 | 10011 | 1001000 | 10011 | 1001010 | 0 | 1001000 | 100011100 | 111010 | 10010 |
Color Harmonies of #3A1348
Complementary color
Monochromatic Colors of #3A1348
Black with #3A1348
Text Example
Text Example
White with #3A1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1348; }
p { color: rgb(58,19,72); }
H1.HeaderClassName
{
color: #3A1348;
}
.AnyTagClassName
{
color: #3A1348;
}
</style>
background-color css
<style>
a { background-color: #3A1348; }
a { background-color: rgb(58,19,72); }
div.DivClassName
{
background-color: #3A1348;
}
.BgClassName
{
background-color: #3A1348;
}
</style>
border-color css
<style>
span { border-color: #3A1348; }
span { border-color: rgb(58,19,72); }
td.TdClassName
{
border-color: #3A1348;
}
.TagClassName
{
border-color: #3A1348;
}
</style>