Shades of Blackberry #51163D
Tints of Blackberry #51163D
RGB
CMYK
RGB Variations
Color information
#51163D (or 0x51163D) is known color: Blackberry. HEX triplet: 51, 16 and 3D. RGB value is (81,22,61). Sum of RGB (Red+Green+Blue) = 81+22+61=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51163D is #AEE9C2. Grayscale: #2B2B2B. Windows color (decimal): -11463107 or 4003409. OLE color: 4003409.
HSL color Cylindrical-coordinate representation of color #51163D: hue angle of 320.34º 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 #51163D is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 61 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.68 |
| HSL | 320.34º | 0.57% | 0.2% | - |
| HSV(B) | 320.34º | 0.73% | 0.32% | - |
| XYZ | 4.52 | 2.66 | 4.69 | - |
| YUV | 44.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 61 | 0 | 0.73 | 0.25 | 0.68 | 320.34 | 0.57 | 0.2 |
| Hex | 51 | 16 | 3D | 0 | 49 | 19 | 44 | 140 | 39 | 14 |
| Octal | 121 | 26 | 75 | 0 | 111 | 31 | 104 | 500 | 71 | 24 |
| Binary | 1010001 | 10110 | 111101 | 0 | 1001001 | 11001 | 1000100 | 101000000 | 111001 | 10100 |
Color Harmonies of #51163D
Complementary color
Monochromatic Colors of #51163D
Black with #51163D
Text Example
Text Example
White with #51163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51163D; }
p { color: rgb(81,22,61); }
H1.HeaderClassName
{
color: #51163D;
}
.AnyTagClassName
{
color: #51163D;
}
</style>
background-color css
<style>
a { background-color: #51163D; }
a { background-color: rgb(81,22,61); }
div.DivClassName
{
background-color: #51163D;
}
.BgClassName
{
background-color: #51163D;
}
</style>
border-color css
<style>
span { border-color: #51163D; }
span { border-color: rgb(81,22,61); }
td.TdClassName
{
border-color: #51163D;
}
.TagClassName
{
border-color: #51163D;
}
</style>