Shades of Blackberry #521432
Tints of Blackberry #521432
RGB
CMYK
RGB Variations
Color information
#521432 (or 0x521432) is known color: Blackberry. HEX triplet: 52, 14 and 32. RGB value is (82,20,50). Sum of RGB (Red+Green+Blue) = 82+20+50=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #521432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521432 is #ADEBCD. Grayscale: #292929. Windows color (decimal): -11398094 or 3282002. OLE color: 3282002.
HSL color Cylindrical-coordinate representation of color #521432: hue angle of 330.97º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521432 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 50 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.68 |
| HSL | 330.97º | 0.61% | 0.2% | - |
| HSV(B) | 330.97º | 0.76% | 0.32% | - |
| XYZ | 4.31 | 2.52 | 3.28 | - |
| YUV | 41.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 50 | 0 | 0.76 | 0.39 | 0.68 | 330.97 | 0.61 | 0.2 |
| Hex | 52 | 14 | 32 | 0 | 4C | 27 | 44 | 14B | 3D | 14 |
| Octal | 122 | 24 | 62 | 0 | 114 | 47 | 104 | 513 | 75 | 24 |
| Binary | 1010010 | 10100 | 110010 | 0 | 1001100 | 100111 | 1000100 | 101001011 | 111101 | 10100 |
Color Harmonies of #521432
Complementary color
Monochromatic Colors of #521432
Black with #521432
Text Example
Text Example
White with #521432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521432; }
p { color: rgb(82,20,50); }
H1.HeaderClassName
{
color: #521432;
}
.AnyTagClassName
{
color: #521432;
}
</style>
background-color css
<style>
a { background-color: #521432; }
a { background-color: rgb(82,20,50); }
div.DivClassName
{
background-color: #521432;
}
.BgClassName
{
background-color: #521432;
}
</style>
border-color css
<style>
span { border-color: #521432; }
span { border-color: rgb(82,20,50); }
td.TdClassName
{
border-color: #521432;
}
.TagClassName
{
border-color: #521432;
}
</style>