Shades of Blackberry #50113D
Tints of Blackberry #50113D
RGB
CMYK
RGB Variations
Color information
#50113D (or 0x50113D) is known color: Blackberry. HEX triplet: 50, 11 and 3D. RGB value is (80,17,61). Sum of RGB (Red+Green+Blue) = 80+17+61=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #50113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50113D is #AFEEC2. Grayscale: #282828. Windows color (decimal): -11529923 or 4002128. OLE color: 4002128.
HSL color Cylindrical-coordinate representation of color #50113D: hue angle of 318.1º 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 #50113D is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 61 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.69 |
| HSL | 318.1º | 0.65% | 0.19% | - |
| HSV(B) | 318.1º | 0.79% | 0.31% | - |
| XYZ | 4.35 | 2.44 | 4.66 | - |
| YUV | 40.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 61 | 0 | 0.79 | 0.24 | 0.69 | 318.1 | 0.65 | 0.19 |
| Hex | 50 | 11 | 3D | 0 | 4F | 18 | 45 | 13E | 41 | 13 |
| Octal | 120 | 21 | 75 | 0 | 117 | 30 | 105 | 476 | 101 | 23 |
| Binary | 1010000 | 10001 | 111101 | 0 | 1001111 | 11000 | 1000101 | 100111110 | 1000001 | 10011 |
Color Harmonies of #50113D
Complementary color
Monochromatic Colors of #50113D
Black with #50113D
Text Example
Text Example
White with #50113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50113D; }
p { color: rgb(80,17,61); }
H1.HeaderClassName
{
color: #50113D;
}
.AnyTagClassName
{
color: #50113D;
}
</style>
background-color css
<style>
a { background-color: #50113D; }
a { background-color: rgb(80,17,61); }
div.DivClassName
{
background-color: #50113D;
}
.BgClassName
{
background-color: #50113D;
}
</style>
border-color css
<style>
span { border-color: #50113D; }
span { border-color: rgb(80,17,61); }
td.TdClassName
{
border-color: #50113D;
}
.TagClassName
{
border-color: #50113D;
}
</style>