Shades of Blackberry #501339
Tints of Blackberry #501339
RGB
CMYK
RGB Variations
Color information
#501339 (or 0x501339) is known color: Blackberry. HEX triplet: 50, 13 and 39. RGB value is (80,19,57). Sum of RGB (Red+Green+Blue) = 80+19+57=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501339 is #AFECC6. Grayscale: #292929. Windows color (decimal): -11529415 or 3740496. OLE color: 3740496.
HSL color Cylindrical-coordinate representation of color #501339: hue angle of 322.62º 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 #501339 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 57 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.69 |
| HSL | 322.62º | 0.62% | 0.19% | - |
| HSV(B) | 322.62º | 0.76% | 0.31% | - |
| XYZ | 4.28 | 2.47 | 4.12 | - |
| YUV | 41.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 57 | 0 | 0.76 | 0.29 | 0.69 | 322.62 | 0.62 | 0.19 |
| Hex | 50 | 13 | 39 | 0 | 4C | 1D | 45 | 143 | 3E | 13 |
| Octal | 120 | 23 | 71 | 0 | 114 | 35 | 105 | 503 | 76 | 23 |
| Binary | 1010000 | 10011 | 111001 | 0 | 1001100 | 11101 | 1000101 | 101000011 | 111110 | 10011 |
Color Harmonies of #501339
Complementary color
Monochromatic Colors of #501339
Black with #501339
Text Example
Text Example
White with #501339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501339; }
p { color: rgb(80,19,57); }
H1.HeaderClassName
{
color: #501339;
}
.AnyTagClassName
{
color: #501339;
}
</style>
background-color css
<style>
a { background-color: #501339; }
a { background-color: rgb(80,19,57); }
div.DivClassName
{
background-color: #501339;
}
.BgClassName
{
background-color: #501339;
}
</style>
border-color css
<style>
span { border-color: #501339; }
span { border-color: rgb(80,19,57); }
td.TdClassName
{
border-color: #501339;
}
.TagClassName
{
border-color: #501339;
}
</style>