Shades of Blackberry #501C38
Tints of Blackberry #501C38
RGB
CMYK
RGB Variations
Color information
#501C38 (or 0x501C38) is known color: Blackberry. HEX triplet: 50, 1C and 38. RGB value is (80,28,56). Sum of RGB (Red+Green+Blue) = 80+28+56=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #501C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C38 is #AFE3C7. Grayscale: #2E2E2E. Windows color (decimal): -11527112 or 3677264. OLE color: 3677264.
HSL color Cylindrical-coordinate representation of color #501C38: hue angle of 327.69º 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 #501C38 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 56 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.69 |
| HSL | 327.69º | 0.48% | 0.21% | - |
| HSV(B) | 327.69º | 0.65% | 0.31% | - |
| XYZ | 4.44 | 2.82 | 4.05 | - |
| YUV | 46.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 56 | 0 | 0.65 | 0.30 | 0.69 | 327.69 | 0.48 | 0.21 |
| Hex | 50 | 1C | 38 | 0 | 41 | 1E | 45 | 148 | 30 | 15 |
| Octal | 120 | 34 | 70 | 0 | 101 | 36 | 105 | 510 | 60 | 25 |
| Binary | 1010000 | 11100 | 111000 | 0 | 1000001 | 11110 | 1000101 | 101001000 | 110000 | 10101 |
Color Harmonies of #501C38
Complementary color
Monochromatic Colors of #501C38
Black with #501C38
Text Example
Text Example
White with #501C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C38; }
p { color: rgb(80,28,56); }
H1.HeaderClassName
{
color: #501C38;
}
.AnyTagClassName
{
color: #501C38;
}
</style>
background-color css
<style>
a { background-color: #501C38; }
a { background-color: rgb(80,28,56); }
div.DivClassName
{
background-color: #501C38;
}
.BgClassName
{
background-color: #501C38;
}
</style>
border-color css
<style>
span { border-color: #501C38; }
span { border-color: rgb(80,28,56); }
td.TdClassName
{
border-color: #501C38;
}
.TagClassName
{
border-color: #501C38;
}
</style>