Shades of Blackberry #511938
Tints of Blackberry #511938
RGB
CMYK
RGB Variations
Color information
#511938 (or 0x511938) is known color: Blackberry. HEX triplet: 51, 19 and 38. RGB value is (81,25,56). Sum of RGB (Red+Green+Blue) = 81+25+56=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511938 is #AEE6C7. Grayscale: #2D2D2D. Windows color (decimal): -11462344 or 3676497. OLE color: 3676497.
HSL color Cylindrical-coordinate representation of color #511938: hue angle of 326.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511938 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 56 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.68 |
| HSL | 326.79º | 0.53% | 0.21% | - |
| HSV(B) | 326.79º | 0.69% | 0.32% | - |
| XYZ | 4.45 | 2.73 | 4.03 | - |
| YUV | 45.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 56 | 0 | 0.69 | 0.31 | 0.68 | 326.79 | 0.53 | 0.21 |
| Hex | 51 | 19 | 38 | 0 | 45 | 1F | 44 | 147 | 35 | 15 |
| Octal | 121 | 31 | 70 | 0 | 105 | 37 | 104 | 507 | 65 | 25 |
| Binary | 1010001 | 11001 | 111000 | 0 | 1000101 | 11111 | 1000100 | 101000111 | 110101 | 10101 |
Color Harmonies of #511938
Complementary color
Monochromatic Colors of #511938
Black with #511938
Text Example
Text Example
White with #511938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511938; }
p { color: rgb(81,25,56); }
H1.HeaderClassName
{
color: #511938;
}
.AnyTagClassName
{
color: #511938;
}
</style>
background-color css
<style>
a { background-color: #511938; }
a { background-color: rgb(81,25,56); }
div.DivClassName
{
background-color: #511938;
}
.BgClassName
{
background-color: #511938;
}
</style>
border-color css
<style>
span { border-color: #511938; }
span { border-color: rgb(81,25,56); }
td.TdClassName
{
border-color: #511938;
}
.TagClassName
{
border-color: #511938;
}
</style>