Shades of Blackberry #500F37
Tints of Blackberry #500F37
RGB
CMYK
RGB Variations
Color information
#500F37 (or 0x500F37) is known color: Blackberry. HEX triplet: 50, 0F and 37. RGB value is (80,15,55). Sum of RGB (Red+Green+Blue) = 80+15+55=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #500F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F37 is #AFF0C8. Grayscale: #262626. Windows color (decimal): -11530441 or 3608400. OLE color: 3608400.
HSL color Cylindrical-coordinate representation of color #500F37: hue angle of 323.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F37 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 55 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.69 |
| HSL | 323.08º | 0.68% | 0.19% | - |
| HSV(B) | 323.08º | 0.81% | 0.31% | - |
| XYZ | 4.17 | 2.32 | 3.84 | - |
| YUV | 39 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 55 | 0 | 0.81 | 0.31 | 0.69 | 323.08 | 0.68 | 0.19 |
| Hex | 50 | F | 37 | 0 | 51 | 1F | 45 | 143 | 44 | 13 |
| Octal | 120 | 17 | 67 | 0 | 121 | 37 | 105 | 503 | 104 | 23 |
| Binary | 1010000 | 1111 | 110111 | 0 | 1010001 | 11111 | 1000101 | 101000011 | 1000100 | 10011 |
Color Harmonies of #500F37
Complementary color
Monochromatic Colors of #500F37
Black with #500F37
Text Example
Text Example
White with #500F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F37; }
p { color: rgb(80,15,55); }
H1.HeaderClassName
{
color: #500F37;
}
.AnyTagClassName
{
color: #500F37;
}
</style>
background-color css
<style>
a { background-color: #500F37; }
a { background-color: rgb(80,15,55); }
div.DivClassName
{
background-color: #500F37;
}
.BgClassName
{
background-color: #500F37;
}
</style>
border-color css
<style>
span { border-color: #500F37; }
span { border-color: rgb(80,15,55); }
td.TdClassName
{
border-color: #500F37;
}
.TagClassName
{
border-color: #500F37;
}
</style>