Shades of Blackcurrant #3A2343
Tints of Blackcurrant #3A2343
RGB
CMYK
RGB Variations
Color information
#3A2343 (or 0x3A2343) is known color: Blackcurrant. HEX triplet: 3A, 23 and 43. RGB value is (58,35,67). Sum of RGB (Red+Green+Blue) = 58+35+67=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A2343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2343 is #C5DCBC. Grayscale: #2D2D2D. Windows color (decimal): -12967101 or 4399930. OLE color: 4399930.
HSL color Cylindrical-coordinate representation of color #3A2343: hue angle of 283.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A2343 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 35 | 67 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.74 |
| HSL | 283.13º | 0.31% | 0.2% | - |
| HSV(B) | 283.13º | 0.48% | 0.26% | - |
| XYZ | 3.36 | 2.51 | 5.62 | - |
| YUV | 45.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 67 | 0.13 | 0.48 | 0 | 0.74 | 283.13 | 0.31 | 0.2 |
| Hex | 3A | 23 | 43 | D | 30 | 0 | 4A | 11B | 1F | 14 |
| Octal | 72 | 43 | 103 | 15 | 60 | 0 | 112 | 433 | 37 | 24 |
| Binary | 111010 | 100011 | 1000011 | 1101 | 110000 | 0 | 1001010 | 100011011 | 11111 | 10100 |
Color Harmonies of #3A2343
Complementary color
Monochromatic Colors of #3A2343
Black with #3A2343
Text Example
Text Example
White with #3A2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2343; }
p { color: rgb(58,35,67); }
H1.HeaderClassName
{
color: #3A2343;
}
.AnyTagClassName
{
color: #3A2343;
}
</style>
background-color css
<style>
a { background-color: #3A2343; }
a { background-color: rgb(58,35,67); }
div.DivClassName
{
background-color: #3A2343;
}
.BgClassName
{
background-color: #3A2343;
}
</style>
border-color css
<style>
span { border-color: #3A2343; }
span { border-color: rgb(58,35,67); }
td.TdClassName
{
border-color: #3A2343;
}
.TagClassName
{
border-color: #3A2343;
}
</style>