Shades of Blackcurrant #342341
Tints of Blackcurrant #342341
RGB
CMYK
RGB Variations
Color information
#342341 (or 0x342341) is known color: Blackcurrant. HEX triplet: 34, 23 and 41. RGB value is (52,35,65). Sum of RGB (Red+Green+Blue) = 52+35+65=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #342341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342341 is #CBDCBE. Grayscale: #2B2B2B. Windows color (decimal): -13360319 or 4268852. OLE color: 4268852.
HSL color Cylindrical-coordinate representation of color #342341: hue angle of 274º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #342341 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 35 | 65 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.75 |
| HSL | 274º | 0.3% | 0.2% | - |
| HSV(B) | 274º | 0.46% | 0.25% | - |
| XYZ | 2.97 | 2.31 | 5.29 | - |
| YUV | 43.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 65 | 0.20 | 0.46 | 0 | 0.75 | 274 | 0.3 | 0.2 |
| Hex | 34 | 23 | 41 | 14 | 2E | 0 | 4B | 112 | 1E | 14 |
| Octal | 64 | 43 | 101 | 24 | 56 | 0 | 113 | 422 | 36 | 24 |
| Binary | 110100 | 100011 | 1000001 | 10100 | 101110 | 0 | 1001011 | 100010010 | 11110 | 10100 |
Color Harmonies of #342341
Complementary color
Monochromatic Colors of #342341
Black with #342341
Text Example
Text Example
White with #342341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342341; }
p { color: rgb(52,35,65); }
H1.HeaderClassName
{
color: #342341;
}
.AnyTagClassName
{
color: #342341;
}
</style>
background-color css
<style>
a { background-color: #342341; }
a { background-color: rgb(52,35,65); }
div.DivClassName
{
background-color: #342341;
}
.BgClassName
{
background-color: #342341;
}
</style>
border-color css
<style>
span { border-color: #342341; }
span { border-color: rgb(52,35,65); }
td.TdClassName
{
border-color: #342341;
}
.TagClassName
{
border-color: #342341;
}
</style>