Shades of Blackberry #530725
Tints of Blackberry #530725
RGB
CMYK
RGB Variations
Color information
#530725 (or 0x530725) is known color: Blackberry. HEX triplet: 53, 07 and 25. RGB value is (83,7,37). Sum of RGB (Red+Green+Blue) = 83+7+37=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530725 is #ACF8DA. Grayscale: #212121. Windows color (decimal): -11335899 or 2426707. OLE color: 2426707.
HSL color Cylindrical-coordinate representation of color #530725: hue angle of 336.32º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530725 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 37 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.67 |
| HSL | 336.32º | 0.84% | 0.18% | - |
| HSV(B) | 336.32º | 0.92% | 0.33% | - |
| XYZ | 3.98 | 2.12 | 1.95 | - |
| YUV | 33.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 37 | 0 | 0.92 | 0.55 | 0.67 | 336.32 | 0.84 | 0.18 |
| Hex | 53 | 7 | 25 | 0 | 5C | 37 | 43 | 150 | 54 | 12 |
| Octal | 123 | 7 | 45 | 0 | 134 | 67 | 103 | 520 | 124 | 22 |
| Binary | 1010011 | 111 | 100101 | 0 | 1011100 | 110111 | 1000011 | 101010000 | 1010100 | 10010 |
Color Harmonies of #530725
Complementary color
Monochromatic Colors of #530725
Black with #530725
Text Example
Text Example
White with #530725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530725; }
p { color: rgb(83,7,37); }
H1.HeaderClassName
{
color: #530725;
}
.AnyTagClassName
{
color: #530725;
}
</style>
background-color css
<style>
a { background-color: #530725; }
a { background-color: rgb(83,7,37); }
div.DivClassName
{
background-color: #530725;
}
.BgClassName
{
background-color: #530725;
}
</style>
border-color css
<style>
span { border-color: #530725; }
span { border-color: rgb(83,7,37); }
td.TdClassName
{
border-color: #530725;
}
.TagClassName
{
border-color: #530725;
}
</style>