Shades of Blackberry #320220
Tints of Blackberry #320220
RGB
CMYK
RGB Variations
Color information
#320220 (or 0x320220) is known color: Blackberry. HEX triplet: 32, 02 and 20. RGB value is (50,2,32). Sum of RGB (Red+Green+Blue) = 50+2+32=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #320220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320220 is #CDFDDF. Grayscale: #131313. Windows color (decimal): -13499872 or 2097714. OLE color: 2097714.
HSL color Cylindrical-coordinate representation of color #320220: hue angle of 322.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320220 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 32 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.80 |
| HSL | 322.5º | 0.92% | 0.1% | - |
| HSV(B) | 322.5º | 0.96% | 0.2% | - |
| XYZ | 1.6 | 0.83 | 1.44 | - |
| YUV | 19.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 32 | 0 | 0.96 | 0.36 | 0.80 | 322.5 | 0.92 | 0.1 |
| Hex | 32 | 2 | 20 | 0 | 60 | 24 | 50 | 142 | 5C | A |
| Octal | 62 | 2 | 40 | 0 | 140 | 44 | 120 | 502 | 134 | 12 |
| Binary | 110010 | 10 | 100000 | 0 | 1100000 | 100100 | 1010000 | 101000010 | 1011100 | 1010 |
Color Harmonies of #320220
Complementary color
Monochromatic Colors of #320220
Black with #320220
Text Example
Text Example
White with #320220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320220; }
p { color: rgb(50,2,32); }
H1.HeaderClassName
{
color: #320220;
}
.AnyTagClassName
{
color: #320220;
}
</style>
background-color css
<style>
a { background-color: #320220; }
a { background-color: rgb(50,2,32); }
div.DivClassName
{
background-color: #320220;
}
.BgClassName
{
background-color: #320220;
}
</style>
border-color css
<style>
span { border-color: #320220; }
span { border-color: rgb(50,2,32); }
td.TdClassName
{
border-color: #320220;
}
.TagClassName
{
border-color: #320220;
}
</style>