Shades of Blackberry #501A3A
Tints of Blackberry #501A3A
RGB
CMYK
RGB Variations
Color information
#501A3A (or 0x501A3A) is known color: Blackberry. HEX triplet: 50, 1A and 3A. RGB value is (80,26,58). Sum of RGB (Red+Green+Blue) = 80+26+58=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #501A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A3A is #AFE5C5. Grayscale: #2D2D2D. Windows color (decimal): -11527622 or 3807824. OLE color: 3807824.
HSL color Cylindrical-coordinate representation of color #501A3A: hue angle of 324.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #501A3A is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 58 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.69 |
| HSL | 324.44º | 0.51% | 0.21% | - |
| HSV(B) | 324.44º | 0.68% | 0.31% | - |
| XYZ | 4.44 | 2.75 | 4.3 | - |
| YUV | 45.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 58 | 0 | 0.67 | 0.28 | 0.69 | 324.44 | 0.51 | 0.21 |
| Hex | 50 | 1A | 3A | 0 | 43 | 1C | 45 | 144 | 33 | 15 |
| Octal | 120 | 32 | 72 | 0 | 103 | 34 | 105 | 504 | 63 | 25 |
| Binary | 1010000 | 11010 | 111010 | 0 | 1000011 | 11100 | 1000101 | 101000100 | 110011 | 10101 |
Color Harmonies of #501A3A
Complementary color
Monochromatic Colors of #501A3A
Black with #501A3A
Text Example
Text Example
White with #501A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A3A; }
p { color: rgb(80,26,58); }
H1.HeaderClassName
{
color: #501A3A;
}
.AnyTagClassName
{
color: #501A3A;
}
</style>
background-color css
<style>
a { background-color: #501A3A; }
a { background-color: rgb(80,26,58); }
div.DivClassName
{
background-color: #501A3A;
}
.BgClassName
{
background-color: #501A3A;
}
</style>
border-color css
<style>
span { border-color: #501A3A; }
span { border-color: rgb(80,26,58); }
td.TdClassName
{
border-color: #501A3A;
}
.TagClassName
{
border-color: #501A3A;
}
</style>