Shades of Blackberry #530525
Tints of Blackberry #530525
RGB
CMYK
RGB Variations
Color information
#530525 (or 0x530525) is known color: Blackberry. HEX triplet: 53, 05 and 25. RGB value is (83,5,37). Sum of RGB (Red+Green+Blue) = 83+5+37=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530525 is #ACFADA. Grayscale: #1F1F1F. Windows color (decimal): -11336411 or 2426195. OLE color: 2426195.
HSL color Cylindrical-coordinate representation of color #530525: hue angle of 335.38º 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 #530525 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 37 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.67 |
| HSL | 335.38º | 0.89% | 0.17% | - |
| HSV(B) | 335.38º | 0.94% | 0.33% | - |
| XYZ | 3.96 | 2.08 | 1.94 | - |
| YUV | 31.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 37 | 0 | 0.94 | 0.55 | 0.67 | 335.38 | 0.89 | 0.17 |
| Hex | 53 | 5 | 25 | 0 | 5E | 37 | 43 | 14F | 59 | 11 |
| Octal | 123 | 5 | 45 | 0 | 136 | 67 | 103 | 517 | 131 | 21 |
| Binary | 1010011 | 101 | 100101 | 0 | 1011110 | 110111 | 1000011 | 101001111 | 1011001 | 10001 |
Color Harmonies of #530525
Complementary color
Monochromatic Colors of #530525
Black with #530525
Text Example
Text Example
White with #530525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530525; }
p { color: rgb(83,5,37); }
H1.HeaderClassName
{
color: #530525;
}
.AnyTagClassName
{
color: #530525;
}
</style>
background-color css
<style>
a { background-color: #530525; }
a { background-color: rgb(83,5,37); }
div.DivClassName
{
background-color: #530525;
}
.BgClassName
{
background-color: #530525;
}
</style>
border-color css
<style>
span { border-color: #530525; }
span { border-color: rgb(83,5,37); }
td.TdClassName
{
border-color: #530525;
}
.TagClassName
{
border-color: #530525;
}
</style>