Shades of Blackberry #501438
Tints of Blackberry #501438
RGB
CMYK
RGB Variations
Color information
#501438 (or 0x501438) is known color: Blackberry. HEX triplet: 50, 14 and 38. RGB value is (80,20,56). Sum of RGB (Red+Green+Blue) = 80+20+56=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #501438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501438 is #AFEBC7. Grayscale: #292929. Windows color (decimal): -11529160 or 3675216. OLE color: 3675216.
HSL color Cylindrical-coordinate representation of color #501438: hue angle of 324º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501438 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 56 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.69 |
| HSL | 324º | 0.6% | 0.2% | - |
| HSV(B) | 324º | 0.75% | 0.31% | - |
| XYZ | 4.27 | 2.49 | 4 | - |
| YUV | 42.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 56 | 0 | 0.75 | 0.30 | 0.69 | 324 | 0.6 | 0.2 |
| Hex | 50 | 14 | 38 | 0 | 4B | 1E | 45 | 144 | 3C | 14 |
| Octal | 120 | 24 | 70 | 0 | 113 | 36 | 105 | 504 | 74 | 24 |
| Binary | 1010000 | 10100 | 111000 | 0 | 1001011 | 11110 | 1000101 | 101000100 | 111100 | 10100 |
Color Harmonies of #501438
Complementary color
Monochromatic Colors of #501438
Black with #501438
Text Example
Text Example
White with #501438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501438; }
p { color: rgb(80,20,56); }
H1.HeaderClassName
{
color: #501438;
}
.AnyTagClassName
{
color: #501438;
}
</style>
background-color css
<style>
a { background-color: #501438; }
a { background-color: rgb(80,20,56); }
div.DivClassName
{
background-color: #501438;
}
.BgClassName
{
background-color: #501438;
}
</style>
border-color css
<style>
span { border-color: #501438; }
span { border-color: rgb(80,20,56); }
td.TdClassName
{
border-color: #501438;
}
.TagClassName
{
border-color: #501438;
}
</style>