Shades of Blackberry #340F20
Tints of Blackberry #340F20
RGB
CMYK
RGB Variations
Color information
#340F20 (or 0x340F20) is known color: Blackberry. HEX triplet: 34, 0F and 20. RGB value is (52,15,32). Sum of RGB (Red+Green+Blue) = 52+15+32=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #340F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F20 is #CBF0DF. Grayscale: #1B1B1B. Windows color (decimal): -13365472 or 2101044. OLE color: 2101044.
HSL color Cylindrical-coordinate representation of color #340F20: hue angle of 332.43º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F20 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 32 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.80 |
| HSL | 332.43º | 0.55% | 0.13% | - |
| HSV(B) | 332.43º | 0.71% | 0.2% | - |
| XYZ | 1.85 | 1.18 | 1.5 | - |
| YUV | 28 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 32 | 0 | 0.71 | 0.38 | 0.80 | 332.43 | 0.55 | 0.13 |
| Hex | 34 | F | 20 | 0 | 47 | 26 | 50 | 14C | 37 | D |
| Octal | 64 | 17 | 40 | 0 | 107 | 46 | 120 | 514 | 67 | 15 |
| Binary | 110100 | 1111 | 100000 | 0 | 1000111 | 100110 | 1010000 | 101001100 | 110111 | 1101 |
Color Harmonies of #340F20
Complementary color
Monochromatic Colors of #340F20
Black with #340F20
Text Example
Text Example
White with #340F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F20; }
p { color: rgb(52,15,32); }
H1.HeaderClassName
{
color: #340F20;
}
.AnyTagClassName
{
color: #340F20;
}
</style>
background-color css
<style>
a { background-color: #340F20; }
a { background-color: rgb(52,15,32); }
div.DivClassName
{
background-color: #340F20;
}
.BgClassName
{
background-color: #340F20;
}
</style>
border-color css
<style>
span { border-color: #340F20; }
span { border-color: rgb(52,15,32); }
td.TdClassName
{
border-color: #340F20;
}
.TagClassName
{
border-color: #340F20;
}
</style>