Shades of Blackberry #321224
Tints of Blackberry #321224
RGB
CMYK
RGB Variations
Color information
#321224 (or 0x321224) is known color: Blackberry. HEX triplet: 32, 12 and 24. RGB value is (50,18,36). Sum of RGB (Red+Green+Blue) = 50+18+36=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321224 is #CDEDDB. Grayscale: #1D1D1D. Windows color (decimal): -13495772 or 2363954. OLE color: 2363954.
HSL color Cylindrical-coordinate representation of color #321224: hue angle of 326.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321224 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 18 | 36 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.80 |
| HSL | 326.25º | 0.47% | 0.13% | - |
| HSV(B) | 326.25º | 0.64% | 0.2% | - |
| XYZ | 1.85 | 1.24 | 1.81 | - |
| YUV | 29.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 36 | 0 | 0.64 | 0.28 | 0.80 | 326.25 | 0.47 | 0.13 |
| Hex | 32 | 12 | 24 | 0 | 40 | 1C | 50 | 146 | 2F | D |
| Octal | 62 | 22 | 44 | 0 | 100 | 34 | 120 | 506 | 57 | 15 |
| Binary | 110010 | 10010 | 100100 | 0 | 1000000 | 11100 | 1010000 | 101000110 | 101111 | 1101 |
Color Harmonies of #321224
Complementary color
Monochromatic Colors of #321224
Black with #321224
Text Example
Text Example
White with #321224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321224; }
p { color: rgb(50,18,36); }
H1.HeaderClassName
{
color: #321224;
}
.AnyTagClassName
{
color: #321224;
}
</style>
background-color css
<style>
a { background-color: #321224; }
a { background-color: rgb(50,18,36); }
div.DivClassName
{
background-color: #321224;
}
.BgClassName
{
background-color: #321224;
}
</style>
border-color css
<style>
span { border-color: #321224; }
span { border-color: rgb(50,18,36); }
td.TdClassName
{
border-color: #321224;
}
.TagClassName
{
border-color: #321224;
}
</style>