Shades of Blackberry #340D1D
Tints of Blackberry #340D1D
RGB
CMYK
RGB Variations
Color information
#340D1D (or 0x340D1D) is known color: Blackberry. HEX triplet: 34, 0D and 1D. RGB value is (52,13,29). Sum of RGB (Red+Green+Blue) = 52+13+29=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D1D is #CBF2E2. Grayscale: #1A1A1A. Windows color (decimal): -13365987 or 1903924. OLE color: 1903924.
HSL color Cylindrical-coordinate representation of color #340D1D: hue angle of 335.38º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D1D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 29 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.80 |
| HSL | 335.38º | 0.6% | 0.13% | - |
| HSV(B) | 335.38º | 0.75% | 0.2% | - |
| XYZ | 1.78 | 1.11 | 1.28 | - |
| YUV | 26.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 29 | 0 | 0.75 | 0.44 | 0.80 | 335.38 | 0.6 | 0.13 |
| Hex | 34 | D | 1D | 0 | 4B | 2C | 50 | 14F | 3C | D |
| Octal | 64 | 15 | 35 | 0 | 113 | 54 | 120 | 517 | 74 | 15 |
| Binary | 110100 | 1101 | 11101 | 0 | 1001011 | 101100 | 1010000 | 101001111 | 111100 | 1101 |
Color Harmonies of #340D1D
Complementary color
Monochromatic Colors of #340D1D
Black with #340D1D
Text Example
Text Example
White with #340D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D1D; }
p { color: rgb(52,13,29); }
H1.HeaderClassName
{
color: #340D1D;
}
.AnyTagClassName
{
color: #340D1D;
}
</style>
background-color css
<style>
a { background-color: #340D1D; }
a { background-color: rgb(52,13,29); }
div.DivClassName
{
background-color: #340D1D;
}
.BgClassName
{
background-color: #340D1D;
}
</style>
border-color css
<style>
span { border-color: #340D1D; }
span { border-color: rgb(52,13,29); }
td.TdClassName
{
border-color: #340D1D;
}
.TagClassName
{
border-color: #340D1D;
}
</style>