Shades of Blackberry #51163C
Tints of Blackberry #51163C
RGB
CMYK
RGB Variations
Color information
#51163C (or 0x51163C) is known color: Blackberry. HEX triplet: 51, 16 and 3C. RGB value is (81,22,60). Sum of RGB (Red+Green+Blue) = 81+22+60=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51163C is #AEE9C3. Grayscale: #2B2B2B. Windows color (decimal): -11463108 or 3937873. OLE color: 3937873.
HSL color Cylindrical-coordinate representation of color #51163C: hue angle of 321.36º 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 #51163C is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 60 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.68 |
| HSL | 321.36º | 0.57% | 0.2% | - |
| HSV(B) | 321.36º | 0.73% | 0.32% | - |
| XYZ | 4.5 | 2.65 | 4.55 | - |
| YUV | 43.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 60 | 0 | 0.73 | 0.26 | 0.68 | 321.36 | 0.57 | 0.2 |
| Hex | 51 | 16 | 3C | 0 | 49 | 1A | 44 | 141 | 39 | 14 |
| Octal | 121 | 26 | 74 | 0 | 111 | 32 | 104 | 501 | 71 | 24 |
| Binary | 1010001 | 10110 | 111100 | 0 | 1001001 | 11010 | 1000100 | 101000001 | 111001 | 10100 |
Color Harmonies of #51163C
Complementary color
Monochromatic Colors of #51163C
Black with #51163C
Text Example
Text Example
White with #51163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51163C; }
p { color: rgb(81,22,60); }
H1.HeaderClassName
{
color: #51163C;
}
.AnyTagClassName
{
color: #51163C;
}
</style>
background-color css
<style>
a { background-color: #51163C; }
a { background-color: rgb(81,22,60); }
div.DivClassName
{
background-color: #51163C;
}
.BgClassName
{
background-color: #51163C;
}
</style>
border-color css
<style>
span { border-color: #51163C; }
span { border-color: rgb(81,22,60); }
td.TdClassName
{
border-color: #51163C;
}
.TagClassName
{
border-color: #51163C;
}
</style>