Shades of Blackberry #501333
Tints of Blackberry #501333
RGB
CMYK
RGB Variations
Color information
#501333 (or 0x501333) is known color: Blackberry. HEX triplet: 50, 13 and 33. RGB value is (80,19,51). Sum of RGB (Red+Green+Blue) = 80+19+51=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #501333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501333 is #AFECCC. Grayscale: #282828. Windows color (decimal): -11529421 or 3347280. OLE color: 3347280.
HSL color Cylindrical-coordinate representation of color #501333: hue angle of 328.52º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501333 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 51 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.69 |
| HSL | 328.52º | 0.62% | 0.19% | - |
| HSV(B) | 328.52º | 0.76% | 0.31% | - |
| XYZ | 4.14 | 2.41 | 3.38 | - |
| YUV | 40.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 51 | 0 | 0.76 | 0.36 | 0.69 | 328.52 | 0.62 | 0.19 |
| Hex | 50 | 13 | 33 | 0 | 4C | 24 | 45 | 149 | 3E | 13 |
| Octal | 120 | 23 | 63 | 0 | 114 | 44 | 105 | 511 | 76 | 23 |
| Binary | 1010000 | 10011 | 110011 | 0 | 1001100 | 100100 | 1000101 | 101001001 | 111110 | 10011 |
Color Harmonies of #501333
Complementary color
Monochromatic Colors of #501333
Black with #501333
Text Example
Text Example
White with #501333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501333; }
p { color: rgb(80,19,51); }
H1.HeaderClassName
{
color: #501333;
}
.AnyTagClassName
{
color: #501333;
}
</style>
background-color css
<style>
a { background-color: #501333; }
a { background-color: rgb(80,19,51); }
div.DivClassName
{
background-color: #501333;
}
.BgClassName
{
background-color: #501333;
}
</style>
border-color css
<style>
span { border-color: #501333; }
span { border-color: rgb(80,19,51); }
td.TdClassName
{
border-color: #501333;
}
.TagClassName
{
border-color: #501333;
}
</style>