Shades of Blackberry #51143D
Tints of Blackberry #51143D
RGB
CMYK
RGB Variations
Color information
#51143D (or 0x51143D) is known color: Blackberry. HEX triplet: 51, 14 and 3D. RGB value is (81,20,61). Sum of RGB (Red+Green+Blue) = 81+20+61=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51143D is #AEEBC2. Grayscale: #2A2A2A. Windows color (decimal): -11463619 or 4002897. OLE color: 4002897.
HSL color Cylindrical-coordinate representation of color #51143D: hue angle of 319.67º 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 #51143D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 61 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.68 |
| HSL | 319.67º | 0.6% | 0.2% | - |
| HSV(B) | 319.67º | 0.75% | 0.32% | - |
| XYZ | 4.49 | 2.59 | 4.68 | - |
| YUV | 42.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 61 | 0 | 0.75 | 0.25 | 0.68 | 319.67 | 0.6 | 0.2 |
| Hex | 51 | 14 | 3D | 0 | 4B | 19 | 44 | 140 | 3C | 14 |
| Octal | 121 | 24 | 75 | 0 | 113 | 31 | 104 | 500 | 74 | 24 |
| Binary | 1010001 | 10100 | 111101 | 0 | 1001011 | 11001 | 1000100 | 101000000 | 111100 | 10100 |
Color Harmonies of #51143D
Complementary color
Monochromatic Colors of #51143D
Black with #51143D
Text Example
Text Example
White with #51143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51143D; }
p { color: rgb(81,20,61); }
H1.HeaderClassName
{
color: #51143D;
}
.AnyTagClassName
{
color: #51143D;
}
</style>
background-color css
<style>
a { background-color: #51143D; }
a { background-color: rgb(81,20,61); }
div.DivClassName
{
background-color: #51143D;
}
.BgClassName
{
background-color: #51143D;
}
</style>
border-color css
<style>
span { border-color: #51143D; }
span { border-color: rgb(81,20,61); }
td.TdClassName
{
border-color: #51143D;
}
.TagClassName
{
border-color: #51143D;
}
</style>