Shades of Blackberry #530528
Tints of Blackberry #530528
RGB
CMYK
RGB Variations
Color information
#530528 (or 0x530528) is known color: Blackberry. HEX triplet: 53, 05 and 28. RGB value is (83,5,40). Sum of RGB (Red+Green+Blue) = 83+5+40=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530528 is #ACFAD7. Grayscale: #202020. Windows color (decimal): -11336408 or 2622803. OLE color: 2622803.
HSL color Cylindrical-coordinate representation of color #530528: hue angle of 333.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530528 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 40 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.67 |
| HSL | 333.08º | 0.89% | 0.17% | - |
| HSV(B) | 333.08º | 0.94% | 0.33% | - |
| XYZ | 4 | 2.1 | 2.2 | - |
| YUV | 32.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 40 | 0 | 0.94 | 0.52 | 0.67 | 333.08 | 0.89 | 0.17 |
| Hex | 53 | 5 | 28 | 0 | 5E | 34 | 43 | 14D | 59 | 11 |
| Octal | 123 | 5 | 50 | 0 | 136 | 64 | 103 | 515 | 131 | 21 |
| Binary | 1010011 | 101 | 101000 | 0 | 1011110 | 110100 | 1000011 | 101001101 | 1011001 | 10001 |
Color Harmonies of #530528
Complementary color
Monochromatic Colors of #530528
Black with #530528
Text Example
Text Example
White with #530528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530528; }
p { color: rgb(83,5,40); }
H1.HeaderClassName
{
color: #530528;
}
.AnyTagClassName
{
color: #530528;
}
</style>
background-color css
<style>
a { background-color: #530528; }
a { background-color: rgb(83,5,40); }
div.DivClassName
{
background-color: #530528;
}
.BgClassName
{
background-color: #530528;
}
</style>
border-color css
<style>
span { border-color: #530528; }
span { border-color: rgb(83,5,40); }
td.TdClassName
{
border-color: #530528;
}
.TagClassName
{
border-color: #530528;
}
</style>