Shades of Blackberry #340A26
Tints of Blackberry #340A26
RGB
CMYK
RGB Variations
Color information
#340A26 (or 0x340A26) is known color: Blackberry. HEX triplet: 34, 0A and 26. RGB value is (52,10,38). Sum of RGB (Red+Green+Blue) = 52+10+38=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 38 (15.23% from 255 or 38% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #340A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A26 is #CBF5D9. Grayscale: #191919. Windows color (decimal): -13366746 or 2492980. OLE color: 2492980.
HSL color Cylindrical-coordinate representation of color #340A26: hue angle of 320º 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 #340A26 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 38 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.80 |
| HSL | 320º | 0.68% | 0.12% | - |
| HSV(B) | 320º | 0.81% | 0.2% | - |
| XYZ | 1.87 | 1.09 | 1.94 | - |
| YUV | 25.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 38 | 0 | 0.81 | 0.27 | 0.80 | 320 | 0.68 | 0.12 |
| Hex | 34 | A | 26 | 0 | 51 | 1B | 50 | 140 | 44 | C |
| Octal | 64 | 12 | 46 | 0 | 121 | 33 | 120 | 500 | 104 | 14 |
| Binary | 110100 | 1010 | 100110 | 0 | 1010001 | 11011 | 1010000 | 101000000 | 1000100 | 1100 |
Color Harmonies of #340A26
Complementary color
Monochromatic Colors of #340A26
Black with #340A26
Text Example
Text Example
White with #340A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A26; }
p { color: rgb(52,10,38); }
H1.HeaderClassName
{
color: #340A26;
}
.AnyTagClassName
{
color: #340A26;
}
</style>
background-color css
<style>
a { background-color: #340A26; }
a { background-color: rgb(52,10,38); }
div.DivClassName
{
background-color: #340A26;
}
.BgClassName
{
background-color: #340A26;
}
</style>
border-color css
<style>
span { border-color: #340A26; }
span { border-color: rgb(52,10,38); }
td.TdClassName
{
border-color: #340A26;
}
.TagClassName
{
border-color: #340A26;
}
</style>