Shades of Blackberry #51143C
Tints of Blackberry #51143C
RGB
CMYK
RGB Variations
Color information
#51143C (or 0x51143C) is known color: Blackberry. HEX triplet: 51, 14 and 3C. RGB value is (81,20,60). Sum of RGB (Red+Green+Blue) = 81+20+60=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51143C is #AEEBC3. Grayscale: #2A2A2A. Windows color (decimal): -11463620 or 3937361. OLE color: 3937361.
HSL color Cylindrical-coordinate representation of color #51143C: hue angle of 320.66º 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 #51143C is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 60 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.68 |
| HSL | 320.66º | 0.6% | 0.2% | - |
| HSV(B) | 320.66º | 0.75% | 0.32% | - |
| XYZ | 4.46 | 2.58 | 4.54 | - |
| YUV | 42.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 60 | 0 | 0.75 | 0.26 | 0.68 | 320.66 | 0.6 | 0.2 |
| Hex | 51 | 14 | 3C | 0 | 4B | 1A | 44 | 141 | 3C | 14 |
| Octal | 121 | 24 | 74 | 0 | 113 | 32 | 104 | 501 | 74 | 24 |
| Binary | 1010001 | 10100 | 111100 | 0 | 1001011 | 11010 | 1000100 | 101000001 | 111100 | 10100 |
Color Harmonies of #51143C
Complementary color
Monochromatic Colors of #51143C
Black with #51143C
Text Example
Text Example
White with #51143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51143C; }
p { color: rgb(81,20,60); }
H1.HeaderClassName
{
color: #51143C;
}
.AnyTagClassName
{
color: #51143C;
}
</style>
background-color css
<style>
a { background-color: #51143C; }
a { background-color: rgb(81,20,60); }
div.DivClassName
{
background-color: #51143C;
}
.BgClassName
{
background-color: #51143C;
}
</style>
border-color css
<style>
span { border-color: #51143C; }
span { border-color: rgb(81,20,60); }
td.TdClassName
{
border-color: #51143C;
}
.TagClassName
{
border-color: #51143C;
}
</style>