Shades of Blackberry #51032E
Tints of Blackberry #51032E
RGB
CMYK
RGB Variations
Color information
#51032E (or 0x51032E) is known color: Blackberry. HEX triplet: 51, 03 and 2E. RGB value is (81,3,46). Sum of RGB (Red+Green+Blue) = 81+3+46=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51032E is #AEFCD1. Grayscale: #1F1F1F. Windows color (decimal): -11467986 or 3015505. OLE color: 3015505.
HSL color Cylindrical-coordinate representation of color #51032E: hue angle of 326.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #51032E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 46 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.68 |
| HSL | 326.92º | 0.93% | 0.16% | - |
| HSV(B) | 326.92º | 0.96% | 0.32% | - |
| XYZ | 3.92 | 2.01 | 2.77 | - |
| YUV | 31.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 46 | 0 | 0.96 | 0.43 | 0.68 | 326.92 | 0.93 | 0.16 |
| Hex | 51 | 3 | 2E | 0 | 60 | 2B | 44 | 147 | 5D | 10 |
| Octal | 121 | 3 | 56 | 0 | 140 | 53 | 104 | 507 | 135 | 20 |
| Binary | 1010001 | 11 | 101110 | 0 | 1100000 | 101011 | 1000100 | 101000111 | 1011101 | 10000 |
Color Harmonies of #51032E
Complementary color
Monochromatic Colors of #51032E
Black with #51032E
Text Example
Text Example
White with #51032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51032E; }
p { color: rgb(81,3,46); }
H1.HeaderClassName
{
color: #51032E;
}
.AnyTagClassName
{
color: #51032E;
}
</style>
background-color css
<style>
a { background-color: #51032E; }
a { background-color: rgb(81,3,46); }
div.DivClassName
{
background-color: #51032E;
}
.BgClassName
{
background-color: #51032E;
}
</style>
border-color css
<style>
span { border-color: #51032E; }
span { border-color: rgb(81,3,46); }
td.TdClassName
{
border-color: #51032E;
}
.TagClassName
{
border-color: #51032E;
}
</style>