Shades of Blackcurrant #342839
Tints of Blackcurrant #342839
RGB
CMYK
RGB Variations
Color information
#342839 (or 0x342839) is known color: Blackcurrant. HEX triplet: 34, 28 and 39. RGB value is (52,40,57). Sum of RGB (Red+Green+Blue) = 52+40+57=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #342839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342839 is #CBD7C6. Grayscale: #2D2D2D. Windows color (decimal): -13359047 or 3745844. OLE color: 3745844.
HSL color Cylindrical-coordinate representation of color #342839: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #342839 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 40 | 57 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.78 |
| HSL | 282.35º | 0.18% | 0.19% | - |
| HSV(B) | 282.35º | 0.3% | 0.22% | - |
| XYZ | 2.91 | 2.54 | 4.21 | - |
| YUV | 45.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 57 | 0.09 | 0.30 | 0 | 0.78 | 282.35 | 0.18 | 0.19 |
| Hex | 34 | 28 | 39 | 9 | 1E | 0 | 4E | 11A | 12 | 13 |
| Octal | 64 | 50 | 71 | 11 | 36 | 0 | 116 | 432 | 22 | 23 |
| Binary | 110100 | 101000 | 111001 | 1001 | 11110 | 0 | 1001110 | 100011010 | 10010 | 10011 |
Color Harmonies of #342839
Complementary color
Monochromatic Colors of #342839
Black with #342839
Text Example
Text Example
White with #342839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342839; }
p { color: rgb(52,40,57); }
H1.HeaderClassName
{
color: #342839;
}
.AnyTagClassName
{
color: #342839;
}
</style>
background-color css
<style>
a { background-color: #342839; }
a { background-color: rgb(52,40,57); }
div.DivClassName
{
background-color: #342839;
}
.BgClassName
{
background-color: #342839;
}
</style>
border-color css
<style>
span { border-color: #342839; }
span { border-color: rgb(52,40,57); }
td.TdClassName
{
border-color: #342839;
}
.TagClassName
{
border-color: #342839;
}
</style>