Shades of Blackberry #340E24
Tints of Blackberry #340E24
RGB
CMYK
RGB Variations
Color information
#340E24 (or 0x340E24) is known color: Blackberry. HEX triplet: 34, 0E and 24. RGB value is (52,14,36). Sum of RGB (Red+Green+Blue) = 52+14+36=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #340E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E24 is #CBF1DB. Grayscale: #1B1B1B. Windows color (decimal): -13365724 or 2362932. OLE color: 2362932.
HSL color Cylindrical-coordinate representation of color #340E24: hue angle of 325.26º 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 #340E24 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 36 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.80 |
| HSL | 325.26º | 0.58% | 0.13% | - |
| HSV(B) | 325.26º | 0.73% | 0.2% | - |
| XYZ | 1.89 | 1.17 | 1.8 | - |
| YUV | 27.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 36 | 0 | 0.73 | 0.31 | 0.80 | 325.26 | 0.58 | 0.13 |
| Hex | 34 | E | 24 | 0 | 49 | 1F | 50 | 145 | 3A | D |
| Octal | 64 | 16 | 44 | 0 | 111 | 37 | 120 | 505 | 72 | 15 |
| Binary | 110100 | 1110 | 100100 | 0 | 1001001 | 11111 | 1010000 | 101000101 | 111010 | 1101 |
Color Harmonies of #340E24
Complementary color
Monochromatic Colors of #340E24
Black with #340E24
Text Example
Text Example
White with #340E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E24; }
p { color: rgb(52,14,36); }
H1.HeaderClassName
{
color: #340E24;
}
.AnyTagClassName
{
color: #340E24;
}
</style>
background-color css
<style>
a { background-color: #340E24; }
a { background-color: rgb(52,14,36); }
div.DivClassName
{
background-color: #340E24;
}
.BgClassName
{
background-color: #340E24;
}
</style>
border-color css
<style>
span { border-color: #340E24; }
span { border-color: rgb(52,14,36); }
td.TdClassName
{
border-color: #340E24;
}
.TagClassName
{
border-color: #340E24;
}
</style>