Shades of Blackberry #501A35
Tints of Blackberry #501A35
RGB
CMYK
RGB Variations
Color information
#501A35 (or 0x501A35) is known color: Blackberry. HEX triplet: 50, 1A and 35. RGB value is (80,26,53). Sum of RGB (Red+Green+Blue) = 80+26+53=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #501A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A35 is #AFE5CA. Grayscale: #2D2D2D. Windows color (decimal): -11527627 or 3480144. OLE color: 3480144.
HSL color Cylindrical-coordinate representation of color #501A35: hue angle of 330º 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 #501A35 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 26 | 53 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.69 |
| HSL | 330º | 0.51% | 0.21% | - |
| HSV(B) | 330º | 0.68% | 0.31% | - |
| XYZ | 4.32 | 2.7 | 3.66 | - |
| YUV | 45.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 53 | 0 | 0.67 | 0.34 | 0.69 | 330 | 0.51 | 0.21 |
| Hex | 50 | 1A | 35 | 0 | 43 | 22 | 45 | 14A | 33 | 15 |
| Octal | 120 | 32 | 65 | 0 | 103 | 42 | 105 | 512 | 63 | 25 |
| Binary | 1010000 | 11010 | 110101 | 0 | 1000011 | 100010 | 1000101 | 101001010 | 110011 | 10101 |
Color Harmonies of #501A35
Complementary color
Monochromatic Colors of #501A35
Black with #501A35
Text Example
Text Example
White with #501A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A35; }
p { color: rgb(80,26,53); }
H1.HeaderClassName
{
color: #501A35;
}
.AnyTagClassName
{
color: #501A35;
}
</style>
background-color css
<style>
a { background-color: #501A35; }
a { background-color: rgb(80,26,53); }
div.DivClassName
{
background-color: #501A35;
}
.BgClassName
{
background-color: #501A35;
}
</style>
border-color css
<style>
span { border-color: #501A35; }
span { border-color: rgb(80,26,53); }
td.TdClassName
{
border-color: #501A35;
}
.TagClassName
{
border-color: #501A35;
}
</style>