Shades of Blackberry #340525
Tints of Blackberry #340525
RGB
CMYK
RGB Variations
Color information
#340525 (or 0x340525) is known color: Blackberry. HEX triplet: 34, 05 and 25. RGB value is (52,5,37). Sum of RGB (Red+Green+Blue) = 52+5+37=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340525 is #CBFADA. Grayscale: #161616. Windows color (decimal): -13368027 or 2426164. OLE color: 2426164.
HSL color Cylindrical-coordinate representation of color #340525: hue angle of 319.15º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340525 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 37 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.80 |
| HSL | 319.15º | 0.82% | 0.11% | - |
| HSV(B) | 319.15º | 0.9% | 0.2% | - |
| XYZ | 1.8 | 0.97 | 1.84 | - |
| YUV | 22.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 37 | 0 | 0.90 | 0.29 | 0.80 | 319.15 | 0.82 | 0.11 |
| Hex | 34 | 5 | 25 | 0 | 5A | 1D | 50 | 13F | 52 | B |
| Octal | 64 | 5 | 45 | 0 | 132 | 35 | 120 | 477 | 122 | 13 |
| Binary | 110100 | 101 | 100101 | 0 | 1011010 | 11101 | 1010000 | 100111111 | 1010010 | 1011 |
Color Harmonies of #340525
Complementary color
Monochromatic Colors of #340525
Black with #340525
Text Example
Text Example
White with #340525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340525; }
p { color: rgb(52,5,37); }
H1.HeaderClassName
{
color: #340525;
}
.AnyTagClassName
{
color: #340525;
}
</style>
background-color css
<style>
a { background-color: #340525; }
a { background-color: rgb(52,5,37); }
div.DivClassName
{
background-color: #340525;
}
.BgClassName
{
background-color: #340525;
}
</style>
border-color css
<style>
span { border-color: #340525; }
span { border-color: rgb(52,5,37); }
td.TdClassName
{
border-color: #340525;
}
.TagClassName
{
border-color: #340525;
}
</style>