Shades of Blackberry #320B24
Tints of Blackberry #320B24
RGB
CMYK
RGB Variations
Color information
#320B24 (or 0x320B24) is known color: Blackberry. HEX triplet: 32, 0B and 24. RGB value is (50,11,36). Sum of RGB (Red+Green+Blue) = 50+11+36=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #320B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B24 is #CDF4DB. Grayscale: #191919. Windows color (decimal): -13497564 or 2362162. OLE color: 2362162.
HSL color Cylindrical-coordinate representation of color #320B24: hue angle of 321.54º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B24 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 36 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.80 |
| HSL | 321.54º | 0.64% | 0.12% | - |
| HSV(B) | 321.54º | 0.78% | 0.2% | - |
| XYZ | 1.75 | 1.04 | 1.78 | - |
| YUV | 25.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 36 | 0 | 0.78 | 0.28 | 0.80 | 321.54 | 0.64 | 0.12 |
| Hex | 32 | B | 24 | 0 | 4E | 1C | 50 | 142 | 40 | C |
| Octal | 62 | 13 | 44 | 0 | 116 | 34 | 120 | 502 | 100 | 14 |
| Binary | 110010 | 1011 | 100100 | 0 | 1001110 | 11100 | 1010000 | 101000010 | 1000000 | 1100 |
Color Harmonies of #320B24
Complementary color
Monochromatic Colors of #320B24
Black with #320B24
Text Example
Text Example
White with #320B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B24; }
p { color: rgb(50,11,36); }
H1.HeaderClassName
{
color: #320B24;
}
.AnyTagClassName
{
color: #320B24;
}
</style>
background-color css
<style>
a { background-color: #320B24; }
a { background-color: rgb(50,11,36); }
div.DivClassName
{
background-color: #320B24;
}
.BgClassName
{
background-color: #320B24;
}
</style>
border-color css
<style>
span { border-color: #320B24; }
span { border-color: rgb(50,11,36); }
td.TdClassName
{
border-color: #320B24;
}
.TagClassName
{
border-color: #320B24;
}
</style>