Shades of Blackberry #321220
Tints of Blackberry #321220
RGB
CMYK
RGB Variations
Color information
#321220 (or 0x321220) is known color: Blackberry. HEX triplet: 32, 12 and 20. RGB value is (50,18,32). Sum of RGB (Red+Green+Blue) = 50+18+32=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #321220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321220 is #CDEDDF. Grayscale: #1D1D1D. Windows color (decimal): -13495776 or 2101810. OLE color: 2101810.
HSL color Cylindrical-coordinate representation of color #321220: hue angle of 333.75º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321220 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 32 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.80 |
| HSL | 333.75º | 0.47% | 0.13% | - |
| HSV(B) | 333.75º | 0.64% | 0.2% | - |
| XYZ | 1.79 | 1.22 | 1.51 | - |
| YUV | 29.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 32 | 0 | 0.64 | 0.36 | 0.80 | 333.75 | 0.47 | 0.13 |
| Hex | 32 | 12 | 20 | 0 | 40 | 24 | 50 | 14E | 2F | D |
| Octal | 62 | 22 | 40 | 0 | 100 | 44 | 120 | 516 | 57 | 15 |
| Binary | 110010 | 10010 | 100000 | 0 | 1000000 | 100100 | 1010000 | 101001110 | 101111 | 1101 |
Color Harmonies of #321220
Complementary color
Monochromatic Colors of #321220
Black with #321220
Text Example
Text Example
White with #321220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321220; }
p { color: rgb(50,18,32); }
H1.HeaderClassName
{
color: #321220;
}
.AnyTagClassName
{
color: #321220;
}
</style>
background-color css
<style>
a { background-color: #321220; }
a { background-color: rgb(50,18,32); }
div.DivClassName
{
background-color: #321220;
}
.BgClassName
{
background-color: #321220;
}
</style>
border-color css
<style>
span { border-color: #321220; }
span { border-color: rgb(50,18,32); }
td.TdClassName
{
border-color: #321220;
}
.TagClassName
{
border-color: #321220;
}
</style>