Shades of Blackberry #500330
Tints of Blackberry #500330
RGB
CMYK
RGB Variations
Color information
#500330 (or 0x500330) is known color: Blackberry. HEX triplet: 50, 03 and 30. RGB value is (80,3,48). Sum of RGB (Red+Green+Blue) = 80+3+48=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500330 is #AFFCCF. Grayscale: #1F1F1F. Windows color (decimal): -11533520 or 3146576. OLE color: 3146576.
HSL color Cylindrical-coordinate representation of color #500330: hue angle of 324.94º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500330 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 3 | 48 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.69 |
| HSL | 324.94º | 0.93% | 0.16% | - |
| HSV(B) | 324.94º | 0.96% | 0.31% | - |
| XYZ | 3.87 | 1.98 | 2.98 | - |
| YUV | 31.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 48 | 0 | 0.96 | 0.40 | 0.69 | 324.94 | 0.93 | 0.16 |
| Hex | 50 | 3 | 30 | 0 | 60 | 28 | 45 | 145 | 5D | 10 |
| Octal | 120 | 3 | 60 | 0 | 140 | 50 | 105 | 505 | 135 | 20 |
| Binary | 1010000 | 11 | 110000 | 0 | 1100000 | 101000 | 1000101 | 101000101 | 1011101 | 10000 |
Color Harmonies of #500330
Complementary color
Monochromatic Colors of #500330
Black with #500330
Text Example
Text Example
White with #500330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500330; }
p { color: rgb(80,3,48); }
H1.HeaderClassName
{
color: #500330;
}
.AnyTagClassName
{
color: #500330;
}
</style>
background-color css
<style>
a { background-color: #500330; }
a { background-color: rgb(80,3,48); }
div.DivClassName
{
background-color: #500330;
}
.BgClassName
{
background-color: #500330;
}
</style>
border-color css
<style>
span { border-color: #500330; }
span { border-color: rgb(80,3,48); }
td.TdClassName
{
border-color: #500330;
}
.TagClassName
{
border-color: #500330;
}
</style>