Shades of Blackberry #321C28
Tints of Blackberry #321C28
RGB
CMYK
RGB Variations
Color information
#321C28 (or 0x321C28) is known color: Blackberry. HEX triplet: 32, 1C and 28. RGB value is (50,28,40). Sum of RGB (Red+Green+Blue) = 50+28+40=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #321C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C28 is #CDE3D7. Grayscale: #232323. Windows color (decimal): -13493208 or 2628658. OLE color: 2628658.
HSL color Cylindrical-coordinate representation of color #321C28: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321C28 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 40 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.80 |
| HSL | 327.27º | 0.28% | 0.15% | - |
| HSV(B) | 327.27º | 0.44% | 0.2% | - |
| XYZ | 2.11 | 1.66 | 2.22 | - |
| YUV | 35.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 40 | 0 | 0.44 | 0.20 | 0.80 | 327.27 | 0.28 | 0.15 |
| Hex | 32 | 1C | 28 | 0 | 2C | 14 | 50 | 147 | 1C | F |
| Octal | 62 | 34 | 50 | 0 | 54 | 24 | 120 | 507 | 34 | 17 |
| Binary | 110010 | 11100 | 101000 | 0 | 101100 | 10100 | 1010000 | 101000111 | 11100 | 1111 |
Color Harmonies of #321C28
Complementary color
Monochromatic Colors of #321C28
Black with #321C28
Text Example
Text Example
White with #321C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C28; }
p { color: rgb(50,28,40); }
H1.HeaderClassName
{
color: #321C28;
}
.AnyTagClassName
{
color: #321C28;
}
</style>
background-color css
<style>
a { background-color: #321C28; }
a { background-color: rgb(50,28,40); }
div.DivClassName
{
background-color: #321C28;
}
.BgClassName
{
background-color: #321C28;
}
</style>
border-color css
<style>
span { border-color: #321C28; }
span { border-color: rgb(50,28,40); }
td.TdClassName
{
border-color: #321C28;
}
.TagClassName
{
border-color: #321C28;
}
</style>