Shades of Blackcurrant #3A2143
Tints of Blackcurrant #3A2143
RGB
CMYK
RGB Variations
Color information
#3A2143 (or 0x3A2143) is known color: Blackcurrant. HEX triplet: 3A, 21 and 43. RGB value is (58,33,67). Sum of RGB (Red+Green+Blue) = 58+33+67=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A2143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2143 is #C5DEBC. Grayscale: #2C2C2C. Windows color (decimal): -12967613 or 4399418. OLE color: 4399418.
HSL color Cylindrical-coordinate representation of color #3A2143: hue angle of 284.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2143 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 33 | 67 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.74 |
| HSL | 284.12º | 0.34% | 0.2% | - |
| HSV(B) | 284.12º | 0.51% | 0.26% | - |
| XYZ | 3.3 | 2.39 | 5.6 | - |
| YUV | 44.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 67 | 0.13 | 0.51 | 0 | 0.74 | 284.12 | 0.34 | 0.2 |
| Hex | 3A | 21 | 43 | D | 33 | 0 | 4A | 11C | 22 | 14 |
| Octal | 72 | 41 | 103 | 15 | 63 | 0 | 112 | 434 | 42 | 24 |
| Binary | 111010 | 100001 | 1000011 | 1101 | 110011 | 0 | 1001010 | 100011100 | 100010 | 10100 |
Color Harmonies of #3A2143
Complementary color
Monochromatic Colors of #3A2143
Black with #3A2143
Text Example
Text Example
White with #3A2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2143; }
p { color: rgb(58,33,67); }
H1.HeaderClassName
{
color: #3A2143;
}
.AnyTagClassName
{
color: #3A2143;
}
</style>
background-color css
<style>
a { background-color: #3A2143; }
a { background-color: rgb(58,33,67); }
div.DivClassName
{
background-color: #3A2143;
}
.BgClassName
{
background-color: #3A2143;
}
</style>
border-color css
<style>
span { border-color: #3A2143; }
span { border-color: rgb(58,33,67); }
td.TdClassName
{
border-color: #3A2143;
}
.TagClassName
{
border-color: #3A2143;
}
</style>