Shades of Blackberry #500F3C
Tints of Blackberry #500F3C
RGB
CMYK
RGB Variations
Color information
#500F3C (or 0x500F3C) is known color: Blackberry. HEX triplet: 50, 0F and 3C. RGB value is (80,15,60). Sum of RGB (Red+Green+Blue) = 80+15+60=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #500F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F3C is #AFF0C3. Grayscale: #272727. Windows color (decimal): -11530436 or 3936080. OLE color: 3936080.
HSL color Cylindrical-coordinate representation of color #500F3C: hue angle of 318.46º 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 #500F3C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 60 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.69 |
| HSL | 318.46º | 0.68% | 0.19% | - |
| HSV(B) | 318.46º | 0.81% | 0.31% | - |
| XYZ | 4.29 | 2.37 | 4.51 | - |
| YUV | 39.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 60 | 0 | 0.81 | 0.25 | 0.69 | 318.46 | 0.68 | 0.19 |
| Hex | 50 | F | 3C | 0 | 51 | 19 | 45 | 13E | 44 | 13 |
| Octal | 120 | 17 | 74 | 0 | 121 | 31 | 105 | 476 | 104 | 23 |
| Binary | 1010000 | 1111 | 111100 | 0 | 1010001 | 11001 | 1000101 | 100111110 | 1000100 | 10011 |
Color Harmonies of #500F3C
Complementary color
Monochromatic Colors of #500F3C
Black with #500F3C
Text Example
Text Example
White with #500F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F3C; }
p { color: rgb(80,15,60); }
H1.HeaderClassName
{
color: #500F3C;
}
.AnyTagClassName
{
color: #500F3C;
}
</style>
background-color css
<style>
a { background-color: #500F3C; }
a { background-color: rgb(80,15,60); }
div.DivClassName
{
background-color: #500F3C;
}
.BgClassName
{
background-color: #500F3C;
}
</style>
border-color css
<style>
span { border-color: #500F3C; }
span { border-color: rgb(80,15,60); }
td.TdClassName
{
border-color: #500F3C;
}
.TagClassName
{
border-color: #500F3C;
}
</style>