Shades of Blackberry #320E24
Tints of Blackberry #320E24
RGB
CMYK
RGB Variations
Color information
#320E24 (or 0x320E24) is known color: Blackberry. HEX triplet: 32, 0E and 24. RGB value is (50,14,36). Sum of RGB (Red+Green+Blue) = 50+14+36=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #320E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E24 is #CDF1DB. Grayscale: #1B1B1B. Windows color (decimal): -13496796 or 2362930. OLE color: 2362930.
HSL color Cylindrical-coordinate representation of color #320E24: hue angle of 323.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E24 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 14 | 36 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.80 |
| HSL | 323.33º | 0.56% | 0.13% | - |
| HSV(B) | 323.33º | 0.72% | 0.2% | - |
| XYZ | 1.79 | 1.12 | 1.79 | - |
| YUV | 27.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 36 | 0 | 0.72 | 0.28 | 0.80 | 323.33 | 0.56 | 0.13 |
| Hex | 32 | E | 24 | 0 | 48 | 1C | 50 | 143 | 38 | D |
| Octal | 62 | 16 | 44 | 0 | 110 | 34 | 120 | 503 | 70 | 15 |
| Binary | 110010 | 1110 | 100100 | 0 | 1001000 | 11100 | 1010000 | 101000011 | 111000 | 1101 |
Color Harmonies of #320E24
Complementary color
Monochromatic Colors of #320E24
Black with #320E24
Text Example
Text Example
White with #320E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E24; }
p { color: rgb(50,14,36); }
H1.HeaderClassName
{
color: #320E24;
}
.AnyTagClassName
{
color: #320E24;
}
</style>
background-color css
<style>
a { background-color: #320E24; }
a { background-color: rgb(50,14,36); }
div.DivClassName
{
background-color: #320E24;
}
.BgClassName
{
background-color: #320E24;
}
</style>
border-color css
<style>
span { border-color: #320E24; }
span { border-color: rgb(50,14,36); }
td.TdClassName
{
border-color: #320E24;
}
.TagClassName
{
border-color: #320E24;
}
</style>