Shades of Blackberry #51172F
Tints of Blackberry #51172F
RGB
CMYK
RGB Variations
Color information
#51172F (or 0x51172F) is known color: Blackberry. HEX triplet: 51, 17 and 2F. RGB value is (81,23,47). Sum of RGB (Red+Green+Blue) = 81+23+47=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #51172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51172F is #AEE8D0. Grayscale: #2B2B2B. Windows color (decimal): -11462865 or 3086161. OLE color: 3086161.
HSL color Cylindrical-coordinate representation of color #51172F: hue angle of 335.17º 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 #51172F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 23 | 47 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.68 |
| HSL | 335.17º | 0.56% | 0.2% | - |
| HSV(B) | 335.17º | 0.72% | 0.32% | - |
| XYZ | 4.21 | 2.57 | 2.96 | - |
| YUV | 43.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 47 | 0 | 0.72 | 0.42 | 0.68 | 335.17 | 0.56 | 0.2 |
| Hex | 51 | 17 | 2F | 0 | 48 | 2A | 44 | 14F | 38 | 14 |
| Octal | 121 | 27 | 57 | 0 | 110 | 52 | 104 | 517 | 70 | 24 |
| Binary | 1010001 | 10111 | 101111 | 0 | 1001000 | 101010 | 1000100 | 101001111 | 111000 | 10100 |
Color Harmonies of #51172F
Complementary color
Monochromatic Colors of #51172F
Black with #51172F
Text Example
Text Example
White with #51172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51172F; }
p { color: rgb(81,23,47); }
H1.HeaderClassName
{
color: #51172F;
}
.AnyTagClassName
{
color: #51172F;
}
</style>
background-color css
<style>
a { background-color: #51172F; }
a { background-color: rgb(81,23,47); }
div.DivClassName
{
background-color: #51172F;
}
.BgClassName
{
background-color: #51172F;
}
</style>
border-color css
<style>
span { border-color: #51172F; }
span { border-color: rgb(81,23,47); }
td.TdClassName
{
border-color: #51172F;
}
.TagClassName
{
border-color: #51172F;
}
</style>