Shades of Blackberry #340F1E
Tints of Blackberry #340F1E
RGB
CMYK
RGB Variations
Color information
#340F1E (or 0x340F1E) is known color: Blackberry. HEX triplet: 34, 0F and 1E. RGB value is (52,15,30). Sum of RGB (Red+Green+Blue) = 52+15+30=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #340F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F1E is #CBF0E1. Grayscale: #1B1B1B. Windows color (decimal): -13365474 or 1969972. OLE color: 1969972.
HSL color Cylindrical-coordinate representation of color #340F1E: hue angle of 335.68º 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 #340F1E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 30 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.80 |
| HSL | 335.68º | 0.55% | 0.13% | - |
| HSV(B) | 335.68º | 0.71% | 0.2% | - |
| XYZ | 1.82 | 1.17 | 1.36 | - |
| YUV | 27.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 30 | 0 | 0.71 | 0.42 | 0.80 | 335.68 | 0.55 | 0.13 |
| Hex | 34 | F | 1E | 0 | 47 | 2A | 50 | 150 | 37 | D |
| Octal | 64 | 17 | 36 | 0 | 107 | 52 | 120 | 520 | 67 | 15 |
| Binary | 110100 | 1111 | 11110 | 0 | 1000111 | 101010 | 1010000 | 101010000 | 110111 | 1101 |
Color Harmonies of #340F1E
Complementary color
Monochromatic Colors of #340F1E
Black with #340F1E
Text Example
Text Example
White with #340F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F1E; }
p { color: rgb(52,15,30); }
H1.HeaderClassName
{
color: #340F1E;
}
.AnyTagClassName
{
color: #340F1E;
}
</style>
background-color css
<style>
a { background-color: #340F1E; }
a { background-color: rgb(52,15,30); }
div.DivClassName
{
background-color: #340F1E;
}
.BgClassName
{
background-color: #340F1E;
}
</style>
border-color css
<style>
span { border-color: #340F1E; }
span { border-color: rgb(52,15,30); }
td.TdClassName
{
border-color: #340F1E;
}
.TagClassName
{
border-color: #340F1E;
}
</style>