Shades of Blackberry #500934
Tints of Blackberry #500934
RGB
CMYK
RGB Variations
Color information
#500934 (or 0x500934) is known color: Blackberry. HEX triplet: 50, 09 and 34. RGB value is (80,9,52). Sum of RGB (Red+Green+Blue) = 80+9+52=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #500934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500934 is #AFF6CB. Grayscale: #232323. Windows color (decimal): -11531980 or 3410256. OLE color: 3410256.
HSL color Cylindrical-coordinate representation of color #500934: hue angle of 323.66º 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 #500934 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 52 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.69 |
| HSL | 323.66º | 0.8% | 0.17% | - |
| HSV(B) | 323.66º | 0.89% | 0.31% | - |
| XYZ | 4.03 | 2.15 | 3.45 | - |
| YUV | 35.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 52 | 0 | 0.89 | 0.35 | 0.69 | 323.66 | 0.8 | 0.17 |
| Hex | 50 | 9 | 34 | 0 | 59 | 23 | 45 | 144 | 50 | 11 |
| Octal | 120 | 11 | 64 | 0 | 131 | 43 | 105 | 504 | 120 | 21 |
| Binary | 1010000 | 1001 | 110100 | 0 | 1011001 | 100011 | 1000101 | 101000100 | 1010000 | 10001 |
Color Harmonies of #500934
Complementary color
Monochromatic Colors of #500934
Black with #500934
Text Example
Text Example
White with #500934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500934; }
p { color: rgb(80,9,52); }
H1.HeaderClassName
{
color: #500934;
}
.AnyTagClassName
{
color: #500934;
}
</style>
background-color css
<style>
a { background-color: #500934; }
a { background-color: rgb(80,9,52); }
div.DivClassName
{
background-color: #500934;
}
.BgClassName
{
background-color: #500934;
}
</style>
border-color css
<style>
span { border-color: #500934; }
span { border-color: rgb(80,9,52); }
td.TdClassName
{
border-color: #500934;
}
.TagClassName
{
border-color: #500934;
}
</style>