Shades of Blackberry #340F22
Tints of Blackberry #340F22
RGB
CMYK
RGB Variations
Color information
#340F22 (or 0x340F22) is known color: Blackberry. HEX triplet: 34, 0F and 22. RGB value is (52,15,34). Sum of RGB (Red+Green+Blue) = 52+15+34=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #340F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F22 is #CBF0DD. Grayscale: #1C1C1C. Windows color (decimal): -13365470 or 2232116. OLE color: 2232116.
HSL color Cylindrical-coordinate representation of color #340F22: hue angle of 329.19º 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 #340F22 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 34 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.80 |
| HSL | 329.19º | 0.55% | 0.13% | - |
| HSV(B) | 329.19º | 0.71% | 0.2% | - |
| XYZ | 1.88 | 1.19 | 1.64 | - |
| YUV | 28.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 34 | 0 | 0.71 | 0.35 | 0.80 | 329.19 | 0.55 | 0.13 |
| Hex | 34 | F | 22 | 0 | 47 | 23 | 50 | 149 | 37 | D |
| Octal | 64 | 17 | 42 | 0 | 107 | 43 | 120 | 511 | 67 | 15 |
| Binary | 110100 | 1111 | 100010 | 0 | 1000111 | 100011 | 1010000 | 101001001 | 110111 | 1101 |
Color Harmonies of #340F22
Complementary color
Monochromatic Colors of #340F22
Black with #340F22
Text Example
Text Example
White with #340F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F22; }
p { color: rgb(52,15,34); }
H1.HeaderClassName
{
color: #340F22;
}
.AnyTagClassName
{
color: #340F22;
}
</style>
background-color css
<style>
a { background-color: #340F22; }
a { background-color: rgb(52,15,34); }
div.DivClassName
{
background-color: #340F22;
}
.BgClassName
{
background-color: #340F22;
}
</style>
border-color css
<style>
span { border-color: #340F22; }
span { border-color: rgb(52,15,34); }
td.TdClassName
{
border-color: #340F22;
}
.TagClassName
{
border-color: #340F22;
}
</style>