Shades of Blackcurrant #3A1E43
Tints of Blackcurrant #3A1E43
RGB
CMYK
RGB Variations
Color information
#3A1E43 (or 0x3A1E43) is known color: Blackcurrant. HEX triplet: 3A, 1E and 43. RGB value is (58,30,67). Sum of RGB (Red+Green+Blue) = 58+30+67=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A1E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E43 is #C5E1BC. Grayscale: #2A2A2A. Windows color (decimal): -12968381 or 4398650. OLE color: 4398650.
HSL color Cylindrical-coordinate representation of color #3A1E43: hue angle of 285.41º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1E43 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 30 | 67 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.74 |
| HSL | 285.41º | 0.38% | 0.19% | - |
| HSV(B) | 285.41º | 0.55% | 0.26% | - |
| XYZ | 3.22 | 2.23 | 5.57 | - |
| YUV | 42.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 67 | 0.13 | 0.55 | 0 | 0.74 | 285.41 | 0.38 | 0.19 |
| Hex | 3A | 1E | 43 | D | 37 | 0 | 4A | 11D | 26 | 13 |
| Octal | 72 | 36 | 103 | 15 | 67 | 0 | 112 | 435 | 46 | 23 |
| Binary | 111010 | 11110 | 1000011 | 1101 | 110111 | 0 | 1001010 | 100011101 | 100110 | 10011 |
Color Harmonies of #3A1E43
Complementary color
Monochromatic Colors of #3A1E43
Black with #3A1E43
Text Example
Text Example
White with #3A1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E43; }
p { color: rgb(58,30,67); }
H1.HeaderClassName
{
color: #3A1E43;
}
.AnyTagClassName
{
color: #3A1E43;
}
</style>
background-color css
<style>
a { background-color: #3A1E43; }
a { background-color: rgb(58,30,67); }
div.DivClassName
{
background-color: #3A1E43;
}
.BgClassName
{
background-color: #3A1E43;
}
</style>
border-color css
<style>
span { border-color: #3A1E43; }
span { border-color: rgb(58,30,67); }
td.TdClassName
{
border-color: #3A1E43;
}
.TagClassName
{
border-color: #3A1E43;
}
</style>