Shades of Blackberry #500731
Tints of Blackberry #500731
RGB
CMYK
RGB Variations
Color information
#500731 (or 0x500731) is known color: Blackberry. HEX triplet: 50, 07 and 31. RGB value is (80,7,49). Sum of RGB (Red+Green+Blue) = 80+7+49=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500731 is #AFF8CE. Grayscale: #212121. Windows color (decimal): -11532495 or 3213136. OLE color: 3213136.
HSL color Cylindrical-coordinate representation of color #500731: hue angle of 325.48º 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 #500731 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 49 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.69 |
| HSL | 325.48º | 0.84% | 0.17% | - |
| HSV(B) | 325.48º | 0.91% | 0.31% | - |
| XYZ | 3.94 | 2.08 | 3.1 | - |
| YUV | 33.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 49 | 0 | 0.91 | 0.39 | 0.69 | 325.48 | 0.84 | 0.17 |
| Hex | 50 | 7 | 31 | 0 | 5B | 27 | 45 | 145 | 54 | 11 |
| Octal | 120 | 7 | 61 | 0 | 133 | 47 | 105 | 505 | 124 | 21 |
| Binary | 1010000 | 111 | 110001 | 0 | 1011011 | 100111 | 1000101 | 101000101 | 1010100 | 10001 |
Color Harmonies of #500731
Complementary color
Monochromatic Colors of #500731
Black with #500731
Text Example
Text Example
White with #500731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500731; }
p { color: rgb(80,7,49); }
H1.HeaderClassName
{
color: #500731;
}
.AnyTagClassName
{
color: #500731;
}
</style>
background-color css
<style>
a { background-color: #500731; }
a { background-color: rgb(80,7,49); }
div.DivClassName
{
background-color: #500731;
}
.BgClassName
{
background-color: #500731;
}
</style>
border-color css
<style>
span { border-color: #500731; }
span { border-color: rgb(80,7,49); }
td.TdClassName
{
border-color: #500731;
}
.TagClassName
{
border-color: #500731;
}
</style>