Shades of Blackberry #320C20
Tints of Blackberry #320C20
RGB
CMYK
RGB Variations
Color information
#320C20 (or 0x320C20) is known color: Blackberry. HEX triplet: 32, 0C and 20. RGB value is (50,12,32). Sum of RGB (Red+Green+Blue) = 50+12+32=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #320C20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C20 is #CDF3DF. Grayscale: #191919. Windows color (decimal): -13497312 or 2100274. OLE color: 2100274.
HSL color Cylindrical-coordinate representation of color #320C20: hue angle of 328.42º 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 #320C20 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 32 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.80 |
| HSL | 328.42º | 0.61% | 0.12% | - |
| HSV(B) | 328.42º | 0.76% | 0.2% | - |
| XYZ | 1.71 | 1.05 | 1.48 | - |
| YUV | 25.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 32 | 0 | 0.76 | 0.36 | 0.80 | 328.42 | 0.61 | 0.12 |
| Hex | 32 | C | 20 | 0 | 4C | 24 | 50 | 148 | 3D | C |
| Octal | 62 | 14 | 40 | 0 | 114 | 44 | 120 | 510 | 75 | 14 |
| Binary | 110010 | 1100 | 100000 | 0 | 1001100 | 100100 | 1010000 | 101001000 | 111101 | 1100 |
Color Harmonies of #320C20
Complementary color
Monochromatic Colors of #320C20
Black with #320C20
Text Example
Text Example
White with #320C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C20; }
p { color: rgb(50,12,32); }
H1.HeaderClassName
{
color: #320C20;
}
.AnyTagClassName
{
color: #320C20;
}
</style>
background-color css
<style>
a { background-color: #320C20; }
a { background-color: rgb(50,12,32); }
div.DivClassName
{
background-color: #320C20;
}
.BgClassName
{
background-color: #320C20;
}
</style>
border-color css
<style>
span { border-color: #320C20; }
span { border-color: rgb(50,12,32); }
td.TdClassName
{
border-color: #320C20;
}
.TagClassName
{
border-color: #320C20;
}
</style>