Shades of Blackberry #340B1D
Tints of Blackberry #340B1D
RGB
CMYK
RGB Variations
Color information
#340B1D (or 0x340B1D) is known color: Blackberry. HEX triplet: 34, 0B and 1D. RGB value is (52,11,29). Sum of RGB (Red+Green+Blue) = 52+11+29=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B1D is #CBF4E2. Grayscale: #191919. Windows color (decimal): -13366499 or 1903412. OLE color: 1903412.
HSL color Cylindrical-coordinate representation of color #340B1D: hue angle of 333.66º 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 #340B1D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 29 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.80 |
| HSL | 333.66º | 0.65% | 0.12% | - |
| HSV(B) | 333.66º | 0.79% | 0.2% | - |
| XYZ | 1.76 | 1.06 | 1.27 | - |
| YUV | 25.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 29 | 0 | 0.79 | 0.44 | 0.80 | 333.66 | 0.65 | 0.12 |
| Hex | 34 | B | 1D | 0 | 4F | 2C | 50 | 14E | 41 | C |
| Octal | 64 | 13 | 35 | 0 | 117 | 54 | 120 | 516 | 101 | 14 |
| Binary | 110100 | 1011 | 11101 | 0 | 1001111 | 101100 | 1010000 | 101001110 | 1000001 | 1100 |
Color Harmonies of #340B1D
Complementary color
Monochromatic Colors of #340B1D
Black with #340B1D
Text Example
Text Example
White with #340B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B1D; }
p { color: rgb(52,11,29); }
H1.HeaderClassName
{
color: #340B1D;
}
.AnyTagClassName
{
color: #340B1D;
}
</style>
background-color css
<style>
a { background-color: #340B1D; }
a { background-color: rgb(52,11,29); }
div.DivClassName
{
background-color: #340B1D;
}
.BgClassName
{
background-color: #340B1D;
}
</style>
border-color css
<style>
span { border-color: #340B1D; }
span { border-color: rgb(52,11,29); }
td.TdClassName
{
border-color: #340B1D;
}
.TagClassName
{
border-color: #340B1D;
}
</style>