Shades of Blackberry #51173A
Tints of Blackberry #51173A
RGB
CMYK
RGB Variations
Color information
#51173A (or 0x51173A) is known color: Blackberry. HEX triplet: 51, 17 and 3A. RGB value is (81,23,58). Sum of RGB (Red+Green+Blue) = 81+23+58=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51173A is #AEE8C5. Grayscale: #2C2C2C. Windows color (decimal): -11462854 or 3807057. OLE color: 3807057.
HSL color Cylindrical-coordinate representation of color #51173A: hue angle of 323.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #51173A is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 58 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.68 |
| HSL | 323.79º | 0.56% | 0.2% | - |
| HSV(B) | 323.79º | 0.72% | 0.32% | - |
| XYZ | 4.46 | 2.67 | 4.28 | - |
| YUV | 44.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 58 | 0 | 0.72 | 0.28 | 0.68 | 323.79 | 0.56 | 0.2 |
| Hex | 51 | 17 | 3A | 0 | 48 | 1C | 44 | 144 | 38 | 14 |
| Octal | 121 | 27 | 72 | 0 | 110 | 34 | 104 | 504 | 70 | 24 |
| Binary | 1010001 | 10111 | 111010 | 0 | 1001000 | 11100 | 1000100 | 101000100 | 111000 | 10100 |
Color Harmonies of #51173A
Complementary color
Monochromatic Colors of #51173A
Black with #51173A
Text Example
Text Example
White with #51173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51173A; }
p { color: rgb(81,23,58); }
H1.HeaderClassName
{
color: #51173A;
}
.AnyTagClassName
{
color: #51173A;
}
</style>
background-color css
<style>
a { background-color: #51173A; }
a { background-color: rgb(81,23,58); }
div.DivClassName
{
background-color: #51173A;
}
.BgClassName
{
background-color: #51173A;
}
</style>
border-color css
<style>
span { border-color: #51173A; }
span { border-color: rgb(81,23,58); }
td.TdClassName
{
border-color: #51173A;
}
.TagClassName
{
border-color: #51173A;
}
</style>