Shades of Blackberry #500831
Tints of Blackberry #500831
RGB
CMYK
RGB Variations
Color information
#500831 (or 0x500831) is known color: Blackberry. HEX triplet: 50, 08 and 31. RGB value is (80,8,49). Sum of RGB (Red+Green+Blue) = 80+8+49=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500831 is #AFF7CE. Grayscale: #222222. Windows color (decimal): -11532239 or 3213392. OLE color: 3213392.
HSL color Cylindrical-coordinate representation of color #500831: hue angle of 325.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500831 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 8 | 49 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.69 |
| HSL | 325.83º | 0.82% | 0.17% | - |
| HSV(B) | 325.83º | 0.9% | 0.31% | - |
| XYZ | 3.95 | 2.1 | 3.1 | - |
| YUV | 34.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 49 | 0 | 0.90 | 0.39 | 0.69 | 325.83 | 0.82 | 0.17 |
| Hex | 50 | 8 | 31 | 0 | 5A | 27 | 45 | 146 | 52 | 11 |
| Octal | 120 | 10 | 61 | 0 | 132 | 47 | 105 | 506 | 122 | 21 |
| Binary | 1010000 | 1000 | 110001 | 0 | 1011010 | 100111 | 1000101 | 101000110 | 1010010 | 10001 |
Color Harmonies of #500831
Complementary color
Monochromatic Colors of #500831
Black with #500831
Text Example
Text Example
White with #500831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500831; }
p { color: rgb(80,8,49); }
H1.HeaderClassName
{
color: #500831;
}
.AnyTagClassName
{
color: #500831;
}
</style>
background-color css
<style>
a { background-color: #500831; }
a { background-color: rgb(80,8,49); }
div.DivClassName
{
background-color: #500831;
}
.BgClassName
{
background-color: #500831;
}
</style>
border-color css
<style>
span { border-color: #500831; }
span { border-color: rgb(80,8,49); }
td.TdClassName
{
border-color: #500831;
}
.TagClassName
{
border-color: #500831;
}
</style>