Shades of Blackberry #320829
Tints of Blackberry #320829
RGB
CMYK
RGB Variations
Color information
#320829 (or 0x320829) is known color: Blackberry. HEX triplet: 32, 08 and 29. RGB value is (50,8,41). Sum of RGB (Red+Green+Blue) = 50+8+41=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320829 is #CDF7D6. Grayscale: #181818. Windows color (decimal): -13498327 or 2689074. OLE color: 2689074.
HSL color Cylindrical-coordinate representation of color #320829: hue angle of 312.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320829 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 41 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.80 |
| HSL | 312.86º | 0.72% | 0.11% | - |
| HSV(B) | 312.86º | 0.84% | 0.2% | - |
| XYZ | 1.8 | 1.01 | 2.2 | - |
| YUV | 24.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 41 | 0 | 0.84 | 0.18 | 0.80 | 312.86 | 0.72 | 0.11 |
| Hex | 32 | 8 | 29 | 0 | 54 | 12 | 50 | 139 | 48 | B |
| Octal | 62 | 10 | 51 | 0 | 124 | 22 | 120 | 471 | 110 | 13 |
| Binary | 110010 | 1000 | 101001 | 0 | 1010100 | 10010 | 1010000 | 100111001 | 1001000 | 1011 |
Color Harmonies of #320829
Complementary color
Monochromatic Colors of #320829
Black with #320829
Text Example
Text Example
White with #320829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320829; }
p { color: rgb(50,8,41); }
H1.HeaderClassName
{
color: #320829;
}
.AnyTagClassName
{
color: #320829;
}
</style>
background-color css
<style>
a { background-color: #320829; }
a { background-color: rgb(50,8,41); }
div.DivClassName
{
background-color: #320829;
}
.BgClassName
{
background-color: #320829;
}
</style>
border-color css
<style>
span { border-color: #320829; }
span { border-color: rgb(50,8,41); }
td.TdClassName
{
border-color: #320829;
}
.TagClassName
{
border-color: #320829;
}
</style>