Shades of Blackberry #320424
Tints of Blackberry #320424
RGB
CMYK
RGB Variations
Color information
#320424 (or 0x320424) is known color: Blackberry. HEX triplet: 32, 04 and 24. RGB value is (50,4,36). Sum of RGB (Red+Green+Blue) = 50+4+36=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320424 is #CDFBDB. Grayscale: #151515. Windows color (decimal): -13499356 or 2360370. OLE color: 2360370.
HSL color Cylindrical-coordinate representation of color #320424: hue angle of 318.26º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320424 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 36 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.80 |
| HSL | 318.26º | 0.85% | 0.11% | - |
| HSV(B) | 318.26º | 0.92% | 0.2% | - |
| XYZ | 1.68 | 0.89 | 1.75 | - |
| YUV | 21.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 36 | 0 | 0.92 | 0.28 | 0.80 | 318.26 | 0.85 | 0.11 |
| Hex | 32 | 4 | 24 | 0 | 5C | 1C | 50 | 13E | 55 | B |
| Octal | 62 | 4 | 44 | 0 | 134 | 34 | 120 | 476 | 125 | 13 |
| Binary | 110010 | 100 | 100100 | 0 | 1011100 | 11100 | 1010000 | 100111110 | 1010101 | 1011 |
Color Harmonies of #320424
Complementary color
Monochromatic Colors of #320424
Black with #320424
Text Example
Text Example
White with #320424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320424; }
p { color: rgb(50,4,36); }
H1.HeaderClassName
{
color: #320424;
}
.AnyTagClassName
{
color: #320424;
}
</style>
background-color css
<style>
a { background-color: #320424; }
a { background-color: rgb(50,4,36); }
div.DivClassName
{
background-color: #320424;
}
.BgClassName
{
background-color: #320424;
}
</style>
border-color css
<style>
span { border-color: #320424; }
span { border-color: rgb(50,4,36); }
td.TdClassName
{
border-color: #320424;
}
.TagClassName
{
border-color: #320424;
}
</style>