Shades of Blackberry #320521
Tints of Blackberry #320521
RGB
CMYK
RGB Variations
Color information
#320521 (or 0x320521) is known color: Blackberry. HEX triplet: 32, 05 and 21. RGB value is (50,5,33). Sum of RGB (Red+Green+Blue) = 50+5+33=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #320521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320521 is #CDFADE. Grayscale: #151515. Windows color (decimal): -13499103 or 2164018. OLE color: 2164018.
HSL color Cylindrical-coordinate representation of color #320521: hue angle of 322.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320521 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 33 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.80 |
| HSL | 322.67º | 0.82% | 0.11% | - |
| HSV(B) | 322.67º | 0.9% | 0.2% | - |
| XYZ | 1.64 | 0.9 | 1.53 | - |
| YUV | 21.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 33 | 0 | 0.90 | 0.34 | 0.80 | 322.67 | 0.82 | 0.11 |
| Hex | 32 | 5 | 21 | 0 | 5A | 22 | 50 | 143 | 52 | B |
| Octal | 62 | 5 | 41 | 0 | 132 | 42 | 120 | 503 | 122 | 13 |
| Binary | 110010 | 101 | 100001 | 0 | 1011010 | 100010 | 1010000 | 101000011 | 1010010 | 1011 |
Color Harmonies of #320521
Complementary color
Monochromatic Colors of #320521
Black with #320521
Text Example
Text Example
White with #320521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320521; }
p { color: rgb(50,5,33); }
H1.HeaderClassName
{
color: #320521;
}
.AnyTagClassName
{
color: #320521;
}
</style>
background-color css
<style>
a { background-color: #320521; }
a { background-color: rgb(50,5,33); }
div.DivClassName
{
background-color: #320521;
}
.BgClassName
{
background-color: #320521;
}
</style>
border-color css
<style>
span { border-color: #320521; }
span { border-color: rgb(50,5,33); }
td.TdClassName
{
border-color: #320521;
}
.TagClassName
{
border-color: #320521;
}
</style>