Shades of Blackberry #320B20
Tints of Blackberry #320B20
RGB
CMYK
RGB Variations
Color information
#320B20 (or 0x320B20) is known color: Blackberry. HEX triplet: 32, 0B and 20. RGB value is (50,11,32). Sum of RGB (Red+Green+Blue) = 50+11+32=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #320B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B20 is #CDF4DF. Grayscale: #191919. Windows color (decimal): -13497568 or 2100018. OLE color: 2100018.
HSL color Cylindrical-coordinate representation of color #320B20: hue angle of 327.69º 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 #320B20 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 32 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.80 |
| HSL | 327.69º | 0.64% | 0.12% | - |
| HSV(B) | 327.69º | 0.78% | 0.2% | - |
| XYZ | 1.7 | 1.02 | 1.47 | - |
| YUV | 25.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 32 | 0 | 0.78 | 0.36 | 0.80 | 327.69 | 0.64 | 0.12 |
| Hex | 32 | B | 20 | 0 | 4E | 24 | 50 | 148 | 40 | C |
| Octal | 62 | 13 | 40 | 0 | 116 | 44 | 120 | 510 | 100 | 14 |
| Binary | 110010 | 1011 | 100000 | 0 | 1001110 | 100100 | 1010000 | 101001000 | 1000000 | 1100 |
Color Harmonies of #320B20
Complementary color
Monochromatic Colors of #320B20
Black with #320B20
Text Example
Text Example
White with #320B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B20; }
p { color: rgb(50,11,32); }
H1.HeaderClassName
{
color: #320B20;
}
.AnyTagClassName
{
color: #320B20;
}
</style>
background-color css
<style>
a { background-color: #320B20; }
a { background-color: rgb(50,11,32); }
div.DivClassName
{
background-color: #320B20;
}
.BgClassName
{
background-color: #320B20;
}
</style>
border-color css
<style>
span { border-color: #320B20; }
span { border-color: rgb(50,11,32); }
td.TdClassName
{
border-color: #320B20;
}
.TagClassName
{
border-color: #320B20;
}
</style>