Shades of Blackberry #51133B
Tints of Blackberry #51133B
RGB
CMYK
RGB Variations
Color information
#51133B (or 0x51133B) is known color: Blackberry. HEX triplet: 51, 13 and 3B. RGB value is (81,19,59). Sum of RGB (Red+Green+Blue) = 81+19+59=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51133B is #AEECC4. Grayscale: #2A2A2A. Windows color (decimal): -11463877 or 3871569. OLE color: 3871569.
HSL color Cylindrical-coordinate representation of color #51133B: hue angle of 321.29º 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 #51133B is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 59 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.68 |
| HSL | 321.29º | 0.62% | 0.2% | - |
| HSV(B) | 321.29º | 0.77% | 0.32% | - |
| XYZ | 4.42 | 2.53 | 4.39 | - |
| YUV | 42.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 59 | 0 | 0.77 | 0.27 | 0.68 | 321.29 | 0.62 | 0.2 |
| Hex | 51 | 13 | 3B | 0 | 4D | 1B | 44 | 141 | 3E | 14 |
| Octal | 121 | 23 | 73 | 0 | 115 | 33 | 104 | 501 | 76 | 24 |
| Binary | 1010001 | 10011 | 111011 | 0 | 1001101 | 11011 | 1000100 | 101000001 | 111110 | 10100 |
Color Harmonies of #51133B
Complementary color
Monochromatic Colors of #51133B
Black with #51133B
Text Example
Text Example
White with #51133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51133B; }
p { color: rgb(81,19,59); }
H1.HeaderClassName
{
color: #51133B;
}
.AnyTagClassName
{
color: #51133B;
}
</style>
background-color css
<style>
a { background-color: #51133B; }
a { background-color: rgb(81,19,59); }
div.DivClassName
{
background-color: #51133B;
}
.BgClassName
{
background-color: #51133B;
}
</style>
border-color css
<style>
span { border-color: #51133B; }
span { border-color: rgb(81,19,59); }
td.TdClassName
{
border-color: #51133B;
}
.TagClassName
{
border-color: #51133B;
}
</style>