Shades of Blackberry #511441
Tints of Blackberry #511441
RGB
CMYK
RGB Variations
Color information
#511441 (or 0x511441) is known color: Blackberry. HEX triplet: 51, 14 and 41. RGB value is (81,20,65). Sum of RGB (Red+Green+Blue) = 81+20+65=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511441 is #AEEBBE. Grayscale: #2B2B2B. Windows color (decimal): -11463615 or 4265041. OLE color: 4265041.
HSL color Cylindrical-coordinate representation of color #511441: hue angle of 315.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511441 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 65 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.68 |
| HSL | 315.74º | 0.6% | 0.2% | - |
| HSV(B) | 315.74º | 0.75% | 0.32% | - |
| XYZ | 4.6 | 2.63 | 5.27 | - |
| YUV | 43.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 65 | 0 | 0.75 | 0.20 | 0.68 | 315.74 | 0.6 | 0.2 |
| Hex | 51 | 14 | 41 | 0 | 4B | 14 | 44 | 13C | 3C | 14 |
| Octal | 121 | 24 | 101 | 0 | 113 | 24 | 104 | 474 | 74 | 24 |
| Binary | 1010001 | 10100 | 1000001 | 0 | 1001011 | 10100 | 1000100 | 100111100 | 111100 | 10100 |
Color Harmonies of #511441
Complementary color
Monochromatic Colors of #511441
Black with #511441
Text Example
Text Example
White with #511441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511441; }
p { color: rgb(81,20,65); }
H1.HeaderClassName
{
color: #511441;
}
.AnyTagClassName
{
color: #511441;
}
</style>
background-color css
<style>
a { background-color: #511441; }
a { background-color: rgb(81,20,65); }
div.DivClassName
{
background-color: #511441;
}
.BgClassName
{
background-color: #511441;
}
</style>
border-color css
<style>
span { border-color: #511441; }
span { border-color: rgb(81,20,65); }
td.TdClassName
{
border-color: #511441;
}
.TagClassName
{
border-color: #511441;
}
</style>