Shades of Blackberry #340521
Tints of Blackberry #340521
RGB
CMYK
RGB Variations
Color information
#340521 (or 0x340521) is known color: Blackberry. HEX triplet: 34, 05 and 21. RGB value is (52,5,33). Sum of RGB (Red+Green+Blue) = 52+5+33=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #340521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340521 is #CBFADE. Grayscale: #161616. Windows color (decimal): -13368031 or 2164020. OLE color: 2164020.
HSL color Cylindrical-coordinate representation of color #340521: hue angle of 324.26º 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 #340521 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 33 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.80 |
| HSL | 324.26º | 0.82% | 0.11% | - |
| HSV(B) | 324.26º | 0.9% | 0.2% | - |
| XYZ | 1.74 | 0.95 | 1.53 | - |
| YUV | 22.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 33 | 0 | 0.90 | 0.37 | 0.80 | 324.26 | 0.82 | 0.11 |
| Hex | 34 | 5 | 21 | 0 | 5A | 25 | 50 | 144 | 52 | B |
| Octal | 64 | 5 | 41 | 0 | 132 | 45 | 120 | 504 | 122 | 13 |
| Binary | 110100 | 101 | 100001 | 0 | 1011010 | 100101 | 1010000 | 101000100 | 1010010 | 1011 |
Color Harmonies of #340521
Complementary color
Monochromatic Colors of #340521
Black with #340521
Text Example
Text Example
White with #340521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340521; }
p { color: rgb(52,5,33); }
H1.HeaderClassName
{
color: #340521;
}
.AnyTagClassName
{
color: #340521;
}
</style>
background-color css
<style>
a { background-color: #340521; }
a { background-color: rgb(52,5,33); }
div.DivClassName
{
background-color: #340521;
}
.BgClassName
{
background-color: #340521;
}
</style>
border-color css
<style>
span { border-color: #340521; }
span { border-color: rgb(52,5,33); }
td.TdClassName
{
border-color: #340521;
}
.TagClassName
{
border-color: #340521;
}
</style>