Shades of Blackcurrant #340E3E
Tints of Blackcurrant #340E3E
RGB
CMYK
RGB Variations
Color information
#340E3E (or 0x340E3E) is known color: Blackcurrant. HEX triplet: 34, 0E and 3E. RGB value is (52,14,62). Sum of RGB (Red+Green+Blue) = 52+14+62=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #340E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E3E is #CBF1C1. Grayscale: #1E1E1E. Windows color (decimal): -13365698 or 4066868. OLE color: 4066868.
HSL color Cylindrical-coordinate representation of color #340E3E: hue angle of 287.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #340E3E is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 14 | 62 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.76 |
| HSL | 287.5º | 0.63% | 0.15% | - |
| HSV(B) | 287.5º | 0.77% | 0.24% | - |
| XYZ | 2.44 | 1.39 | 4.7 | - |
| YUV | 30.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 62 | 0.16 | 0.77 | 0 | 0.76 | 287.5 | 0.63 | 0.15 |
| Hex | 34 | E | 3E | 10 | 4D | 0 | 4C | 120 | 3F | F |
| Octal | 64 | 16 | 76 | 20 | 115 | 0 | 114 | 440 | 77 | 17 |
| Binary | 110100 | 1110 | 111110 | 10000 | 1001101 | 0 | 1001100 | 100100000 | 111111 | 1111 |
Color Harmonies of #340E3E
Complementary color
Monochromatic Colors of #340E3E
Black with #340E3E
Text Example
Text Example
White with #340E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E3E; }
p { color: rgb(52,14,62); }
H1.HeaderClassName
{
color: #340E3E;
}
.AnyTagClassName
{
color: #340E3E;
}
</style>
background-color css
<style>
a { background-color: #340E3E; }
a { background-color: rgb(52,14,62); }
div.DivClassName
{
background-color: #340E3E;
}
.BgClassName
{
background-color: #340E3E;
}
</style>
border-color css
<style>
span { border-color: #340E3E; }
span { border-color: rgb(52,14,62); }
td.TdClassName
{
border-color: #340E3E;
}
.TagClassName
{
border-color: #340E3E;
}
</style>