Shades of Blackberry #340B2A
Tints of Blackberry #340B2A
RGB
CMYK
RGB Variations
Color information
#340B2A (or 0x340B2A) is known color: Blackberry. HEX triplet: 34, 0B and 2A. RGB value is (52,11,42). Sum of RGB (Red+Green+Blue) = 52+11+42=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B2A is #CBF4D5. Grayscale: #1A1A1A. Windows color (decimal): -13366486 or 2755380. OLE color: 2755380.
HSL color Cylindrical-coordinate representation of color #340B2A: hue angle of 314.63º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B2A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 42 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.80 |
| HSL | 314.63º | 0.65% | 0.12% | - |
| HSV(B) | 314.63º | 0.79% | 0.2% | - |
| XYZ | 1.95 | 1.14 | 2.31 | - |
| YUV | 26.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 42 | 0 | 0.79 | 0.19 | 0.80 | 314.63 | 0.65 | 0.12 |
| Hex | 34 | B | 2A | 0 | 4F | 13 | 50 | 13B | 41 | C |
| Octal | 64 | 13 | 52 | 0 | 117 | 23 | 120 | 473 | 101 | 14 |
| Binary | 110100 | 1011 | 101010 | 0 | 1001111 | 10011 | 1010000 | 100111011 | 1000001 | 1100 |
Color Harmonies of #340B2A
Complementary color
Monochromatic Colors of #340B2A
Black with #340B2A
Text Example
Text Example
White with #340B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B2A; }
p { color: rgb(52,11,42); }
H1.HeaderClassName
{
color: #340B2A;
}
.AnyTagClassName
{
color: #340B2A;
}
</style>
background-color css
<style>
a { background-color: #340B2A; }
a { background-color: rgb(52,11,42); }
div.DivClassName
{
background-color: #340B2A;
}
.BgClassName
{
background-color: #340B2A;
}
</style>
border-color css
<style>
span { border-color: #340B2A; }
span { border-color: rgb(52,11,42); }
td.TdClassName
{
border-color: #340B2A;
}
.TagClassName
{
border-color: #340B2A;
}
</style>