Shades of Blackberry #51143A
Tints of Blackberry #51143A
RGB
CMYK
RGB Variations
Color information
#51143A (or 0x51143A) is known color: Blackberry. HEX triplet: 51, 14 and 3A. RGB value is (81,20,58). Sum of RGB (Red+Green+Blue) = 81+20+58=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51143A is #AEEBC5. Grayscale: #2A2A2A. Windows color (decimal): -11463622 or 3806289. OLE color: 3806289.
HSL color Cylindrical-coordinate representation of color #51143A: hue angle of 322.62º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51143A is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 58 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.68 |
| HSL | 322.62º | 0.6% | 0.2% | - |
| HSV(B) | 322.62º | 0.75% | 0.32% | - |
| XYZ | 4.41 | 2.56 | 4.26 | - |
| YUV | 42.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 58 | 0 | 0.75 | 0.28 | 0.68 | 322.62 | 0.6 | 0.2 |
| Hex | 51 | 14 | 3A | 0 | 4B | 1C | 44 | 143 | 3C | 14 |
| Octal | 121 | 24 | 72 | 0 | 113 | 34 | 104 | 503 | 74 | 24 |
| Binary | 1010001 | 10100 | 111010 | 0 | 1001011 | 11100 | 1000100 | 101000011 | 111100 | 10100 |
Color Harmonies of #51143A
Complementary color
Monochromatic Colors of #51143A
Black with #51143A
Text Example
Text Example
White with #51143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51143A; }
p { color: rgb(81,20,58); }
H1.HeaderClassName
{
color: #51143A;
}
.AnyTagClassName
{
color: #51143A;
}
</style>
background-color css
<style>
a { background-color: #51143A; }
a { background-color: rgb(81,20,58); }
div.DivClassName
{
background-color: #51143A;
}
.BgClassName
{
background-color: #51143A;
}
</style>
border-color css
<style>
span { border-color: #51143A; }
span { border-color: rgb(81,20,58); }
td.TdClassName
{
border-color: #51143A;
}
.TagClassName
{
border-color: #51143A;
}
</style>