Shades of Blackberry #320C21
Tints of Blackberry #320C21
RGB
CMYK
RGB Variations
Color information
#320C21 (or 0x320C21) is known color: Blackberry. HEX triplet: 32, 0C and 21. RGB value is (50,12,33). Sum of RGB (Red+Green+Blue) = 50+12+33=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #320C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C21 is #CDF3DE. Grayscale: #191919. Windows color (decimal): -13497311 or 2165810. OLE color: 2165810.
HSL color Cylindrical-coordinate representation of color #320C21: hue angle of 326.84º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C21 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 33 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.80 |
| HSL | 326.84º | 0.61% | 0.12% | - |
| HSV(B) | 326.84º | 0.76% | 0.2% | - |
| XYZ | 1.72 | 1.05 | 1.55 | - |
| YUV | 25.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 33 | 0 | 0.76 | 0.34 | 0.80 | 326.84 | 0.61 | 0.12 |
| Hex | 32 | C | 21 | 0 | 4C | 22 | 50 | 147 | 3D | C |
| Octal | 62 | 14 | 41 | 0 | 114 | 42 | 120 | 507 | 75 | 14 |
| Binary | 110010 | 1100 | 100001 | 0 | 1001100 | 100010 | 1010000 | 101000111 | 111101 | 1100 |
Color Harmonies of #320C21
Complementary color
Monochromatic Colors of #320C21
Black with #320C21
Text Example
Text Example
White with #320C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C21; }
p { color: rgb(50,12,33); }
H1.HeaderClassName
{
color: #320C21;
}
.AnyTagClassName
{
color: #320C21;
}
</style>
background-color css
<style>
a { background-color: #320C21; }
a { background-color: rgb(50,12,33); }
div.DivClassName
{
background-color: #320C21;
}
.BgClassName
{
background-color: #320C21;
}
</style>
border-color css
<style>
span { border-color: #320C21; }
span { border-color: rgb(50,12,33); }
td.TdClassName
{
border-color: #320C21;
}
.TagClassName
{
border-color: #320C21;
}
</style>