Shades of Blackberry #50193C
Tints of Blackberry #50193C
RGB
CMYK
RGB Variations
Color information
#50193C (or 0x50193C) is known color: Blackberry. HEX triplet: 50, 19 and 3C. RGB value is (80,25,60). Sum of RGB (Red+Green+Blue) = 80+25+60=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193C is #AFE6C3. Grayscale: #2D2D2D. Windows color (decimal): -11527876 or 3938640. OLE color: 3938640.
HSL color Cylindrical-coordinate representation of color #50193C: hue angle of 321.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50193C is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 60 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.69 |
| HSL | 321.82º | 0.52% | 0.21% | - |
| HSV(B) | 321.82º | 0.69% | 0.31% | - |
| XYZ | 4.47 | 2.73 | 4.57 | - |
| YUV | 45.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 60 | 0 | 0.69 | 0.25 | 0.69 | 321.82 | 0.52 | 0.21 |
| Hex | 50 | 19 | 3C | 0 | 45 | 19 | 45 | 142 | 34 | 15 |
| Octal | 120 | 31 | 74 | 0 | 105 | 31 | 105 | 502 | 64 | 25 |
| Binary | 1010000 | 11001 | 111100 | 0 | 1000101 | 11001 | 1000101 | 101000010 | 110100 | 10101 |
Color Harmonies of #50193C
Complementary color
Monochromatic Colors of #50193C
Black with #50193C
Text Example
Text Example
White with #50193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50193C; }
p { color: rgb(80,25,60); }
H1.HeaderClassName
{
color: #50193C;
}
.AnyTagClassName
{
color: #50193C;
}
</style>
background-color css
<style>
a { background-color: #50193C; }
a { background-color: rgb(80,25,60); }
div.DivClassName
{
background-color: #50193C;
}
.BgClassName
{
background-color: #50193C;
}
</style>
border-color css
<style>
span { border-color: #50193C; }
span { border-color: rgb(80,25,60); }
td.TdClassName
{
border-color: #50193C;
}
.TagClassName
{
border-color: #50193C;
}
</style>