Shades of Blackberry #501C3C
Tints of Blackberry #501C3C
RGB
CMYK
RGB Variations
Color information
#501C3C (or 0x501C3C) is known color: Blackberry. HEX triplet: 50, 1C and 3C. RGB value is (80,28,60). Sum of RGB (Red+Green+Blue) = 80+28+60=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C3C is #AFE3C3. Grayscale: #2F2F2F. Windows color (decimal): -11527108 or 3939408. OLE color: 3939408.
HSL color Cylindrical-coordinate representation of color #501C3C: hue angle of 323.08º 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 #501C3C is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 60 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.69 |
| HSL | 323.08º | 0.48% | 0.21% | - |
| HSV(B) | 323.08º | 0.65% | 0.31% | - |
| XYZ | 4.54 | 2.86 | 4.59 | - |
| YUV | 47.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 60 | 0 | 0.65 | 0.25 | 0.69 | 323.08 | 0.48 | 0.21 |
| Hex | 50 | 1C | 3C | 0 | 41 | 19 | 45 | 143 | 30 | 15 |
| Octal | 120 | 34 | 74 | 0 | 101 | 31 | 105 | 503 | 60 | 25 |
| Binary | 1010000 | 11100 | 111100 | 0 | 1000001 | 11001 | 1000101 | 101000011 | 110000 | 10101 |
Color Harmonies of #501C3C
Complementary color
Monochromatic Colors of #501C3C
Black with #501C3C
Text Example
Text Example
White with #501C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C3C; }
p { color: rgb(80,28,60); }
H1.HeaderClassName
{
color: #501C3C;
}
.AnyTagClassName
{
color: #501C3C;
}
</style>
background-color css
<style>
a { background-color: #501C3C; }
a { background-color: rgb(80,28,60); }
div.DivClassName
{
background-color: #501C3C;
}
.BgClassName
{
background-color: #501C3C;
}
</style>
border-color css
<style>
span { border-color: #501C3C; }
span { border-color: rgb(80,28,60); }
td.TdClassName
{
border-color: #501C3C;
}
.TagClassName
{
border-color: #501C3C;
}
</style>