Shades of Blackberry #51062D
Tints of Blackberry #51062D
RGB
CMYK
RGB Variations
Color information
#51062D (or 0x51062D) is known color: Blackberry. HEX triplet: 51, 06 and 2D. RGB value is (81,6,45). Sum of RGB (Red+Green+Blue) = 81+6+45=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51062D is #AEF9D2. Grayscale: #202020. Windows color (decimal): -11467219 or 2950737. OLE color: 2950737.
HSL color Cylindrical-coordinate representation of color #51062D: hue angle of 328.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51062D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 6 | 45 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.68 |
| HSL | 328.8º | 0.86% | 0.17% | - |
| HSV(B) | 328.8º | 0.93% | 0.32% | - |
| XYZ | 3.93 | 2.07 | 2.67 | - |
| YUV | 32.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 45 | 0 | 0.93 | 0.44 | 0.68 | 328.8 | 0.86 | 0.17 |
| Hex | 51 | 6 | 2D | 0 | 5D | 2C | 44 | 149 | 56 | 11 |
| Octal | 121 | 6 | 55 | 0 | 135 | 54 | 104 | 511 | 126 | 21 |
| Binary | 1010001 | 110 | 101101 | 0 | 1011101 | 101100 | 1000100 | 101001001 | 1010110 | 10001 |
Color Harmonies of #51062D
Complementary color
Monochromatic Colors of #51062D
Black with #51062D
Text Example
Text Example
White with #51062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51062D; }
p { color: rgb(81,6,45); }
H1.HeaderClassName
{
color: #51062D;
}
.AnyTagClassName
{
color: #51062D;
}
</style>
background-color css
<style>
a { background-color: #51062D; }
a { background-color: rgb(81,6,45); }
div.DivClassName
{
background-color: #51062D;
}
.BgClassName
{
background-color: #51062D;
}
</style>
border-color css
<style>
span { border-color: #51062D; }
span { border-color: rgb(81,6,45); }
td.TdClassName
{
border-color: #51062D;
}
.TagClassName
{
border-color: #51062D;
}
</style>