Shades of Blackberry #340A2B
Tints of Blackberry #340A2B
RGB
CMYK
RGB Variations
Color information
#340A2B (or 0x340A2B) is known color: Blackberry. HEX triplet: 34, 0A and 2B. RGB value is (52,10,43). Sum of RGB (Red+Green+Blue) = 52+10+43=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A2B is #CBF5D4. Grayscale: #1A1A1A. Windows color (decimal): -13366741 or 2820660. OLE color: 2820660.
HSL color Cylindrical-coordinate representation of color #340A2B: hue angle of 312.86º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A2B is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 43 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.80 |
| HSL | 312.86º | 0.68% | 0.12% | - |
| HSV(B) | 312.86º | 0.81% | 0.2% | - |
| XYZ | 1.96 | 1.12 | 2.4 | - |
| YUV | 26.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 43 | 0 | 0.81 | 0.17 | 0.80 | 312.86 | 0.68 | 0.12 |
| Hex | 34 | A | 2B | 0 | 51 | 11 | 50 | 139 | 44 | C |
| Octal | 64 | 12 | 53 | 0 | 121 | 21 | 120 | 471 | 104 | 14 |
| Binary | 110100 | 1010 | 101011 | 0 | 1010001 | 10001 | 1010000 | 100111001 | 1000100 | 1100 |
Color Harmonies of #340A2B
Complementary color
Monochromatic Colors of #340A2B
Black with #340A2B
Text Example
Text Example
White with #340A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A2B; }
p { color: rgb(52,10,43); }
H1.HeaderClassName
{
color: #340A2B;
}
.AnyTagClassName
{
color: #340A2B;
}
</style>
background-color css
<style>
a { background-color: #340A2B; }
a { background-color: rgb(52,10,43); }
div.DivClassName
{
background-color: #340A2B;
}
.BgClassName
{
background-color: #340A2B;
}
</style>
border-color css
<style>
span { border-color: #340A2B; }
span { border-color: rgb(52,10,43); }
td.TdClassName
{
border-color: #340A2B;
}
.TagClassName
{
border-color: #340A2B;
}
</style>