Shades of Blackberry #501C34
Tints of Blackberry #501C34
RGB
CMYK
RGB Variations
Color information
#501C34 (or 0x501C34) is known color: Blackberry. HEX triplet: 50, 1C and 34. RGB value is (80,28,52). Sum of RGB (Red+Green+Blue) = 80+28+52=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #501C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C34 is #AFE3CB. Grayscale: #2E2E2E. Windows color (decimal): -11527116 or 3415120. OLE color: 3415120.
HSL color Cylindrical-coordinate representation of color #501C34: hue angle of 332.31º 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 #501C34 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 52 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.69 |
| HSL | 332.31º | 0.48% | 0.21% | - |
| HSV(B) | 332.31º | 0.65% | 0.31% | - |
| XYZ | 4.34 | 2.78 | 3.56 | - |
| YUV | 46.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 52 | 0 | 0.65 | 0.35 | 0.69 | 332.31 | 0.48 | 0.21 |
| Hex | 50 | 1C | 34 | 0 | 41 | 23 | 45 | 14C | 30 | 15 |
| Octal | 120 | 34 | 64 | 0 | 101 | 43 | 105 | 514 | 60 | 25 |
| Binary | 1010000 | 11100 | 110100 | 0 | 1000001 | 100011 | 1000101 | 101001100 | 110000 | 10101 |
Color Harmonies of #501C34
Complementary color
Monochromatic Colors of #501C34
Black with #501C34
Text Example
Text Example
White with #501C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C34; }
p { color: rgb(80,28,52); }
H1.HeaderClassName
{
color: #501C34;
}
.AnyTagClassName
{
color: #501C34;
}
</style>
background-color css
<style>
a { background-color: #501C34; }
a { background-color: rgb(80,28,52); }
div.DivClassName
{
background-color: #501C34;
}
.BgClassName
{
background-color: #501C34;
}
</style>
border-color css
<style>
span { border-color: #501C34; }
span { border-color: rgb(80,28,52); }
td.TdClassName
{
border-color: #501C34;
}
.TagClassName
{
border-color: #501C34;
}
</style>