Shades of Blackberry #320527
Tints of Blackberry #320527
RGB
CMYK
RGB Variations
Color information
#320527 (or 0x320527) is known color: Blackberry. HEX triplet: 32, 05 and 27. RGB value is (50,5,39). Sum of RGB (Red+Green+Blue) = 50+5+39=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #320527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320527 is #CDFAD8. Grayscale: #161616. Windows color (decimal): -13499097 or 2557234. OLE color: 2557234.
HSL color Cylindrical-coordinate representation of color #320527: hue angle of 314.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320527 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 39 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.80 |
| HSL | 314.67º | 0.82% | 0.11% | - |
| HSV(B) | 314.67º | 0.9% | 0.2% | - |
| XYZ | 1.74 | 0.93 | 2.01 | - |
| YUV | 22.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 39 | 0 | 0.90 | 0.22 | 0.80 | 314.67 | 0.82 | 0.11 |
| Hex | 32 | 5 | 27 | 0 | 5A | 16 | 50 | 13B | 52 | B |
| Octal | 62 | 5 | 47 | 0 | 132 | 26 | 120 | 473 | 122 | 13 |
| Binary | 110010 | 101 | 100111 | 0 | 1011010 | 10110 | 1010000 | 100111011 | 1010010 | 1011 |
Color Harmonies of #320527
Complementary color
Monochromatic Colors of #320527
Black with #320527
Text Example
Text Example
White with #320527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320527; }
p { color: rgb(50,5,39); }
H1.HeaderClassName
{
color: #320527;
}
.AnyTagClassName
{
color: #320527;
}
</style>
background-color css
<style>
a { background-color: #320527; }
a { background-color: rgb(50,5,39); }
div.DivClassName
{
background-color: #320527;
}
.BgClassName
{
background-color: #320527;
}
</style>
border-color css
<style>
span { border-color: #320527; }
span { border-color: rgb(50,5,39); }
td.TdClassName
{
border-color: #320527;
}
.TagClassName
{
border-color: #320527;
}
</style>