Shades of Blackberry #511831
Tints of Blackberry #511831
RGB
CMYK
RGB Variations
Color information
#511831 (or 0x511831) is known color: Blackberry. HEX triplet: 51, 18 and 31. RGB value is (81,24,49). Sum of RGB (Red+Green+Blue) = 81+24+49=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511831 is #AEE7CE. Grayscale: #2B2B2B. Windows color (decimal): -11462607 or 3217489. OLE color: 3217489.
HSL color Cylindrical-coordinate representation of color #511831: hue angle of 333.68º 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 #511831 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 49 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.68 |
| HSL | 333.68º | 0.54% | 0.21% | - |
| HSV(B) | 333.68º | 0.7% | 0.32% | - |
| XYZ | 4.27 | 2.62 | 3.19 | - |
| YUV | 43.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 49 | 0 | 0.70 | 0.40 | 0.68 | 333.68 | 0.54 | 0.21 |
| Hex | 51 | 18 | 31 | 0 | 46 | 28 | 44 | 14E | 36 | 15 |
| Octal | 121 | 30 | 61 | 0 | 106 | 50 | 104 | 516 | 66 | 25 |
| Binary | 1010001 | 11000 | 110001 | 0 | 1000110 | 101000 | 1000100 | 101001110 | 110110 | 10101 |
Color Harmonies of #511831
Complementary color
Monochromatic Colors of #511831
Black with #511831
Text Example
Text Example
White with #511831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511831; }
p { color: rgb(81,24,49); }
H1.HeaderClassName
{
color: #511831;
}
.AnyTagClassName
{
color: #511831;
}
</style>
background-color css
<style>
a { background-color: #511831; }
a { background-color: rgb(81,24,49); }
div.DivClassName
{
background-color: #511831;
}
.BgClassName
{
background-color: #511831;
}
</style>
border-color css
<style>
span { border-color: #511831; }
span { border-color: rgb(81,24,49); }
td.TdClassName
{
border-color: #511831;
}
.TagClassName
{
border-color: #511831;
}
</style>