Shades of Blackberry #340A1B
Tints of Blackberry #340A1B
RGB
CMYK
RGB Variations
Color information
#340A1B (or 0x340A1B) is known color: Blackberry. HEX triplet: 34, 0A and 1B. RGB value is (52,10,27). Sum of RGB (Red+Green+Blue) = 52+10+27=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A1B is #CBF5E4. Grayscale: #181818. Windows color (decimal): -13366757 or 1772084. OLE color: 1772084.
HSL color Cylindrical-coordinate representation of color #340A1B: hue angle of 335.71º 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 #340A1B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 27 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.80 |
| HSL | 335.71º | 0.68% | 0.12% | - |
| HSV(B) | 335.71º | 0.81% | 0.2% | - |
| XYZ | 1.72 | 1.03 | 1.14 | - |
| YUV | 24.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 27 | 0 | 0.81 | 0.48 | 0.80 | 335.71 | 0.68 | 0.12 |
| Hex | 34 | A | 1B | 0 | 51 | 30 | 50 | 150 | 44 | C |
| Octal | 64 | 12 | 33 | 0 | 121 | 60 | 120 | 520 | 104 | 14 |
| Binary | 110100 | 1010 | 11011 | 0 | 1010001 | 110000 | 1010000 | 101010000 | 1000100 | 1100 |
Color Harmonies of #340A1B
Complementary color
Monochromatic Colors of #340A1B
Black with #340A1B
Text Example
Text Example
White with #340A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A1B; }
p { color: rgb(52,10,27); }
H1.HeaderClassName
{
color: #340A1B;
}
.AnyTagClassName
{
color: #340A1B;
}
</style>
background-color css
<style>
a { background-color: #340A1B; }
a { background-color: rgb(52,10,27); }
div.DivClassName
{
background-color: #340A1B;
}
.BgClassName
{
background-color: #340A1B;
}
</style>
border-color css
<style>
span { border-color: #340A1B; }
span { border-color: rgb(52,10,27); }
td.TdClassName
{
border-color: #340A1B;
}
.TagClassName
{
border-color: #340A1B;
}
</style>