Shades of Blackberry #320020
Tints of Blackberry #320020
RGB
CMYK
RGB Variations
Color information
#320020 (or 0x320020) is known color: Blackberry. HEX triplet: 32, 00 and 20. RGB value is (50,0,32). Sum of RGB (Red+Green+Blue) = 50+0+32=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #320020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320020 is #CDFFDF. Grayscale: #121212. Windows color (decimal): -13500384 or 2097202. OLE color: 2097202.
HSL color Cylindrical-coordinate representation of color #320020: hue angle of 321.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320020 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.36 | 0.80 |
| HSL | 321.6º | 1% | 0.1% | - |
| HSV(B) | 321.6º | 1% | 0.2% | - |
| XYZ | 1.58 | 0.78 | 1.43 | - |
| YUV | 18.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 32 | 0 | 1 | 0.36 | 0.80 | 321.6 | 1 | 0.1 |
| Hex | 32 | 0 | 20 | 0 | 64 | 24 | 50 | 142 | 64 | A |
| Octal | 62 | 0 | 40 | 0 | 144 | 44 | 120 | 502 | 144 | 12 |
| Binary | 110010 | 0 | 100000 | 0 | 1100100 | 100100 | 1010000 | 101000010 | 1100100 | 1010 |
Color Harmonies of #320020
Complementary color
Monochromatic Colors of #320020
Black with #320020
Text Example
Text Example
White with #320020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320020; }
p { color: rgb(50,0,32); }
H1.HeaderClassName
{
color: #320020;
}
.AnyTagClassName
{
color: #320020;
}
</style>
background-color css
<style>
a { background-color: #320020; }
a { background-color: rgb(50,0,32); }
div.DivClassName
{
background-color: #320020;
}
.BgClassName
{
background-color: #320020;
}
</style>
border-color css
<style>
span { border-color: #320020; }
span { border-color: rgb(50,0,32); }
td.TdClassName
{
border-color: #320020;
}
.TagClassName
{
border-color: #320020;
}
</style>