Shades of Blackberry #501B37
Tints of Blackberry #501B37
RGB
CMYK
RGB Variations
Color information
#501B37 (or 0x501B37) is known color: Blackberry. HEX triplet: 50, 1B and 37. RGB value is (80,27,55). Sum of RGB (Red+Green+Blue) = 80+27+55=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #501B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B37 is #AFE4C8. Grayscale: #2D2D2D. Windows color (decimal): -11527369 or 3611472. OLE color: 3611472.
HSL color Cylindrical-coordinate representation of color #501B37: hue angle of 328.3º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501B37 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 55 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.69 |
| HSL | 328.3º | 0.5% | 0.21% | - |
| HSV(B) | 328.3º | 0.66% | 0.31% | - |
| XYZ | 4.39 | 2.77 | 3.92 | - |
| YUV | 46.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 55 | 0 | 0.66 | 0.31 | 0.69 | 328.3 | 0.5 | 0.21 |
| Hex | 50 | 1B | 37 | 0 | 42 | 1F | 45 | 148 | 32 | 15 |
| Octal | 120 | 33 | 67 | 0 | 102 | 37 | 105 | 510 | 62 | 25 |
| Binary | 1010000 | 11011 | 110111 | 0 | 1000010 | 11111 | 1000101 | 101001000 | 110010 | 10101 |
Color Harmonies of #501B37
Complementary color
Monochromatic Colors of #501B37
Black with #501B37
Text Example
Text Example
White with #501B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B37; }
p { color: rgb(80,27,55); }
H1.HeaderClassName
{
color: #501B37;
}
.AnyTagClassName
{
color: #501B37;
}
</style>
background-color css
<style>
a { background-color: #501B37; }
a { background-color: rgb(80,27,55); }
div.DivClassName
{
background-color: #501B37;
}
.BgClassName
{
background-color: #501B37;
}
</style>
border-color css
<style>
span { border-color: #501B37; }
span { border-color: rgb(80,27,55); }
td.TdClassName
{
border-color: #501B37;
}
.TagClassName
{
border-color: #501B37;
}
</style>