Shades of Blackberry #50113C
Tints of Blackberry #50113C
RGB
CMYK
RGB Variations
Color information
#50113C (or 0x50113C) is known color: Blackberry. HEX triplet: 50, 11 and 3C. RGB value is (80,17,60). Sum of RGB (Red+Green+Blue) = 80+17+60=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50113C is #AFEEC3. Grayscale: #282828. Windows color (decimal): -11529924 or 3936592. OLE color: 3936592.
HSL color Cylindrical-coordinate representation of color #50113C: hue angle of 319.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50113C is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 60 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.69 |
| HSL | 319.05º | 0.65% | 0.19% | - |
| HSV(B) | 319.05º | 0.79% | 0.31% | - |
| XYZ | 4.32 | 2.43 | 4.52 | - |
| YUV | 40.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 60 | 0 | 0.79 | 0.25 | 0.69 | 319.05 | 0.65 | 0.19 |
| Hex | 50 | 11 | 3C | 0 | 4F | 19 | 45 | 13F | 41 | 13 |
| Octal | 120 | 21 | 74 | 0 | 117 | 31 | 105 | 477 | 101 | 23 |
| Binary | 1010000 | 10001 | 111100 | 0 | 1001111 | 11001 | 1000101 | 100111111 | 1000001 | 10011 |
Color Harmonies of #50113C
Complementary color
Monochromatic Colors of #50113C
Black with #50113C
Text Example
Text Example
White with #50113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50113C; }
p { color: rgb(80,17,60); }
H1.HeaderClassName
{
color: #50113C;
}
.AnyTagClassName
{
color: #50113C;
}
</style>
background-color css
<style>
a { background-color: #50113C; }
a { background-color: rgb(80,17,60); }
div.DivClassName
{
background-color: #50113C;
}
.BgClassName
{
background-color: #50113C;
}
</style>
border-color css
<style>
span { border-color: #50113C; }
span { border-color: rgb(80,17,60); }
td.TdClassName
{
border-color: #50113C;
}
.TagClassName
{
border-color: #50113C;
}
</style>