Shades of Blackberry #340E23
Tints of Blackberry #340E23
RGB
CMYK
RGB Variations
Color information
#340E23 (or 0x340E23) is known color: Blackberry. HEX triplet: 34, 0E and 23. RGB value is (52,14,35). Sum of RGB (Red+Green+Blue) = 52+14+35=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #340E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E23 is #CBF1DC. Grayscale: #1B1B1B. Windows color (decimal): -13365725 or 2297396. OLE color: 2297396.
HSL color Cylindrical-coordinate representation of color #340E23: hue angle of 326.84º 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 #340E23 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 35 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.80 |
| HSL | 326.84º | 0.58% | 0.13% | - |
| HSV(B) | 326.84º | 0.73% | 0.2% | - |
| XYZ | 1.88 | 1.17 | 1.72 | - |
| YUV | 27.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 35 | 0 | 0.73 | 0.33 | 0.80 | 326.84 | 0.58 | 0.13 |
| Hex | 34 | E | 23 | 0 | 49 | 21 | 50 | 147 | 3A | D |
| Octal | 64 | 16 | 43 | 0 | 111 | 41 | 120 | 507 | 72 | 15 |
| Binary | 110100 | 1110 | 100011 | 0 | 1001001 | 100001 | 1010000 | 101000111 | 111010 | 1101 |
Color Harmonies of #340E23
Complementary color
Monochromatic Colors of #340E23
Black with #340E23
Text Example
Text Example
White with #340E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E23; }
p { color: rgb(52,14,35); }
H1.HeaderClassName
{
color: #340E23;
}
.AnyTagClassName
{
color: #340E23;
}
</style>
background-color css
<style>
a { background-color: #340E23; }
a { background-color: rgb(52,14,35); }
div.DivClassName
{
background-color: #340E23;
}
.BgClassName
{
background-color: #340E23;
}
</style>
border-color css
<style>
span { border-color: #340E23; }
span { border-color: rgb(52,14,35); }
td.TdClassName
{
border-color: #340E23;
}
.TagClassName
{
border-color: #340E23;
}
</style>