Shades of Blackberry #340325
Tints of Blackberry #340325
RGB
CMYK
RGB Variations
Color information
#340325 (or 0x340325) is known color: Blackberry. HEX triplet: 34, 03 and 25. RGB value is (52,3,37). Sum of RGB (Red+Green+Blue) = 52+3+37=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #340325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340325 is #CBFCDA. Grayscale: #151515. Windows color (decimal): -13368539 or 2425652. OLE color: 2425652.
HSL color Cylindrical-coordinate representation of color #340325: hue angle of 318.37º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340325 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 37 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.80 |
| HSL | 318.37º | 0.89% | 0.11% | - |
| HSV(B) | 318.37º | 0.94% | 0.2% | - |
| XYZ | 1.78 | 0.93 | 1.84 | - |
| YUV | 21.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 37 | 0 | 0.94 | 0.29 | 0.80 | 318.37 | 0.89 | 0.11 |
| Hex | 34 | 3 | 25 | 0 | 5E | 1D | 50 | 13E | 59 | B |
| Octal | 64 | 3 | 45 | 0 | 136 | 35 | 120 | 476 | 131 | 13 |
| Binary | 110100 | 11 | 100101 | 0 | 1011110 | 11101 | 1010000 | 100111110 | 1011001 | 1011 |
Color Harmonies of #340325
Complementary color
Monochromatic Colors of #340325
Black with #340325
Text Example
Text Example
White with #340325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340325; }
p { color: rgb(52,3,37); }
H1.HeaderClassName
{
color: #340325;
}
.AnyTagClassName
{
color: #340325;
}
</style>
background-color css
<style>
a { background-color: #340325; }
a { background-color: rgb(52,3,37); }
div.DivClassName
{
background-color: #340325;
}
.BgClassName
{
background-color: #340325;
}
</style>
border-color css
<style>
span { border-color: #340325; }
span { border-color: rgb(52,3,37); }
td.TdClassName
{
border-color: #340325;
}
.TagClassName
{
border-color: #340325;
}
</style>