Shades of Blackberry #500B2F
Tints of Blackberry #500B2F
RGB
CMYK
RGB Variations
Color information
#500B2F (or 0x500B2F) is known color: Blackberry. HEX triplet: 50, 0B and 2F. RGB value is (80,11,47). Sum of RGB (Red+Green+Blue) = 80+11+47=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #500B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B2F is #AFF4D0. Grayscale: #232323. Windows color (decimal): -11531473 or 3083088. OLE color: 3083088.
HSL color Cylindrical-coordinate representation of color #500B2F: hue angle of 328.7º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500B2F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 11 | 47 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.69 |
| HSL | 328.7º | 0.76% | 0.18% | - |
| HSV(B) | 328.7º | 0.86% | 0.31% | - |
| XYZ | 3.94 | 2.15 | 2.9 | - |
| YUV | 35.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 47 | 0 | 0.86 | 0.41 | 0.69 | 328.7 | 0.76 | 0.18 |
| Hex | 50 | B | 2F | 0 | 56 | 29 | 45 | 149 | 4C | 12 |
| Octal | 120 | 13 | 57 | 0 | 126 | 51 | 105 | 511 | 114 | 22 |
| Binary | 1010000 | 1011 | 101111 | 0 | 1010110 | 101001 | 1000101 | 101001001 | 1001100 | 10010 |
Color Harmonies of #500B2F
Complementary color
Monochromatic Colors of #500B2F
Black with #500B2F
Text Example
Text Example
White with #500B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B2F; }
p { color: rgb(80,11,47); }
H1.HeaderClassName
{
color: #500B2F;
}
.AnyTagClassName
{
color: #500B2F;
}
</style>
background-color css
<style>
a { background-color: #500B2F; }
a { background-color: rgb(80,11,47); }
div.DivClassName
{
background-color: #500B2F;
}
.BgClassName
{
background-color: #500B2F;
}
</style>
border-color css
<style>
span { border-color: #500B2F; }
span { border-color: rgb(80,11,47); }
td.TdClassName
{
border-color: #500B2F;
}
.TagClassName
{
border-color: #500B2F;
}
</style>