Shades of Blackberry #501B38
Tints of Blackberry #501B38
RGB
CMYK
RGB Variations
Color information
#501B38 (or 0x501B38) is known color: Blackberry. HEX triplet: 50, 1B and 38. RGB value is (80,27,56). Sum of RGB (Red+Green+Blue) = 80+27+56=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #501B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B38 is #AFE4C7. Grayscale: #2E2E2E. Windows color (decimal): -11527368 or 3677008. OLE color: 3677008.
HSL color Cylindrical-coordinate representation of color #501B38: hue angle of 327.17º 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 #501B38 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 56 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.69 |
| HSL | 327.17º | 0.5% | 0.21% | - |
| HSV(B) | 327.17º | 0.66% | 0.31% | - |
| XYZ | 4.41 | 2.77 | 4.04 | - |
| YUV | 46.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 56 | 0 | 0.66 | 0.30 | 0.69 | 327.17 | 0.5 | 0.21 |
| Hex | 50 | 1B | 38 | 0 | 42 | 1E | 45 | 147 | 32 | 15 |
| Octal | 120 | 33 | 70 | 0 | 102 | 36 | 105 | 507 | 62 | 25 |
| Binary | 1010000 | 11011 | 111000 | 0 | 1000010 | 11110 | 1000101 | 101000111 | 110010 | 10101 |
Color Harmonies of #501B38
Complementary color
Monochromatic Colors of #501B38
Black with #501B38
Text Example
Text Example
White with #501B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B38; }
p { color: rgb(80,27,56); }
H1.HeaderClassName
{
color: #501B38;
}
.AnyTagClassName
{
color: #501B38;
}
</style>
background-color css
<style>
a { background-color: #501B38; }
a { background-color: rgb(80,27,56); }
div.DivClassName
{
background-color: #501B38;
}
.BgClassName
{
background-color: #501B38;
}
</style>
border-color css
<style>
span { border-color: #501B38; }
span { border-color: rgb(80,27,56); }
td.TdClassName
{
border-color: #501B38;
}
.TagClassName
{
border-color: #501B38;
}
</style>