Shades of Blackberry #501E3C
Tints of Blackberry #501E3C
RGB
CMYK
RGB Variations
Color information
#501E3C (or 0x501E3C) is known color: Blackberry. HEX triplet: 50, 1E and 3C. RGB value is (80,30,60). Sum of RGB (Red+Green+Blue) = 80+30+60=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E3C is #AFE1C3. Grayscale: #303030. Windows color (decimal): -11526596 or 3939920. OLE color: 3939920.
HSL color Cylindrical-coordinate representation of color #501E3C: hue angle of 324º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E3C is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 60 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.69 |
| HSL | 324º | 0.45% | 0.22% | - |
| HSV(B) | 324º | 0.63% | 0.31% | - |
| XYZ | 4.59 | 2.96 | 4.6 | - |
| YUV | 48.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 60 | 0 | 0.62 | 0.25 | 0.69 | 324 | 0.45 | 0.22 |
| Hex | 50 | 1E | 3C | 0 | 3E | 19 | 45 | 144 | 2D | 16 |
| Octal | 120 | 36 | 74 | 0 | 76 | 31 | 105 | 504 | 55 | 26 |
| Binary | 1010000 | 11110 | 111100 | 0 | 111110 | 11001 | 1000101 | 101000100 | 101101 | 10110 |
Color Harmonies of #501E3C
Complementary color
Monochromatic Colors of #501E3C
Black with #501E3C
Text Example
Text Example
White with #501E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E3C; }
p { color: rgb(80,30,60); }
H1.HeaderClassName
{
color: #501E3C;
}
.AnyTagClassName
{
color: #501E3C;
}
</style>
background-color css
<style>
a { background-color: #501E3C; }
a { background-color: rgb(80,30,60); }
div.DivClassName
{
background-color: #501E3C;
}
.BgClassName
{
background-color: #501E3C;
}
</style>
border-color css
<style>
span { border-color: #501E3C; }
span { border-color: rgb(80,30,60); }
td.TdClassName
{
border-color: #501E3C;
}
.TagClassName
{
border-color: #501E3C;
}
</style>