Shades of Blackberry #501C3A
Tints of Blackberry #501C3A
RGB
CMYK
RGB Variations
Color information
#501C3A (or 0x501C3A) is known color: Blackberry. HEX triplet: 50, 1C and 3A. RGB value is (80,28,58). Sum of RGB (Red+Green+Blue) = 80+28+58=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #501C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C3A is #AFE3C5. Grayscale: #2E2E2E. Windows color (decimal): -11527110 or 3808336. OLE color: 3808336.
HSL color Cylindrical-coordinate representation of color #501C3A: hue angle of 325.38º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C3A is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 58 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.69 |
| HSL | 325.38º | 0.48% | 0.21% | - |
| HSV(B) | 325.38º | 0.65% | 0.31% | - |
| XYZ | 4.49 | 2.84 | 4.31 | - |
| YUV | 46.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 58 | 0 | 0.65 | 0.28 | 0.69 | 325.38 | 0.48 | 0.21 |
| Hex | 50 | 1C | 3A | 0 | 41 | 1C | 45 | 145 | 30 | 15 |
| Octal | 120 | 34 | 72 | 0 | 101 | 34 | 105 | 505 | 60 | 25 |
| Binary | 1010000 | 11100 | 111010 | 0 | 1000001 | 11100 | 1000101 | 101000101 | 110000 | 10101 |
Color Harmonies of #501C3A
Complementary color
Monochromatic Colors of #501C3A
Black with #501C3A
Text Example
Text Example
White with #501C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C3A; }
p { color: rgb(80,28,58); }
H1.HeaderClassName
{
color: #501C3A;
}
.AnyTagClassName
{
color: #501C3A;
}
</style>
background-color css
<style>
a { background-color: #501C3A; }
a { background-color: rgb(80,28,58); }
div.DivClassName
{
background-color: #501C3A;
}
.BgClassName
{
background-color: #501C3A;
}
</style>
border-color css
<style>
span { border-color: #501C3A; }
span { border-color: rgb(80,28,58); }
td.TdClassName
{
border-color: #501C3A;
}
.TagClassName
{
border-color: #501C3A;
}
</style>