Shades of Blackberry #500F39
Tints of Blackberry #500F39
RGB
CMYK
RGB Variations
Color information
#500F39 (or 0x500F39) is known color: Blackberry. HEX triplet: 50, 0F and 39. RGB value is (80,15,57). Sum of RGB (Red+Green+Blue) = 80+15+57=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #500F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F39 is #AFF0C6. Grayscale: #272727. Windows color (decimal): -11530439 or 3739472. OLE color: 3739472.
HSL color Cylindrical-coordinate representation of color #500F39: hue angle of 321.23º 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 #500F39 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 57 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.69 |
| HSL | 321.23º | 0.68% | 0.19% | - |
| HSV(B) | 321.23º | 0.81% | 0.31% | - |
| XYZ | 4.22 | 2.34 | 4.1 | - |
| YUV | 39.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 57 | 0 | 0.81 | 0.29 | 0.69 | 321.23 | 0.68 | 0.19 |
| Hex | 50 | F | 39 | 0 | 51 | 1D | 45 | 141 | 44 | 13 |
| Octal | 120 | 17 | 71 | 0 | 121 | 35 | 105 | 501 | 104 | 23 |
| Binary | 1010000 | 1111 | 111001 | 0 | 1010001 | 11101 | 1000101 | 101000001 | 1000100 | 10011 |
Color Harmonies of #500F39
Complementary color
Monochromatic Colors of #500F39
Black with #500F39
Text Example
Text Example
White with #500F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F39; }
p { color: rgb(80,15,57); }
H1.HeaderClassName
{
color: #500F39;
}
.AnyTagClassName
{
color: #500F39;
}
</style>
background-color css
<style>
a { background-color: #500F39; }
a { background-color: rgb(80,15,57); }
div.DivClassName
{
background-color: #500F39;
}
.BgClassName
{
background-color: #500F39;
}
</style>
border-color css
<style>
span { border-color: #500F39; }
span { border-color: rgb(80,15,57); }
td.TdClassName
{
border-color: #500F39;
}
.TagClassName
{
border-color: #500F39;
}
</style>