Shades of Blackberry #51163E
Tints of Blackberry #51163E
RGB
CMYK
RGB Variations
Color information
#51163E (or 0x51163E) is known color: Blackberry. HEX triplet: 51, 16 and 3E. RGB value is (81,22,62). Sum of RGB (Red+Green+Blue) = 81+22+62=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51163E is #AEE9C1. Grayscale: #2C2C2C. Windows color (decimal): -11463106 or 4068945. OLE color: 4068945.
HSL color Cylindrical-coordinate representation of color #51163E: hue angle of 319.32º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51163E is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 62 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.68 |
| HSL | 319.32º | 0.57% | 0.2% | - |
| HSV(B) | 319.32º | 0.73% | 0.32% | - |
| XYZ | 4.55 | 2.67 | 4.83 | - |
| YUV | 44.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 62 | 0 | 0.73 | 0.23 | 0.68 | 319.32 | 0.57 | 0.2 |
| Hex | 51 | 16 | 3E | 0 | 49 | 17 | 44 | 13F | 39 | 14 |
| Octal | 121 | 26 | 76 | 0 | 111 | 27 | 104 | 477 | 71 | 24 |
| Binary | 1010001 | 10110 | 111110 | 0 | 1001001 | 10111 | 1000100 | 100111111 | 111001 | 10100 |
Color Harmonies of #51163E
Complementary color
Monochromatic Colors of #51163E
Black with #51163E
Text Example
Text Example
White with #51163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51163E; }
p { color: rgb(81,22,62); }
H1.HeaderClassName
{
color: #51163E;
}
.AnyTagClassName
{
color: #51163E;
}
</style>
background-color css
<style>
a { background-color: #51163E; }
a { background-color: rgb(81,22,62); }
div.DivClassName
{
background-color: #51163E;
}
.BgClassName
{
background-color: #51163E;
}
</style>
border-color css
<style>
span { border-color: #51163E; }
span { border-color: rgb(81,22,62); }
td.TdClassName
{
border-color: #51163E;
}
.TagClassName
{
border-color: #51163E;
}
</style>