Shades of Blackberry #511A36
Tints of Blackberry #511A36
RGB
CMYK
RGB Variations
Color information
#511A36 (or 0x511A36) is known color: Blackberry. HEX triplet: 51, 1A and 36. RGB value is (81,26,54). Sum of RGB (Red+Green+Blue) = 81+26+54=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A36 is #AEE5C9. Grayscale: #2D2D2D. Windows color (decimal): -11462090 or 3545681. OLE color: 3545681.
HSL color Cylindrical-coordinate representation of color #511A36: hue angle of 329.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A36 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 54 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.68 |
| HSL | 329.45º | 0.51% | 0.21% | - |
| HSV(B) | 329.45º | 0.68% | 0.32% | - |
| XYZ | 4.43 | 2.75 | 3.79 | - |
| YUV | 45.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 54 | 0 | 0.68 | 0.33 | 0.68 | 329.45 | 0.51 | 0.21 |
| Hex | 51 | 1A | 36 | 0 | 44 | 21 | 44 | 149 | 33 | 15 |
| Octal | 121 | 32 | 66 | 0 | 104 | 41 | 104 | 511 | 63 | 25 |
| Binary | 1010001 | 11010 | 110110 | 0 | 1000100 | 100001 | 1000100 | 101001001 | 110011 | 10101 |
Color Harmonies of #511A36
Complementary color
Monochromatic Colors of #511A36
Black with #511A36
Text Example
Text Example
White with #511A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A36; }
p { color: rgb(81,26,54); }
H1.HeaderClassName
{
color: #511A36;
}
.AnyTagClassName
{
color: #511A36;
}
</style>
background-color css
<style>
a { background-color: #511A36; }
a { background-color: rgb(81,26,54); }
div.DivClassName
{
background-color: #511A36;
}
.BgClassName
{
background-color: #511A36;
}
</style>
border-color css
<style>
span { border-color: #511A36; }
span { border-color: rgb(81,26,54); }
td.TdClassName
{
border-color: #511A36;
}
.TagClassName
{
border-color: #511A36;
}
</style>