Shades of Blackberry #320522
Tints of Blackberry #320522
RGB
CMYK
RGB Variations
Color information
#320522 (or 0x320522) is known color: Blackberry. HEX triplet: 32, 05 and 22. RGB value is (50,5,34). Sum of RGB (Red+Green+Blue) = 50+5+34=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320522 is #CDFADD. Grayscale: #151515. Windows color (decimal): -13499102 or 2229554. OLE color: 2229554.
HSL color Cylindrical-coordinate representation of color #320522: hue angle of 321.33º 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 #320522 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 34 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.80 |
| HSL | 321.33º | 0.82% | 0.11% | - |
| HSV(B) | 321.33º | 0.9% | 0.2% | - |
| XYZ | 1.66 | 0.9 | 1.6 | - |
| YUV | 21.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 34 | 0 | 0.90 | 0.32 | 0.80 | 321.33 | 0.82 | 0.11 |
| Hex | 32 | 5 | 22 | 0 | 5A | 20 | 50 | 141 | 52 | B |
| Octal | 62 | 5 | 42 | 0 | 132 | 40 | 120 | 501 | 122 | 13 |
| Binary | 110010 | 101 | 100010 | 0 | 1011010 | 100000 | 1010000 | 101000001 | 1010010 | 1011 |
Color Harmonies of #320522
Complementary color
Monochromatic Colors of #320522
Black with #320522
Text Example
Text Example
White with #320522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320522; }
p { color: rgb(50,5,34); }
H1.HeaderClassName
{
color: #320522;
}
.AnyTagClassName
{
color: #320522;
}
</style>
background-color css
<style>
a { background-color: #320522; }
a { background-color: rgb(50,5,34); }
div.DivClassName
{
background-color: #320522;
}
.BgClassName
{
background-color: #320522;
}
</style>
border-color css
<style>
span { border-color: #320522; }
span { border-color: rgb(50,5,34); }
td.TdClassName
{
border-color: #320522;
}
.TagClassName
{
border-color: #320522;
}
</style>