Shades of Blackberry #501B40
Tints of Blackberry #501B40
RGB
CMYK
RGB Variations
Color information
#501B40 (or 0x501B40) is known color: Blackberry. HEX triplet: 50, 1B and 40. RGB value is (80,27,64). Sum of RGB (Red+Green+Blue) = 80+27+64=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B40 is #AFE4BF. Grayscale: #2E2E2E. Windows color (decimal): -11527360 or 4201296. OLE color: 4201296.
HSL color Cylindrical-coordinate representation of color #501B40: hue angle of 318.11º 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 #501B40 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 27 | 64 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.69 |
| HSL | 318.11º | 0.5% | 0.21% | - |
| HSV(B) | 318.11º | 0.66% | 0.31% | - |
| XYZ | 4.63 | 2.86 | 5.16 | - |
| YUV | 47.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 64 | 0 | 0.66 | 0.20 | 0.69 | 318.11 | 0.5 | 0.21 |
| Hex | 50 | 1B | 40 | 0 | 42 | 14 | 45 | 13E | 32 | 15 |
| Octal | 120 | 33 | 100 | 0 | 102 | 24 | 105 | 476 | 62 | 25 |
| Binary | 1010000 | 11011 | 1000000 | 0 | 1000010 | 10100 | 1000101 | 100111110 | 110010 | 10101 |
Color Harmonies of #501B40
Complementary color
Monochromatic Colors of #501B40
Black with #501B40
Text Example
Text Example
White with #501B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B40; }
p { color: rgb(80,27,64); }
H1.HeaderClassName
{
color: #501B40;
}
.AnyTagClassName
{
color: #501B40;
}
</style>
background-color css
<style>
a { background-color: #501B40; }
a { background-color: rgb(80,27,64); }
div.DivClassName
{
background-color: #501B40;
}
.BgClassName
{
background-color: #501B40;
}
</style>
border-color css
<style>
span { border-color: #501B40; }
span { border-color: rgb(80,27,64); }
td.TdClassName
{
border-color: #501B40;
}
.TagClassName
{
border-color: #501B40;
}
</style>