Shades of Blackberry #50193B
Tints of Blackberry #50193B
RGB
CMYK
RGB Variations
Color information
#50193B (or 0x50193B) is known color: Blackberry. HEX triplet: 50, 19 and 3B. RGB value is (80,25,59). Sum of RGB (Red+Green+Blue) = 80+25+59=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50193B is #AFE6C4. Grayscale: #2D2D2D. Windows color (decimal): -11527877 or 3873104. OLE color: 3873104.
HSL color Cylindrical-coordinate representation of color #50193B: hue angle of 322.91º 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 #50193B is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 59 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.69 |
| HSL | 322.91º | 0.52% | 0.21% | - |
| HSV(B) | 322.91º | 0.69% | 0.31% | - |
| XYZ | 4.45 | 2.72 | 4.43 | - |
| YUV | 45.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 59 | 0 | 0.69 | 0.26 | 0.69 | 322.91 | 0.52 | 0.21 |
| Hex | 50 | 19 | 3B | 0 | 45 | 1A | 45 | 143 | 34 | 15 |
| Octal | 120 | 31 | 73 | 0 | 105 | 32 | 105 | 503 | 64 | 25 |
| Binary | 1010000 | 11001 | 111011 | 0 | 1000101 | 11010 | 1000101 | 101000011 | 110100 | 10101 |
Color Harmonies of #50193B
Complementary color
Monochromatic Colors of #50193B
Black with #50193B
Text Example
Text Example
White with #50193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50193B; }
p { color: rgb(80,25,59); }
H1.HeaderClassName
{
color: #50193B;
}
.AnyTagClassName
{
color: #50193B;
}
</style>
background-color css
<style>
a { background-color: #50193B; }
a { background-color: rgb(80,25,59); }
div.DivClassName
{
background-color: #50193B;
}
.BgClassName
{
background-color: #50193B;
}
</style>
border-color css
<style>
span { border-color: #50193B; }
span { border-color: rgb(80,25,59); }
td.TdClassName
{
border-color: #50193B;
}
.TagClassName
{
border-color: #50193B;
}
</style>