Shades of Blackberry #340B1E
Tints of Blackberry #340B1E
RGB
CMYK
RGB Variations
Color information
#340B1E (or 0x340B1E) is known color: Blackberry. HEX triplet: 34, 0B and 1E. RGB value is (52,11,30). Sum of RGB (Red+Green+Blue) = 52+11+30=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #340B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B1E is #CBF4E1. Grayscale: #191919. Windows color (decimal): -13366498 or 1968948. OLE color: 1968948.
HSL color Cylindrical-coordinate representation of color #340B1E: hue angle of 332.2º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B1E is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 30 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.80 |
| HSL | 332.2º | 0.65% | 0.12% | - |
| HSV(B) | 332.2º | 0.79% | 0.2% | - |
| XYZ | 1.77 | 1.06 | 1.34 | - |
| YUV | 25.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 30 | 0 | 0.79 | 0.42 | 0.80 | 332.2 | 0.65 | 0.12 |
| Hex | 34 | B | 1E | 0 | 4F | 2A | 50 | 14C | 41 | C |
| Octal | 64 | 13 | 36 | 0 | 117 | 52 | 120 | 514 | 101 | 14 |
| Binary | 110100 | 1011 | 11110 | 0 | 1001111 | 101010 | 1010000 | 101001100 | 1000001 | 1100 |
Color Harmonies of #340B1E
Complementary color
Monochromatic Colors of #340B1E
Black with #340B1E
Text Example
Text Example
White with #340B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B1E; }
p { color: rgb(52,11,30); }
H1.HeaderClassName
{
color: #340B1E;
}
.AnyTagClassName
{
color: #340B1E;
}
</style>
background-color css
<style>
a { background-color: #340B1E; }
a { background-color: rgb(52,11,30); }
div.DivClassName
{
background-color: #340B1E;
}
.BgClassName
{
background-color: #340B1E;
}
</style>
border-color css
<style>
span { border-color: #340B1E; }
span { border-color: rgb(52,11,30); }
td.TdClassName
{
border-color: #340B1E;
}
.TagClassName
{
border-color: #340B1E;
}
</style>