Shades of Blackberry #321521
Tints of Blackberry #321521
RGB
CMYK
RGB Variations
Color information
#321521 (or 0x321521) is known color: Blackberry. HEX triplet: 32, 15 and 21. RGB value is (50,21,33). Sum of RGB (Red+Green+Blue) = 50+21+33=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321521 is #CDEADE. Grayscale: #1F1F1F. Windows color (decimal): -13495007 or 2168114. OLE color: 2168114.
HSL color Cylindrical-coordinate representation of color #321521: hue angle of 335.17º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321521 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 33 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.80 |
| HSL | 335.17º | 0.41% | 0.14% | - |
| HSV(B) | 335.17º | 0.58% | 0.2% | - |
| XYZ | 1.86 | 1.32 | 1.6 | - |
| YUV | 31.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 33 | 0 | 0.58 | 0.34 | 0.80 | 335.17 | 0.41 | 0.14 |
| Hex | 32 | 15 | 21 | 0 | 3A | 22 | 50 | 14F | 29 | E |
| Octal | 62 | 25 | 41 | 0 | 72 | 42 | 120 | 517 | 51 | 16 |
| Binary | 110010 | 10101 | 100001 | 0 | 111010 | 100010 | 1010000 | 101001111 | 101001 | 1110 |
Color Harmonies of #321521
Complementary color
Monochromatic Colors of #321521
Black with #321521
Text Example
Text Example
White with #321521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321521; }
p { color: rgb(50,21,33); }
H1.HeaderClassName
{
color: #321521;
}
.AnyTagClassName
{
color: #321521;
}
</style>
background-color css
<style>
a { background-color: #321521; }
a { background-color: rgb(50,21,33); }
div.DivClassName
{
background-color: #321521;
}
.BgClassName
{
background-color: #321521;
}
</style>
border-color css
<style>
span { border-color: #321521; }
span { border-color: rgb(50,21,33); }
td.TdClassName
{
border-color: #321521;
}
.TagClassName
{
border-color: #321521;
}
</style>