Shades of Blackberry #340D25
Tints of Blackberry #340D25
RGB
CMYK
RGB Variations
Color information
#340D25 (or 0x340D25) is known color: Blackberry. HEX triplet: 34, 0D and 25. RGB value is (52,13,37). Sum of RGB (Red+Green+Blue) = 52+13+37=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #340D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D25 is #CBF2DA. Grayscale: #1B1B1B. Windows color (decimal): -13365979 or 2428212. OLE color: 2428212.
HSL color Cylindrical-coordinate representation of color #340D25: hue angle of 323.08º 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 #340D25 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 37 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.80 |
| HSL | 323.08º | 0.6% | 0.13% | - |
| HSV(B) | 323.08º | 0.75% | 0.2% | - |
| XYZ | 1.89 | 1.15 | 1.87 | - |
| YUV | 27.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 37 | 0 | 0.75 | 0.29 | 0.80 | 323.08 | 0.6 | 0.13 |
| Hex | 34 | D | 25 | 0 | 4B | 1D | 50 | 143 | 3C | D |
| Octal | 64 | 15 | 45 | 0 | 113 | 35 | 120 | 503 | 74 | 15 |
| Binary | 110100 | 1101 | 100101 | 0 | 1001011 | 11101 | 1010000 | 101000011 | 111100 | 1101 |
Color Harmonies of #340D25
Complementary color
Monochromatic Colors of #340D25
Black with #340D25
Text Example
Text Example
White with #340D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D25; }
p { color: rgb(52,13,37); }
H1.HeaderClassName
{
color: #340D25;
}
.AnyTagClassName
{
color: #340D25;
}
</style>
background-color css
<style>
a { background-color: #340D25; }
a { background-color: rgb(52,13,37); }
div.DivClassName
{
background-color: #340D25;
}
.BgClassName
{
background-color: #340D25;
}
</style>
border-color css
<style>
span { border-color: #340D25; }
span { border-color: rgb(52,13,37); }
td.TdClassName
{
border-color: #340D25;
}
.TagClassName
{
border-color: #340D25;
}
</style>