Shades of Blackberry #500D34
Tints of Blackberry #500D34
RGB
CMYK
RGB Variations
Color information
#500D34 (or 0x500D34) is known color: Blackberry. HEX triplet: 50, 0D and 34. RGB value is (80,13,52). Sum of RGB (Red+Green+Blue) = 80+13+52=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #500D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D34 is #AFF2CB. Grayscale: #252525. Windows color (decimal): -11530956 or 3411280. OLE color: 3411280.
HSL color Cylindrical-coordinate representation of color #500D34: hue angle of 325.07º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D34 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 13 | 52 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.69 |
| HSL | 325.07º | 0.72% | 0.18% | - |
| HSV(B) | 325.07º | 0.84% | 0.31% | - |
| XYZ | 4.07 | 2.24 | 3.47 | - |
| YUV | 37.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 52 | 0 | 0.84 | 0.35 | 0.69 | 325.07 | 0.72 | 0.18 |
| Hex | 50 | D | 34 | 0 | 54 | 23 | 45 | 145 | 48 | 12 |
| Octal | 120 | 15 | 64 | 0 | 124 | 43 | 105 | 505 | 110 | 22 |
| Binary | 1010000 | 1101 | 110100 | 0 | 1010100 | 100011 | 1000101 | 101000101 | 1001000 | 10010 |
Color Harmonies of #500D34
Complementary color
Monochromatic Colors of #500D34
Black with #500D34
Text Example
Text Example
White with #500D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D34; }
p { color: rgb(80,13,52); }
H1.HeaderClassName
{
color: #500D34;
}
.AnyTagClassName
{
color: #500D34;
}
</style>
background-color css
<style>
a { background-color: #500D34; }
a { background-color: rgb(80,13,52); }
div.DivClassName
{
background-color: #500D34;
}
.BgClassName
{
background-color: #500D34;
}
</style>
border-color css
<style>
span { border-color: #500D34; }
span { border-color: rgb(80,13,52); }
td.TdClassName
{
border-color: #500D34;
}
.TagClassName
{
border-color: #500D34;
}
</style>