Shades of Blackberry #51132B
Tints of Blackberry #51132B
RGB
CMYK
RGB Variations
Color information
#51132B (or 0x51132B) is known color: Blackberry. HEX triplet: 51, 13 and 2B. RGB value is (81,19,43). Sum of RGB (Red+Green+Blue) = 81+19+43=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51132B is #AEECD4. Grayscale: #282828. Windows color (decimal): -11463893 or 2822993. OLE color: 2822993.
HSL color Cylindrical-coordinate representation of color #51132B: hue angle of 336.77º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51132B is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 43 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.68 |
| HSL | 336.77º | 0.62% | 0.2% | - |
| HSV(B) | 336.77º | 0.77% | 0.32% | - |
| XYZ | 4.06 | 2.39 | 2.53 | - |
| YUV | 40.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 43 | 0 | 0.77 | 0.47 | 0.68 | 336.77 | 0.62 | 0.2 |
| Hex | 51 | 13 | 2B | 0 | 4D | 2F | 44 | 151 | 3E | 14 |
| Octal | 121 | 23 | 53 | 0 | 115 | 57 | 104 | 521 | 76 | 24 |
| Binary | 1010001 | 10011 | 101011 | 0 | 1001101 | 101111 | 1000100 | 101010001 | 111110 | 10100 |
Color Harmonies of #51132B
Complementary color
Monochromatic Colors of #51132B
Black with #51132B
Text Example
Text Example
White with #51132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51132B; }
p { color: rgb(81,19,43); }
H1.HeaderClassName
{
color: #51132B;
}
.AnyTagClassName
{
color: #51132B;
}
</style>
background-color css
<style>
a { background-color: #51132B; }
a { background-color: rgb(81,19,43); }
div.DivClassName
{
background-color: #51132B;
}
.BgClassName
{
background-color: #51132B;
}
</style>
border-color css
<style>
span { border-color: #51132B; }
span { border-color: rgb(81,19,43); }
td.TdClassName
{
border-color: #51132B;
}
.TagClassName
{
border-color: #51132B;
}
</style>