Shades of Blackcurrant #342146
Tints of Blackcurrant #342146
RGB
CMYK
RGB Variations
Color information
#342146 (or 0x342146) is known color: Blackcurrant. HEX triplet: 34, 21 and 46. RGB value is (52,33,70). Sum of RGB (Red+Green+Blue) = 52+33+70=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #342146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342146 is #CBDEB9. Grayscale: #2A2A2A. Windows color (decimal): -13360826 or 4596020. OLE color: 4596020.
HSL color Cylindrical-coordinate representation of color #342146: hue angle of 270.81º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342146 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 33 | 70 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.73 |
| HSL | 270.81º | 0.36% | 0.2% | - |
| HSV(B) | 270.81º | 0.53% | 0.27% | - |
| XYZ | 3.07 | 2.26 | 6.07 | - |
| YUV | 42.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 70 | 0.26 | 0.53 | 0 | 0.73 | 270.81 | 0.36 | 0.2 |
| Hex | 34 | 21 | 46 | 1A | 35 | 0 | 49 | 10F | 24 | 14 |
| Octal | 64 | 41 | 106 | 32 | 65 | 0 | 111 | 417 | 44 | 24 |
| Binary | 110100 | 100001 | 1000110 | 11010 | 110101 | 0 | 1001001 | 100001111 | 100100 | 10100 |
Color Harmonies of #342146
Complementary color
Monochromatic Colors of #342146
Black with #342146
Text Example
Text Example
White with #342146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342146; }
p { color: rgb(52,33,70); }
H1.HeaderClassName
{
color: #342146;
}
.AnyTagClassName
{
color: #342146;
}
</style>
background-color css
<style>
a { background-color: #342146; }
a { background-color: rgb(52,33,70); }
div.DivClassName
{
background-color: #342146;
}
.BgClassName
{
background-color: #342146;
}
</style>
border-color css
<style>
span { border-color: #342146; }
span { border-color: rgb(52,33,70); }
td.TdClassName
{
border-color: #342146;
}
.TagClassName
{
border-color: #342146;
}
</style>