Shades of Blackberry #500733
Tints of Blackberry #500733
RGB
CMYK
RGB Variations
Color information
#500733 (or 0x500733) is known color: Blackberry. HEX triplet: 50, 07 and 33. RGB value is (80,7,51). Sum of RGB (Red+Green+Blue) = 80+7+51=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500733 is #AFF8CC. Grayscale: #212121. Windows color (decimal): -11532493 or 3344208. OLE color: 3344208.
HSL color Cylindrical-coordinate representation of color #500733: hue angle of 323.84º 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 #500733 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 51 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.69 |
| HSL | 323.84º | 0.84% | 0.17% | - |
| HSV(B) | 323.84º | 0.91% | 0.31% | - |
| XYZ | 3.98 | 2.1 | 3.33 | - |
| YUV | 33.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 51 | 0 | 0.91 | 0.36 | 0.69 | 323.84 | 0.84 | 0.17 |
| Hex | 50 | 7 | 33 | 0 | 5B | 24 | 45 | 144 | 54 | 11 |
| Octal | 120 | 7 | 63 | 0 | 133 | 44 | 105 | 504 | 124 | 21 |
| Binary | 1010000 | 111 | 110011 | 0 | 1011011 | 100100 | 1000101 | 101000100 | 1010100 | 10001 |
Color Harmonies of #500733
Complementary color
Monochromatic Colors of #500733
Black with #500733
Text Example
Text Example
White with #500733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500733; }
p { color: rgb(80,7,51); }
H1.HeaderClassName
{
color: #500733;
}
.AnyTagClassName
{
color: #500733;
}
</style>
background-color css
<style>
a { background-color: #500733; }
a { background-color: rgb(80,7,51); }
div.DivClassName
{
background-color: #500733;
}
.BgClassName
{
background-color: #500733;
}
</style>
border-color css
<style>
span { border-color: #500733; }
span { border-color: rgb(80,7,51); }
td.TdClassName
{
border-color: #500733;
}
.TagClassName
{
border-color: #500733;
}
</style>