Shades of Blackberry #340321
Tints of Blackberry #340321
RGB
CMYK
RGB Variations
Color information
#340321 (or 0x340321) is known color: Blackberry. HEX triplet: 34, 03 and 21. RGB value is (52,3,33). Sum of RGB (Red+Green+Blue) = 52+3+33=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #340321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340321 is #CBFCDE. Grayscale: #151515. Windows color (decimal): -13368543 or 2163508. OLE color: 2163508.
HSL color Cylindrical-coordinate representation of color #340321: hue angle of 323.27º 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 #340321 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 33 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.80 |
| HSL | 323.27º | 0.89% | 0.11% | - |
| HSV(B) | 323.27º | 0.94% | 0.2% | - |
| XYZ | 1.72 | 0.9 | 1.52 | - |
| YUV | 21.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 33 | 0 | 0.94 | 0.37 | 0.80 | 323.27 | 0.89 | 0.11 |
| Hex | 34 | 3 | 21 | 0 | 5E | 25 | 50 | 143 | 59 | B |
| Octal | 64 | 3 | 41 | 0 | 136 | 45 | 120 | 503 | 131 | 13 |
| Binary | 110100 | 11 | 100001 | 0 | 1011110 | 100101 | 1010000 | 101000011 | 1011001 | 1011 |
Color Harmonies of #340321
Complementary color
Monochromatic Colors of #340321
Black with #340321
Text Example
Text Example
White with #340321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340321; }
p { color: rgb(52,3,33); }
H1.HeaderClassName
{
color: #340321;
}
.AnyTagClassName
{
color: #340321;
}
</style>
background-color css
<style>
a { background-color: #340321; }
a { background-color: rgb(52,3,33); }
div.DivClassName
{
background-color: #340321;
}
.BgClassName
{
background-color: #340321;
}
</style>
border-color css
<style>
span { border-color: #340321; }
span { border-color: rgb(52,3,33); }
td.TdClassName
{
border-color: #340321;
}
.TagClassName
{
border-color: #340321;
}
</style>