Shades of Blackberry #320121
Tints of Blackberry #320121
RGB
CMYK
RGB Variations
Color information
#320121 (or 0x320121) is known color: Blackberry. HEX triplet: 32, 01 and 21. RGB value is (50,1,33). Sum of RGB (Red+Green+Blue) = 50+1+33=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #320121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320121 is #CDFEDE. Grayscale: #131313. Windows color (decimal): -13500127 or 2162994. OLE color: 2162994.
HSL color Cylindrical-coordinate representation of color #320121: hue angle of 320.82º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320121 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 33 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.80 |
| HSL | 320.82º | 0.96% | 0.1% | - |
| HSV(B) | 320.82º | 0.98% | 0.2% | - |
| XYZ | 1.6 | 0.81 | 1.51 | - |
| YUV | 19.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 33 | 0 | 0.98 | 0.34 | 0.80 | 320.82 | 0.96 | 0.1 |
| Hex | 32 | 1 | 21 | 0 | 62 | 22 | 50 | 141 | 60 | A |
| Octal | 62 | 1 | 41 | 0 | 142 | 42 | 120 | 501 | 140 | 12 |
| Binary | 110010 | 1 | 100001 | 0 | 1100010 | 100010 | 1010000 | 101000001 | 1100000 | 1010 |
Color Harmonies of #320121
Complementary color
Monochromatic Colors of #320121
Black with #320121
Text Example
Text Example
White with #320121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320121; }
p { color: rgb(50,1,33); }
H1.HeaderClassName
{
color: #320121;
}
.AnyTagClassName
{
color: #320121;
}
</style>
background-color css
<style>
a { background-color: #320121; }
a { background-color: rgb(50,1,33); }
div.DivClassName
{
background-color: #320121;
}
.BgClassName
{
background-color: #320121;
}
</style>
border-color css
<style>
span { border-color: #320121; }
span { border-color: rgb(50,1,33); }
td.TdClassName
{
border-color: #320121;
}
.TagClassName
{
border-color: #320121;
}
</style>