Shades of Blackberry #320328
Tints of Blackberry #320328
RGB
CMYK
RGB Variations
Color information
#320328 (or 0x320328) is known color: Blackberry. HEX triplet: 32, 03 and 28. RGB value is (50,3,40). Sum of RGB (Red+Green+Blue) = 50+3+40=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #320328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320328 is #CDFCD7. Grayscale: #151515. Windows color (decimal): -13499608 or 2622258. OLE color: 2622258.
HSL color Cylindrical-coordinate representation of color #320328: hue angle of 312.77º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320328 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 40 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.80 |
| HSL | 312.77º | 0.89% | 0.1% | - |
| HSV(B) | 312.77º | 0.94% | 0.2% | - |
| XYZ | 1.73 | 0.9 | 2.09 | - |
| YUV | 21.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 40 | 0 | 0.94 | 0.20 | 0.80 | 312.77 | 0.89 | 0.1 |
| Hex | 32 | 3 | 28 | 0 | 5E | 14 | 50 | 139 | 59 | A |
| Octal | 62 | 3 | 50 | 0 | 136 | 24 | 120 | 471 | 131 | 12 |
| Binary | 110010 | 11 | 101000 | 0 | 1011110 | 10100 | 1010000 | 100111001 | 1011001 | 1010 |
Color Harmonies of #320328
Complementary color
Monochromatic Colors of #320328
Black with #320328
Text Example
Text Example
White with #320328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320328; }
p { color: rgb(50,3,40); }
H1.HeaderClassName
{
color: #320328;
}
.AnyTagClassName
{
color: #320328;
}
</style>
background-color css
<style>
a { background-color: #320328; }
a { background-color: rgb(50,3,40); }
div.DivClassName
{
background-color: #320328;
}
.BgClassName
{
background-color: #320328;
}
</style>
border-color css
<style>
span { border-color: #320328; }
span { border-color: rgb(50,3,40); }
td.TdClassName
{
border-color: #320328;
}
.TagClassName
{
border-color: #320328;
}
</style>