Shades of Blackberry #340E1D
Tints of Blackberry #340E1D
RGB
CMYK
RGB Variations
Color information
#340E1D (or 0x340E1D) is known color: Blackberry. HEX triplet: 34, 0E and 1D. RGB value is (52,14,29). Sum of RGB (Red+Green+Blue) = 52+14+29=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #340E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E1D is #CBF1E2. Grayscale: #1B1B1B. Windows color (decimal): -13365731 or 1904180. OLE color: 1904180.
HSL color Cylindrical-coordinate representation of color #340E1D: hue angle of 336.32º 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 #340E1D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 29 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.80 |
| HSL | 336.32º | 0.58% | 0.13% | - |
| HSV(B) | 336.32º | 0.73% | 0.2% | - |
| XYZ | 1.79 | 1.13 | 1.29 | - |
| YUV | 27.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 29 | 0 | 0.73 | 0.44 | 0.80 | 336.32 | 0.58 | 0.13 |
| Hex | 34 | E | 1D | 0 | 49 | 2C | 50 | 150 | 3A | D |
| Octal | 64 | 16 | 35 | 0 | 111 | 54 | 120 | 520 | 72 | 15 |
| Binary | 110100 | 1110 | 11101 | 0 | 1001001 | 101100 | 1010000 | 101010000 | 111010 | 1101 |
Color Harmonies of #340E1D
Complementary color
Monochromatic Colors of #340E1D
Black with #340E1D
Text Example
Text Example
White with #340E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E1D; }
p { color: rgb(52,14,29); }
H1.HeaderClassName
{
color: #340E1D;
}
.AnyTagClassName
{
color: #340E1D;
}
</style>
background-color css
<style>
a { background-color: #340E1D; }
a { background-color: rgb(52,14,29); }
div.DivClassName
{
background-color: #340E1D;
}
.BgClassName
{
background-color: #340E1D;
}
</style>
border-color css
<style>
span { border-color: #340E1D; }
span { border-color: rgb(52,14,29); }
td.TdClassName
{
border-color: #340E1D;
}
.TagClassName
{
border-color: #340E1D;
}
</style>