Shades of Blackberry #500F2D
Tints of Blackberry #500F2D
RGB
CMYK
RGB Variations
Color information
#500F2D (or 0x500F2D) is known color: Blackberry. HEX triplet: 50, 0F and 2D. RGB value is (80,15,45). Sum of RGB (Red+Green+Blue) = 80+15+45=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F2D is #AFF0D2. Grayscale: #252525. Windows color (decimal): -11530451 or 2953040. OLE color: 2953040.
HSL color Cylindrical-coordinate representation of color #500F2D: hue angle of 332.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F2D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 45 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.69 |
| HSL | 332.31º | 0.68% | 0.19% | - |
| HSV(B) | 332.31º | 0.81% | 0.31% | - |
| XYZ | 3.95 | 2.24 | 2.71 | - |
| YUV | 37.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 45 | 0 | 0.81 | 0.44 | 0.69 | 332.31 | 0.68 | 0.19 |
| Hex | 50 | F | 2D | 0 | 51 | 2C | 45 | 14C | 44 | 13 |
| Octal | 120 | 17 | 55 | 0 | 121 | 54 | 105 | 514 | 104 | 23 |
| Binary | 1010000 | 1111 | 101101 | 0 | 1010001 | 101100 | 1000101 | 101001100 | 1000100 | 10011 |
Color Harmonies of #500F2D
Complementary color
Monochromatic Colors of #500F2D
Black with #500F2D
Text Example
Text Example
White with #500F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F2D; }
p { color: rgb(80,15,45); }
H1.HeaderClassName
{
color: #500F2D;
}
.AnyTagClassName
{
color: #500F2D;
}
</style>
background-color css
<style>
a { background-color: #500F2D; }
a { background-color: rgb(80,15,45); }
div.DivClassName
{
background-color: #500F2D;
}
.BgClassName
{
background-color: #500F2D;
}
</style>
border-color css
<style>
span { border-color: #500F2D; }
span { border-color: rgb(80,15,45); }
td.TdClassName
{
border-color: #500F2D;
}
.TagClassName
{
border-color: #500F2D;
}
</style>