Shades of Blackcurrant #3A1443
Tints of Blackcurrant #3A1443
RGB
CMYK
RGB Variations
Color information
#3A1443 (or 0x3A1443) is known color: Blackcurrant. HEX triplet: 3A, 14 and 43. RGB value is (58,20,67). Sum of RGB (Red+Green+Blue) = 58+20+67=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1443 is #C5EBBC. Grayscale: #242424. Windows color (decimal): -12970941 or 4396090. OLE color: 4396090.
HSL color Cylindrical-coordinate representation of color #3A1443: hue angle of 288.51º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A1443 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 20 | 67 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.74 |
| HSL | 288.51º | 0.54% | 0.17% | - |
| HSV(B) | 288.51º | 0.7% | 0.26% | - |
| XYZ | 3.01 | 1.81 | 5.5 | - |
| YUV | 36.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 67 | 0.13 | 0.70 | 0 | 0.74 | 288.51 | 0.54 | 0.17 |
| Hex | 3A | 14 | 43 | D | 46 | 0 | 4A | 121 | 36 | 11 |
| Octal | 72 | 24 | 103 | 15 | 106 | 0 | 112 | 441 | 66 | 21 |
| Binary | 111010 | 10100 | 1000011 | 1101 | 1000110 | 0 | 1001010 | 100100001 | 110110 | 10001 |
Color Harmonies of #3A1443
Complementary color
Monochromatic Colors of #3A1443
Black with #3A1443
Text Example
Text Example
White with #3A1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1443; }
p { color: rgb(58,20,67); }
H1.HeaderClassName
{
color: #3A1443;
}
.AnyTagClassName
{
color: #3A1443;
}
</style>
background-color css
<style>
a { background-color: #3A1443; }
a { background-color: rgb(58,20,67); }
div.DivClassName
{
background-color: #3A1443;
}
.BgClassName
{
background-color: #3A1443;
}
</style>
border-color css
<style>
span { border-color: #3A1443; }
span { border-color: rgb(58,20,67); }
td.TdClassName
{
border-color: #3A1443;
}
.TagClassName
{
border-color: #3A1443;
}
</style>