Shades of Blackberry #500E33
Tints of Blackberry #500E33
RGB
CMYK
RGB Variations
Color information
#500E33 (or 0x500E33) is known color: Blackberry. HEX triplet: 50, 0E and 33. RGB value is (80,14,51). Sum of RGB (Red+Green+Blue) = 80+14+51=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #500E33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E33 is #AFF1CC. Grayscale: #252525. Windows color (decimal): -11530701 or 3346000. OLE color: 3346000.
HSL color Cylindrical-coordinate representation of color #500E33: hue angle of 326.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E33 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 51 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.69 |
| HSL | 326.36º | 0.7% | 0.18% | - |
| HSV(B) | 326.36º | 0.83% | 0.31% | - |
| XYZ | 4.06 | 2.26 | 3.35 | - |
| YUV | 37.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 51 | 0 | 0.83 | 0.36 | 0.69 | 326.36 | 0.7 | 0.18 |
| Hex | 50 | E | 33 | 0 | 53 | 24 | 45 | 146 | 46 | 12 |
| Octal | 120 | 16 | 63 | 0 | 123 | 44 | 105 | 506 | 106 | 22 |
| Binary | 1010000 | 1110 | 110011 | 0 | 1010011 | 100100 | 1000101 | 101000110 | 1000110 | 10010 |
Color Harmonies of #500E33
Complementary color
Monochromatic Colors of #500E33
Black with #500E33
Text Example
Text Example
White with #500E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E33; }
p { color: rgb(80,14,51); }
H1.HeaderClassName
{
color: #500E33;
}
.AnyTagClassName
{
color: #500E33;
}
</style>
background-color css
<style>
a { background-color: #500E33; }
a { background-color: rgb(80,14,51); }
div.DivClassName
{
background-color: #500E33;
}
.BgClassName
{
background-color: #500E33;
}
</style>
border-color css
<style>
span { border-color: #500E33; }
span { border-color: rgb(80,14,51); }
td.TdClassName
{
border-color: #500E33;
}
.TagClassName
{
border-color: #500E33;
}
</style>