Shades of Blackberry #511E3C
Tints of Blackberry #511E3C
RGB
CMYK
RGB Variations
Color information
#511E3C (or 0x511E3C) is known color: Blackberry. HEX triplet: 51, 1E and 3C. RGB value is (81,30,60). Sum of RGB (Red+Green+Blue) = 81+30+60=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #511E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E3C is #AEE1C3. Grayscale: #303030. Windows color (decimal): -11461060 or 3939921. OLE color: 3939921.
HSL color Cylindrical-coordinate representation of color #511E3C: hue angle of 324.71º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E3C is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 60 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.68 |
| HSL | 324.71º | 0.46% | 0.22% | - |
| HSV(B) | 324.71º | 0.63% | 0.32% | - |
| XYZ | 4.67 | 3 | 4.61 | - |
| YUV | 48.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 60 | 0 | 0.63 | 0.26 | 0.68 | 324.71 | 0.46 | 0.22 |
| Hex | 51 | 1E | 3C | 0 | 3F | 1A | 44 | 145 | 2E | 16 |
| Octal | 121 | 36 | 74 | 0 | 77 | 32 | 104 | 505 | 56 | 26 |
| Binary | 1010001 | 11110 | 111100 | 0 | 111111 | 11010 | 1000100 | 101000101 | 101110 | 10110 |
Color Harmonies of #511E3C
Complementary color
Monochromatic Colors of #511E3C
Black with #511E3C
Text Example
Text Example
White with #511E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E3C; }
p { color: rgb(81,30,60); }
H1.HeaderClassName
{
color: #511E3C;
}
.AnyTagClassName
{
color: #511E3C;
}
</style>
background-color css
<style>
a { background-color: #511E3C; }
a { background-color: rgb(81,30,60); }
div.DivClassName
{
background-color: #511E3C;
}
.BgClassName
{
background-color: #511E3C;
}
</style>
border-color css
<style>
span { border-color: #511E3C; }
span { border-color: rgb(81,30,60); }
td.TdClassName
{
border-color: #511E3C;
}
.TagClassName
{
border-color: #511E3C;
}
</style>