Shades of Blackberry #500936
Tints of Blackberry #500936
RGB
CMYK
RGB Variations
Color information
#500936 (or 0x500936) is known color: Blackberry. HEX triplet: 50, 09 and 36. RGB value is (80,9,54). Sum of RGB (Red+Green+Blue) = 80+9+54=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #500936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500936 is #AFF6C9. Grayscale: #232323. Windows color (decimal): -11531978 or 3541328. OLE color: 3541328.
HSL color Cylindrical-coordinate representation of color #500936: hue angle of 321.97º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500936 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 54 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.69 |
| HSL | 321.97º | 0.8% | 0.17% | - |
| HSV(B) | 321.97º | 0.89% | 0.31% | - |
| XYZ | 4.07 | 2.17 | 3.69 | - |
| YUV | 35.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 54 | 0 | 0.89 | 0.33 | 0.69 | 321.97 | 0.8 | 0.17 |
| Hex | 50 | 9 | 36 | 0 | 59 | 21 | 45 | 142 | 50 | 11 |
| Octal | 120 | 11 | 66 | 0 | 131 | 41 | 105 | 502 | 120 | 21 |
| Binary | 1010000 | 1001 | 110110 | 0 | 1011001 | 100001 | 1000101 | 101000010 | 1010000 | 10001 |
Color Harmonies of #500936
Complementary color
Monochromatic Colors of #500936
Black with #500936
Text Example
Text Example
White with #500936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500936; }
p { color: rgb(80,9,54); }
H1.HeaderClassName
{
color: #500936;
}
.AnyTagClassName
{
color: #500936;
}
</style>
background-color css
<style>
a { background-color: #500936; }
a { background-color: rgb(80,9,54); }
div.DivClassName
{
background-color: #500936;
}
.BgClassName
{
background-color: #500936;
}
</style>
border-color css
<style>
span { border-color: #500936; }
span { border-color: rgb(80,9,54); }
td.TdClassName
{
border-color: #500936;
}
.TagClassName
{
border-color: #500936;
}
</style>