Shades of Blackberry #321124
Tints of Blackberry #321124
RGB
CMYK
RGB Variations
Color information
#321124 (or 0x321124) is known color: Blackberry. HEX triplet: 32, 11 and 24. RGB value is (50,17,36). Sum of RGB (Red+Green+Blue) = 50+17+36=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321124 is #CDEEDB. Grayscale: #1C1C1C. Windows color (decimal): -13496028 or 2363698. OLE color: 2363698.
HSL color Cylindrical-coordinate representation of color #321124: hue angle of 325.45º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321124 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 36 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.80 |
| HSL | 325.45º | 0.49% | 0.13% | - |
| HSV(B) | 325.45º | 0.66% | 0.2% | - |
| XYZ | 1.83 | 1.21 | 1.81 | - |
| YUV | 29.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 36 | 0 | 0.66 | 0.28 | 0.80 | 325.45 | 0.49 | 0.13 |
| Hex | 32 | 11 | 24 | 0 | 42 | 1C | 50 | 145 | 31 | D |
| Octal | 62 | 21 | 44 | 0 | 102 | 34 | 120 | 505 | 61 | 15 |
| Binary | 110010 | 10001 | 100100 | 0 | 1000010 | 11100 | 1010000 | 101000101 | 110001 | 1101 |
Color Harmonies of #321124
Complementary color
Monochromatic Colors of #321124
Black with #321124
Text Example
Text Example
White with #321124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321124; }
p { color: rgb(50,17,36); }
H1.HeaderClassName
{
color: #321124;
}
.AnyTagClassName
{
color: #321124;
}
</style>
background-color css
<style>
a { background-color: #321124; }
a { background-color: rgb(50,17,36); }
div.DivClassName
{
background-color: #321124;
}
.BgClassName
{
background-color: #321124;
}
</style>
border-color css
<style>
span { border-color: #321124; }
span { border-color: rgb(50,17,36); }
td.TdClassName
{
border-color: #321124;
}
.TagClassName
{
border-color: #321124;
}
</style>