Shades of Blackberry #320F24
Tints of Blackberry #320F24
RGB
CMYK
RGB Variations
Color information
#320F24 (or 0x320F24) is known color: Blackberry. HEX triplet: 32, 0F and 24. RGB value is (50,15,36). Sum of RGB (Red+Green+Blue) = 50+15+36=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #320F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F24 is #CDF0DB. Grayscale: #1B1B1B. Windows color (decimal): -13496540 or 2363186. OLE color: 2363186.
HSL color Cylindrical-coordinate representation of color #320F24: hue angle of 324º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F24 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 15 | 36 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.80 |
| HSL | 324º | 0.54% | 0.13% | - |
| HSV(B) | 324º | 0.7% | 0.2% | - |
| XYZ | 1.8 | 1.15 | 1.8 | - |
| YUV | 27.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 36 | 0 | 0.70 | 0.28 | 0.80 | 324 | 0.54 | 0.13 |
| Hex | 32 | F | 24 | 0 | 46 | 1C | 50 | 144 | 36 | D |
| Octal | 62 | 17 | 44 | 0 | 106 | 34 | 120 | 504 | 66 | 15 |
| Binary | 110010 | 1111 | 100100 | 0 | 1000110 | 11100 | 1010000 | 101000100 | 110110 | 1101 |
Color Harmonies of #320F24
Complementary color
Monochromatic Colors of #320F24
Black with #320F24
Text Example
Text Example
White with #320F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F24; }
p { color: rgb(50,15,36); }
H1.HeaderClassName
{
color: #320F24;
}
.AnyTagClassName
{
color: #320F24;
}
</style>
background-color css
<style>
a { background-color: #320F24; }
a { background-color: rgb(50,15,36); }
div.DivClassName
{
background-color: #320F24;
}
.BgClassName
{
background-color: #320F24;
}
</style>
border-color css
<style>
span { border-color: #320F24; }
span { border-color: rgb(50,15,36); }
td.TdClassName
{
border-color: #320F24;
}
.TagClassName
{
border-color: #320F24;
}
</style>