Shades of Blackberry #340328
Tints of Blackberry #340328
RGB
CMYK
RGB Variations
Color information
#340328 (or 0x340328) is known color: Blackberry. HEX triplet: 34, 03 and 28. RGB value is (52,3,40). Sum of RGB (Red+Green+Blue) = 52+3+40=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #340328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340328 is #CBFCD7. Grayscale: #151515. Windows color (decimal): -13368536 or 2622260. OLE color: 2622260.
HSL color Cylindrical-coordinate representation of color #340328: hue angle of 314.69º 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 #340328 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 40 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.80 |
| HSL | 314.69º | 0.89% | 0.11% | - |
| HSV(B) | 314.69º | 0.94% | 0.2% | - |
| XYZ | 1.83 | 0.95 | 2.09 | - |
| YUV | 21.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 40 | 0 | 0.94 | 0.23 | 0.80 | 314.69 | 0.89 | 0.11 |
| Hex | 34 | 3 | 28 | 0 | 5E | 17 | 50 | 13B | 59 | B |
| Octal | 64 | 3 | 50 | 0 | 136 | 27 | 120 | 473 | 131 | 13 |
| Binary | 110100 | 11 | 101000 | 0 | 1011110 | 10111 | 1010000 | 100111011 | 1011001 | 1011 |
Color Harmonies of #340328
Complementary color
Monochromatic Colors of #340328
Black with #340328
Text Example
Text Example
White with #340328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340328; }
p { color: rgb(52,3,40); }
H1.HeaderClassName
{
color: #340328;
}
.AnyTagClassName
{
color: #340328;
}
</style>
background-color css
<style>
a { background-color: #340328; }
a { background-color: rgb(52,3,40); }
div.DivClassName
{
background-color: #340328;
}
.BgClassName
{
background-color: #340328;
}
</style>
border-color css
<style>
span { border-color: #340328; }
span { border-color: rgb(52,3,40); }
td.TdClassName
{
border-color: #340328;
}
.TagClassName
{
border-color: #340328;
}
</style>