Shades of Blackberry #511C37
Tints of Blackberry #511C37
RGB
CMYK
RGB Variations
Color information
#511C37 (or 0x511C37) is known color: Blackberry. HEX triplet: 51, 1C and 37. RGB value is (81,28,55). Sum of RGB (Red+Green+Blue) = 81+28+55=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #511C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C37 is #AEE3C8. Grayscale: #2E2E2E. Windows color (decimal): -11461577 or 3611729. OLE color: 3611729.
HSL color Cylindrical-coordinate representation of color #511C37: hue angle of 329.43º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C37 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 55 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.68 |
| HSL | 329.43º | 0.49% | 0.21% | - |
| HSV(B) | 329.43º | 0.65% | 0.32% | - |
| XYZ | 4.5 | 2.86 | 3.93 | - |
| YUV | 46.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 55 | 0 | 0.65 | 0.32 | 0.68 | 329.43 | 0.49 | 0.21 |
| Hex | 51 | 1C | 37 | 0 | 41 | 20 | 44 | 149 | 31 | 15 |
| Octal | 121 | 34 | 67 | 0 | 101 | 40 | 104 | 511 | 61 | 25 |
| Binary | 1010001 | 11100 | 110111 | 0 | 1000001 | 100000 | 1000100 | 101001001 | 110001 | 10101 |
Color Harmonies of #511C37
Complementary color
Monochromatic Colors of #511C37
Black with #511C37
Text Example
Text Example
White with #511C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C37; }
p { color: rgb(81,28,55); }
H1.HeaderClassName
{
color: #511C37;
}
.AnyTagClassName
{
color: #511C37;
}
</style>
background-color css
<style>
a { background-color: #511C37; }
a { background-color: rgb(81,28,55); }
div.DivClassName
{
background-color: #511C37;
}
.BgClassName
{
background-color: #511C37;
}
</style>
border-color css
<style>
span { border-color: #511C37; }
span { border-color: rgb(81,28,55); }
td.TdClassName
{
border-color: #511C37;
}
.TagClassName
{
border-color: #511C37;
}
</style>