Shades of Blackberry #320825
Tints of Blackberry #320825
RGB
CMYK
RGB Variations
Color information
#320825 (or 0x320825) is known color: Blackberry. HEX triplet: 32, 08 and 25. RGB value is (50,8,37). Sum of RGB (Red+Green+Blue) = 50+8+37=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #320825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320825 is #CDF7DA. Grayscale: #171717. Windows color (decimal): -13498331 or 2426930. OLE color: 2426930.
HSL color Cylindrical-coordinate representation of color #320825: hue angle of 318.57º 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 #320825 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 37 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.80 |
| HSL | 318.57º | 0.72% | 0.11% | - |
| HSV(B) | 318.57º | 0.84% | 0.2% | - |
| XYZ | 1.74 | 0.99 | 1.85 | - |
| YUV | 23.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 37 | 0 | 0.84 | 0.26 | 0.80 | 318.57 | 0.72 | 0.11 |
| Hex | 32 | 8 | 25 | 0 | 54 | 1A | 50 | 13F | 48 | B |
| Octal | 62 | 10 | 45 | 0 | 124 | 32 | 120 | 477 | 110 | 13 |
| Binary | 110010 | 1000 | 100101 | 0 | 1010100 | 11010 | 1010000 | 100111111 | 1001000 | 1011 |
Color Harmonies of #320825
Complementary color
Monochromatic Colors of #320825
Black with #320825
Text Example
Text Example
White with #320825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320825; }
p { color: rgb(50,8,37); }
H1.HeaderClassName
{
color: #320825;
}
.AnyTagClassName
{
color: #320825;
}
</style>
background-color css
<style>
a { background-color: #320825; }
a { background-color: rgb(50,8,37); }
div.DivClassName
{
background-color: #320825;
}
.BgClassName
{
background-color: #320825;
}
</style>
border-color css
<style>
span { border-color: #320825; }
span { border-color: rgb(50,8,37); }
td.TdClassName
{
border-color: #320825;
}
.TagClassName
{
border-color: #320825;
}
</style>