Shades of Blackberry #50103C
Tints of Blackberry #50103C
RGB
CMYK
RGB Variations
Color information
#50103C (or 0x50103C) is known color: Blackberry. HEX triplet: 50, 10 and 3C. RGB value is (80,16,60). Sum of RGB (Red+Green+Blue) = 80+16+60=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50103C is #AFEFC3. Grayscale: #282828. Windows color (decimal): -11530180 or 3936336. OLE color: 3936336.
HSL color Cylindrical-coordinate representation of color #50103C: hue angle of 318.75º 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 #50103C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 60 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.69 |
| HSL | 318.75º | 0.67% | 0.19% | - |
| HSV(B) | 318.75º | 0.8% | 0.31% | - |
| XYZ | 4.31 | 2.4 | 4.51 | - |
| YUV | 40.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 60 | 0 | 0.80 | 0.25 | 0.69 | 318.75 | 0.67 | 0.19 |
| Hex | 50 | 10 | 3C | 0 | 50 | 19 | 45 | 13F | 43 | 13 |
| Octal | 120 | 20 | 74 | 0 | 120 | 31 | 105 | 477 | 103 | 23 |
| Binary | 1010000 | 10000 | 111100 | 0 | 1010000 | 11001 | 1000101 | 100111111 | 1000011 | 10011 |
Color Harmonies of #50103C
Complementary color
Monochromatic Colors of #50103C
Black with #50103C
Text Example
Text Example
White with #50103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50103C; }
p { color: rgb(80,16,60); }
H1.HeaderClassName
{
color: #50103C;
}
.AnyTagClassName
{
color: #50103C;
}
</style>
background-color css
<style>
a { background-color: #50103C; }
a { background-color: rgb(80,16,60); }
div.DivClassName
{
background-color: #50103C;
}
.BgClassName
{
background-color: #50103C;
}
</style>
border-color css
<style>
span { border-color: #50103C; }
span { border-color: rgb(80,16,60); }
td.TdClassName
{
border-color: #50103C;
}
.TagClassName
{
border-color: #50103C;
}
</style>