Shades of Blackberry #340D2B
Tints of Blackberry #340D2B
RGB
CMYK
RGB Variations
Color information
#340D2B (or 0x340D2B) is known color: Blackberry. HEX triplet: 34, 0D and 2B. RGB value is (52,13,43). Sum of RGB (Red+Green+Blue) = 52+13+43=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #340D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D2B is #CBF2D4. Grayscale: #1C1C1C. Windows color (decimal): -13365973 or 2821428. OLE color: 2821428.
HSL color Cylindrical-coordinate representation of color #340D2B: hue angle of 313.85º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D2B is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 43 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.80 |
| HSL | 313.85º | 0.6% | 0.13% | - |
| HSV(B) | 313.85º | 0.75% | 0.2% | - |
| XYZ | 2 | 1.19 | 2.41 | - |
| YUV | 28.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 43 | 0 | 0.75 | 0.17 | 0.80 | 313.85 | 0.6 | 0.13 |
| Hex | 34 | D | 2B | 0 | 4B | 11 | 50 | 13A | 3C | D |
| Octal | 64 | 15 | 53 | 0 | 113 | 21 | 120 | 472 | 74 | 15 |
| Binary | 110100 | 1101 | 101011 | 0 | 1001011 | 10001 | 1010000 | 100111010 | 111100 | 1101 |
Color Harmonies of #340D2B
Complementary color
Monochromatic Colors of #340D2B
Black with #340D2B
Text Example
Text Example
White with #340D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D2B; }
p { color: rgb(52,13,43); }
H1.HeaderClassName
{
color: #340D2B;
}
.AnyTagClassName
{
color: #340D2B;
}
</style>
background-color css
<style>
a { background-color: #340D2B; }
a { background-color: rgb(52,13,43); }
div.DivClassName
{
background-color: #340D2B;
}
.BgClassName
{
background-color: #340D2B;
}
</style>
border-color css
<style>
span { border-color: #340D2B; }
span { border-color: rgb(52,13,43); }
td.TdClassName
{
border-color: #340D2B;
}
.TagClassName
{
border-color: #340D2B;
}
</style>