Shades of Blackberry #321524
Tints of Blackberry #321524
RGB
CMYK
RGB Variations
Color information
#321524 (or 0x321524) is known color: Blackberry. HEX triplet: 32, 15 and 24. RGB value is (50,21,36). Sum of RGB (Red+Green+Blue) = 50+21+36=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321524 is #CDEADB. Grayscale: #1F1F1F. Windows color (decimal): -13495004 or 2364722. OLE color: 2364722.
HSL color Cylindrical-coordinate representation of color #321524: hue angle of 328.97º 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 #321524 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 36 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.80 |
| HSL | 328.97º | 0.41% | 0.14% | - |
| HSV(B) | 328.97º | 0.58% | 0.2% | - |
| XYZ | 1.9 | 1.34 | 1.83 | - |
| YUV | 31.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 36 | 0 | 0.58 | 0.28 | 0.80 | 328.97 | 0.41 | 0.14 |
| Hex | 32 | 15 | 24 | 0 | 3A | 1C | 50 | 149 | 29 | E |
| Octal | 62 | 25 | 44 | 0 | 72 | 34 | 120 | 511 | 51 | 16 |
| Binary | 110010 | 10101 | 100100 | 0 | 111010 | 11100 | 1010000 | 101001001 | 101001 | 1110 |
Color Harmonies of #321524
Complementary color
Monochromatic Colors of #321524
Black with #321524
Text Example
Text Example
White with #321524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321524; }
p { color: rgb(50,21,36); }
H1.HeaderClassName
{
color: #321524;
}
.AnyTagClassName
{
color: #321524;
}
</style>
background-color css
<style>
a { background-color: #321524; }
a { background-color: rgb(50,21,36); }
div.DivClassName
{
background-color: #321524;
}
.BgClassName
{
background-color: #321524;
}
</style>
border-color css
<style>
span { border-color: #321524; }
span { border-color: rgb(50,21,36); }
td.TdClassName
{
border-color: #321524;
}
.TagClassName
{
border-color: #321524;
}
</style>