Shades of Blackberry #511838
Tints of Blackberry #511838
RGB
CMYK
RGB Variations
Color information
#511838 (or 0x511838) is known color: Blackberry. HEX triplet: 51, 18 and 38. RGB value is (81,24,56). Sum of RGB (Red+Green+Blue) = 81+24+56=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511838 is #AEE7C7. Grayscale: #2C2C2C. Windows color (decimal): -11462600 or 3676241. OLE color: 3676241.
HSL color Cylindrical-coordinate representation of color #511838: hue angle of 326.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511838 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 56 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.68 |
| HSL | 326.32º | 0.54% | 0.21% | - |
| HSV(B) | 326.32º | 0.7% | 0.32% | - |
| XYZ | 4.43 | 2.69 | 4.03 | - |
| YUV | 44.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 56 | 0 | 0.70 | 0.31 | 0.68 | 326.32 | 0.54 | 0.21 |
| Hex | 51 | 18 | 38 | 0 | 46 | 1F | 44 | 146 | 36 | 15 |
| Octal | 121 | 30 | 70 | 0 | 106 | 37 | 104 | 506 | 66 | 25 |
| Binary | 1010001 | 11000 | 111000 | 0 | 1000110 | 11111 | 1000100 | 101000110 | 110110 | 10101 |
Color Harmonies of #511838
Complementary color
Monochromatic Colors of #511838
Black with #511838
Text Example
Text Example
White with #511838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511838; }
p { color: rgb(81,24,56); }
H1.HeaderClassName
{
color: #511838;
}
.AnyTagClassName
{
color: #511838;
}
</style>
background-color css
<style>
a { background-color: #511838; }
a { background-color: rgb(81,24,56); }
div.DivClassName
{
background-color: #511838;
}
.BgClassName
{
background-color: #511838;
}
</style>
border-color css
<style>
span { border-color: #511838; }
span { border-color: rgb(81,24,56); }
td.TdClassName
{
border-color: #511838;
}
.TagClassName
{
border-color: #511838;
}
</style>