Shades of Blackberry #50103F
Tints of Blackberry #50103F
RGB
CMYK
RGB Variations
Color information
#50103F (or 0x50103F) is known color: Blackberry. HEX triplet: 50, 10 and 3F. RGB value is (80,16,63). Sum of RGB (Red+Green+Blue) = 80+16+63=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50103F is #AFEFC0. Grayscale: #282828. Windows color (decimal): -11530177 or 4132944. OLE color: 4132944.
HSL color Cylindrical-coordinate representation of color #50103F: hue angle of 315.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50103F is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 63 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.69 |
| HSL | 315.94º | 0.67% | 0.19% | - |
| HSV(B) | 315.94º | 0.8% | 0.31% | - |
| XYZ | 4.39 | 2.43 | 4.94 | - |
| YUV | 40.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 63 | 0 | 0.80 | 0.21 | 0.69 | 315.94 | 0.67 | 0.19 |
| Hex | 50 | 10 | 3F | 0 | 50 | 15 | 45 | 13C | 43 | 13 |
| Octal | 120 | 20 | 77 | 0 | 120 | 25 | 105 | 474 | 103 | 23 |
| Binary | 1010000 | 10000 | 111111 | 0 | 1010000 | 10101 | 1000101 | 100111100 | 1000011 | 10011 |
Color Harmonies of #50103F
Complementary color
Monochromatic Colors of #50103F
Black with #50103F
Text Example
Text Example
White with #50103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50103F; }
p { color: rgb(80,16,63); }
H1.HeaderClassName
{
color: #50103F;
}
.AnyTagClassName
{
color: #50103F;
}
</style>
background-color css
<style>
a { background-color: #50103F; }
a { background-color: rgb(80,16,63); }
div.DivClassName
{
background-color: #50103F;
}
.BgClassName
{
background-color: #50103F;
}
</style>
border-color css
<style>
span { border-color: #50103F; }
span { border-color: rgb(80,16,63); }
td.TdClassName
{
border-color: #50103F;
}
.TagClassName
{
border-color: #50103F;
}
</style>