Shades of Blackcurrant #342240
Tints of Blackcurrant #342240
RGB
CMYK
RGB Variations
Color information
#342240 (or 0x342240) is known color: Blackcurrant. HEX triplet: 34, 22 and 40. RGB value is (52,34,64). Sum of RGB (Red+Green+Blue) = 52+34+64=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #342240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342240 is #CBDDBF. Grayscale: #2A2A2A. Windows color (decimal): -13360576 or 4203060. OLE color: 4203060.
HSL color Cylindrical-coordinate representation of color #342240: hue angle of 276º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #342240 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 34 | 64 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.75 |
| HSL | 276º | 0.31% | 0.19% | - |
| HSV(B) | 276º | 0.47% | 0.25% | - |
| XYZ | 2.91 | 2.24 | 5.13 | - |
| YUV | 42.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 64 | 0.19 | 0.47 | 0 | 0.75 | 276 | 0.31 | 0.19 |
| Hex | 34 | 22 | 40 | 13 | 2F | 0 | 4B | 114 | 1F | 13 |
| Octal | 64 | 42 | 100 | 23 | 57 | 0 | 113 | 424 | 37 | 23 |
| Binary | 110100 | 100010 | 1000000 | 10011 | 101111 | 0 | 1001011 | 100010100 | 11111 | 10011 |
Color Harmonies of #342240
Complementary color
Monochromatic Colors of #342240
Black with #342240
Text Example
Text Example
White with #342240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342240; }
p { color: rgb(52,34,64); }
H1.HeaderClassName
{
color: #342240;
}
.AnyTagClassName
{
color: #342240;
}
</style>
background-color css
<style>
a { background-color: #342240; }
a { background-color: rgb(52,34,64); }
div.DivClassName
{
background-color: #342240;
}
.BgClassName
{
background-color: #342240;
}
</style>
border-color css
<style>
span { border-color: #342240; }
span { border-color: rgb(52,34,64); }
td.TdClassName
{
border-color: #342240;
}
.TagClassName
{
border-color: #342240;
}
</style>