Shades of Blackberry #320021
Tints of Blackberry #320021
RGB
CMYK
RGB Variations
Color information
#320021 (or 0x320021) is known color: Blackberry. HEX triplet: 32, 00 and 21. RGB value is (50,0,33). Sum of RGB (Red+Green+Blue) = 50+0+33=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320021 is #CDFFDE. Grayscale: #121212. Windows color (decimal): -13500383 or 2162738. OLE color: 2162738.
HSL color Cylindrical-coordinate representation of color #320021: hue angle of 320.4º 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 #320021 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.34 | 0.80 |
| HSL | 320.4º | 1% | 0.1% | - |
| HSV(B) | 320.4º | 1% | 0.2% | - |
| XYZ | 1.59 | 0.79 | 1.51 | - |
| YUV | 18.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 33 | 0 | 1 | 0.34 | 0.80 | 320.4 | 1 | 0.1 |
| Hex | 32 | 0 | 21 | 0 | 64 | 22 | 50 | 140 | 64 | A |
| Octal | 62 | 0 | 41 | 0 | 144 | 42 | 120 | 500 | 144 | 12 |
| Binary | 110010 | 0 | 100001 | 0 | 1100100 | 100010 | 1010000 | 101000000 | 1100100 | 1010 |
Color Harmonies of #320021
Complementary color
Monochromatic Colors of #320021
Black with #320021
Text Example
Text Example
White with #320021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320021; }
p { color: rgb(50,0,33); }
H1.HeaderClassName
{
color: #320021;
}
.AnyTagClassName
{
color: #320021;
}
</style>
background-color css
<style>
a { background-color: #320021; }
a { background-color: rgb(50,0,33); }
div.DivClassName
{
background-color: #320021;
}
.BgClassName
{
background-color: #320021;
}
</style>
border-color css
<style>
span { border-color: #320021; }
span { border-color: rgb(50,0,33); }
td.TdClassName
{
border-color: #320021;
}
.TagClassName
{
border-color: #320021;
}
</style>