Shades of Blackberry #500726
Tints of Blackberry #500726
RGB
CMYK
RGB Variations
Color information
#500726 (or 0x500726) is known color: Blackberry. HEX triplet: 50, 07 and 26. RGB value is (80,7,38). Sum of RGB (Red+Green+Blue) = 80+7+38=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #500726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500726 is #AFF8D9. Grayscale: #202020. Windows color (decimal): -11532506 or 2492240. OLE color: 2492240.
HSL color Cylindrical-coordinate representation of color #500726: hue angle of 334.52º 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 #500726 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 38 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.69 |
| HSL | 334.52º | 0.84% | 0.17% | - |
| HSV(B) | 334.52º | 0.91% | 0.31% | - |
| XYZ | 3.73 | 2 | 2.02 | - |
| YUV | 32.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 38 | 0 | 0.91 | 0.52 | 0.69 | 334.52 | 0.84 | 0.17 |
| Hex | 50 | 7 | 26 | 0 | 5B | 34 | 45 | 14F | 54 | 11 |
| Octal | 120 | 7 | 46 | 0 | 133 | 64 | 105 | 517 | 124 | 21 |
| Binary | 1010000 | 111 | 100110 | 0 | 1011011 | 110100 | 1000101 | 101001111 | 1010100 | 10001 |
Color Harmonies of #500726
Complementary color
Monochromatic Colors of #500726
Black with #500726
Text Example
Text Example
White with #500726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500726; }
p { color: rgb(80,7,38); }
H1.HeaderClassName
{
color: #500726;
}
.AnyTagClassName
{
color: #500726;
}
</style>
background-color css
<style>
a { background-color: #500726; }
a { background-color: rgb(80,7,38); }
div.DivClassName
{
background-color: #500726;
}
.BgClassName
{
background-color: #500726;
}
</style>
border-color css
<style>
span { border-color: #500726; }
span { border-color: rgb(80,7,38); }
td.TdClassName
{
border-color: #500726;
}
.TagClassName
{
border-color: #500726;
}
</style>