Shades of Blackberry #501A36
Tints of Blackberry #501A36
RGB
CMYK
RGB Variations
Color information
#501A36 (or 0x501A36) is known color: Blackberry. HEX triplet: 50, 1A and 36. RGB value is (80,26,54). Sum of RGB (Red+Green+Blue) = 80+26+54=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A36 is #AFE5C9. Grayscale: #2D2D2D. Windows color (decimal): -11527626 or 3545680. OLE color: 3545680.
HSL color Cylindrical-coordinate representation of color #501A36: hue angle of 328.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A36 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 54 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.69 |
| HSL | 328.89º | 0.51% | 0.21% | - |
| HSV(B) | 328.89º | 0.68% | 0.31% | - |
| XYZ | 4.34 | 2.71 | 3.78 | - |
| YUV | 45.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 54 | 0 | 0.67 | 0.33 | 0.69 | 328.89 | 0.51 | 0.21 |
| Hex | 50 | 1A | 36 | 0 | 43 | 21 | 45 | 149 | 33 | 15 |
| Octal | 120 | 32 | 66 | 0 | 103 | 41 | 105 | 511 | 63 | 25 |
| Binary | 1010000 | 11010 | 110110 | 0 | 1000011 | 100001 | 1000101 | 101001001 | 110011 | 10101 |
Color Harmonies of #501A36
Complementary color
Monochromatic Colors of #501A36
Black with #501A36
Text Example
Text Example
White with #501A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A36; }
p { color: rgb(80,26,54); }
H1.HeaderClassName
{
color: #501A36;
}
.AnyTagClassName
{
color: #501A36;
}
</style>
background-color css
<style>
a { background-color: #501A36; }
a { background-color: rgb(80,26,54); }
div.DivClassName
{
background-color: #501A36;
}
.BgClassName
{
background-color: #501A36;
}
</style>
border-color css
<style>
span { border-color: #501A36; }
span { border-color: rgb(80,26,54); }
td.TdClassName
{
border-color: #501A36;
}
.TagClassName
{
border-color: #501A36;
}
</style>