Shades of Blackberry #340E29
Tints of Blackberry #340E29
RGB
CMYK
RGB Variations
Color information
#340E29 (or 0x340E29) is known color: Blackberry. HEX triplet: 34, 0E and 29. RGB value is (52,14,41). Sum of RGB (Red+Green+Blue) = 52+14+41=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #340E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E29 is #CBF1D6. Grayscale: #1C1C1C. Windows color (decimal): -13365719 or 2690612. OLE color: 2690612.
HSL color Cylindrical-coordinate representation of color #340E29: hue angle of 317.37º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E29 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 41 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.80 |
| HSL | 317.37º | 0.58% | 0.13% | - |
| HSV(B) | 317.37º | 0.73% | 0.2% | - |
| XYZ | 1.97 | 1.2 | 2.23 | - |
| YUV | 28.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 41 | 0 | 0.73 | 0.21 | 0.80 | 317.37 | 0.58 | 0.13 |
| Hex | 34 | E | 29 | 0 | 49 | 15 | 50 | 13D | 3A | D |
| Octal | 64 | 16 | 51 | 0 | 111 | 25 | 120 | 475 | 72 | 15 |
| Binary | 110100 | 1110 | 101001 | 0 | 1001001 | 10101 | 1010000 | 100111101 | 111010 | 1101 |
Color Harmonies of #340E29
Complementary color
Monochromatic Colors of #340E29
Black with #340E29
Text Example
Text Example
White with #340E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E29; }
p { color: rgb(52,14,41); }
H1.HeaderClassName
{
color: #340E29;
}
.AnyTagClassName
{
color: #340E29;
}
</style>
background-color css
<style>
a { background-color: #340E29; }
a { background-color: rgb(52,14,41); }
div.DivClassName
{
background-color: #340E29;
}
.BgClassName
{
background-color: #340E29;
}
</style>
border-color css
<style>
span { border-color: #340E29; }
span { border-color: rgb(52,14,41); }
td.TdClassName
{
border-color: #340E29;
}
.TagClassName
{
border-color: #340E29;
}
</style>