Shades of Blackberry #51133C
Tints of Blackberry #51133C
RGB
CMYK
RGB Variations
Color information
#51133C (or 0x51133C) is known color: Blackberry. HEX triplet: 51, 13 and 3C. RGB value is (81,19,60). Sum of RGB (Red+Green+Blue) = 81+19+60=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51133C is #AEECC3. Grayscale: #2A2A2A. Windows color (decimal): -11463876 or 3937105. OLE color: 3937105.
HSL color Cylindrical-coordinate representation of color #51133C: hue angle of 320.32º 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 #51133C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 60 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.68 |
| HSL | 320.32º | 0.62% | 0.2% | - |
| HSV(B) | 320.32º | 0.77% | 0.32% | - |
| XYZ | 4.44 | 2.54 | 4.53 | - |
| YUV | 42.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 60 | 0 | 0.77 | 0.26 | 0.68 | 320.32 | 0.62 | 0.2 |
| Hex | 51 | 13 | 3C | 0 | 4D | 1A | 44 | 140 | 3E | 14 |
| Octal | 121 | 23 | 74 | 0 | 115 | 32 | 104 | 500 | 76 | 24 |
| Binary | 1010001 | 10011 | 111100 | 0 | 1001101 | 11010 | 1000100 | 101000000 | 111110 | 10100 |
Color Harmonies of #51133C
Complementary color
Monochromatic Colors of #51133C
Black with #51133C
Text Example
Text Example
White with #51133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51133C; }
p { color: rgb(81,19,60); }
H1.HeaderClassName
{
color: #51133C;
}
.AnyTagClassName
{
color: #51133C;
}
</style>
background-color css
<style>
a { background-color: #51133C; }
a { background-color: rgb(81,19,60); }
div.DivClassName
{
background-color: #51133C;
}
.BgClassName
{
background-color: #51133C;
}
</style>
border-color css
<style>
span { border-color: #51133C; }
span { border-color: rgb(81,19,60); }
td.TdClassName
{
border-color: #51133C;
}
.TagClassName
{
border-color: #51133C;
}
</style>