Shades of Blackberry #500735
Tints of Blackberry #500735
RGB
CMYK
RGB Variations
Color information
#500735 (or 0x500735) is known color: Blackberry. HEX triplet: 50, 07 and 35. RGB value is (80,7,53). Sum of RGB (Red+Green+Blue) = 80+7+53=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500735 is #AFF8CA. Grayscale: #212121. Windows color (decimal): -11532491 or 3475280. OLE color: 3475280.
HSL color Cylindrical-coordinate representation of color #500735: hue angle of 322.19º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500735 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 53 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.69 |
| HSL | 322.19º | 0.84% | 0.17% | - |
| HSV(B) | 322.19º | 0.91% | 0.31% | - |
| XYZ | 4.03 | 2.11 | 3.56 | - |
| YUV | 34.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 53 | 0 | 0.91 | 0.34 | 0.69 | 322.19 | 0.84 | 0.17 |
| Hex | 50 | 7 | 35 | 0 | 5B | 22 | 45 | 142 | 54 | 11 |
| Octal | 120 | 7 | 65 | 0 | 133 | 42 | 105 | 502 | 124 | 21 |
| Binary | 1010000 | 111 | 110101 | 0 | 1011011 | 100010 | 1000101 | 101000010 | 1010100 | 10001 |
Color Harmonies of #500735
Complementary color
Monochromatic Colors of #500735
Black with #500735
Text Example
Text Example
White with #500735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500735; }
p { color: rgb(80,7,53); }
H1.HeaderClassName
{
color: #500735;
}
.AnyTagClassName
{
color: #500735;
}
</style>
background-color css
<style>
a { background-color: #500735; }
a { background-color: rgb(80,7,53); }
div.DivClassName
{
background-color: #500735;
}
.BgClassName
{
background-color: #500735;
}
</style>
border-color css
<style>
span { border-color: #500735; }
span { border-color: rgb(80,7,53); }
td.TdClassName
{
border-color: #500735;
}
.TagClassName
{
border-color: #500735;
}
</style>