Shades of Blackberry #321020
Tints of Blackberry #321020
RGB
CMYK
RGB Variations
Color information
#321020 (or 0x321020) is known color: Blackberry. HEX triplet: 32, 10 and 20. RGB value is (50,16,32). Sum of RGB (Red+Green+Blue) = 50+16+32=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321020 is #CDEFDF. Grayscale: #1B1B1B. Windows color (decimal): -13496288 or 2101298. OLE color: 2101298.
HSL color Cylindrical-coordinate representation of color #321020: hue angle of 331.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #321020 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 32 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.80 |
| HSL | 331.76º | 0.52% | 0.13% | - |
| HSV(B) | 331.76º | 0.68% | 0.2% | - |
| XYZ | 1.76 | 1.15 | 1.5 | - |
| YUV | 27.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 32 | 0 | 0.68 | 0.36 | 0.80 | 331.76 | 0.52 | 0.13 |
| Hex | 32 | 10 | 20 | 0 | 44 | 24 | 50 | 14C | 34 | D |
| Octal | 62 | 20 | 40 | 0 | 104 | 44 | 120 | 514 | 64 | 15 |
| Binary | 110010 | 10000 | 100000 | 0 | 1000100 | 100100 | 1010000 | 101001100 | 110100 | 1101 |
Color Harmonies of #321020
Complementary color
Monochromatic Colors of #321020
Black with #321020
Text Example
Text Example
White with #321020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321020; }
p { color: rgb(50,16,32); }
H1.HeaderClassName
{
color: #321020;
}
.AnyTagClassName
{
color: #321020;
}
</style>
background-color css
<style>
a { background-color: #321020; }
a { background-color: rgb(50,16,32); }
div.DivClassName
{
background-color: #321020;
}
.BgClassName
{
background-color: #321020;
}
</style>
border-color css
<style>
span { border-color: #321020; }
span { border-color: rgb(50,16,32); }
td.TdClassName
{
border-color: #321020;
}
.TagClassName
{
border-color: #321020;
}
</style>