Shades of Blackberry #320120
Tints of Blackberry #320120
RGB
CMYK
RGB Variations
Color information
#320120 (or 0x320120) is known color: Blackberry. HEX triplet: 32, 01 and 20. RGB value is (50,1,32). Sum of RGB (Red+Green+Blue) = 50+1+32=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #320120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320120 is #CDFEDF. Grayscale: #131313. Windows color (decimal): -13500128 or 2097458. OLE color: 2097458.
HSL color Cylindrical-coordinate representation of color #320120: hue angle of 322.04º 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 #320120 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 32 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.80 |
| HSL | 322.04º | 0.96% | 0.1% | - |
| HSV(B) | 322.04º | 0.98% | 0.2% | - |
| XYZ | 1.59 | 0.8 | 1.44 | - |
| YUV | 19.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 32 | 0 | 0.98 | 0.36 | 0.80 | 322.04 | 0.96 | 0.1 |
| Hex | 32 | 1 | 20 | 0 | 62 | 24 | 50 | 142 | 60 | A |
| Octal | 62 | 1 | 40 | 0 | 142 | 44 | 120 | 502 | 140 | 12 |
| Binary | 110010 | 1 | 100000 | 0 | 1100010 | 100100 | 1010000 | 101000010 | 1100000 | 1010 |
Color Harmonies of #320120
Complementary color
Monochromatic Colors of #320120
Black with #320120
Text Example
Text Example
White with #320120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320120; }
p { color: rgb(50,1,32); }
H1.HeaderClassName
{
color: #320120;
}
.AnyTagClassName
{
color: #320120;
}
</style>
background-color css
<style>
a { background-color: #320120; }
a { background-color: rgb(50,1,32); }
div.DivClassName
{
background-color: #320120;
}
.BgClassName
{
background-color: #320120;
}
</style>
border-color css
<style>
span { border-color: #320120; }
span { border-color: rgb(50,1,32); }
td.TdClassName
{
border-color: #320120;
}
.TagClassName
{
border-color: #320120;
}
</style>