Shades of Blackberry #510628
Tints of Blackberry #510628
RGB
CMYK
RGB Variations
Color information
#510628 (or 0x510628) is known color: Blackberry. HEX triplet: 51, 06 and 28. RGB value is (81,6,40). Sum of RGB (Red+Green+Blue) = 81+6+40=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #510628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510628 is #AEF9D7. Grayscale: #202020. Windows color (decimal): -11467224 or 2623057. OLE color: 2623057.
HSL color Cylindrical-coordinate representation of color #510628: hue angle of 332.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 #510628 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 6 | 40 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.68 |
| HSL | 332.8º | 0.86% | 0.17% | - |
| HSV(B) | 332.8º | 0.93% | 0.32% | - |
| XYZ | 3.84 | 2.03 | 2.2 | - |
| YUV | 32.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 40 | 0 | 0.93 | 0.51 | 0.68 | 332.8 | 0.86 | 0.17 |
| Hex | 51 | 6 | 28 | 0 | 5D | 33 | 44 | 14D | 56 | 11 |
| Octal | 121 | 6 | 50 | 0 | 135 | 63 | 104 | 515 | 126 | 21 |
| Binary | 1010001 | 110 | 101000 | 0 | 1011101 | 110011 | 1000100 | 101001101 | 1010110 | 10001 |
Color Harmonies of #510628
Complementary color
Monochromatic Colors of #510628
Black with #510628
Text Example
Text Example
White with #510628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510628; }
p { color: rgb(81,6,40); }
H1.HeaderClassName
{
color: #510628;
}
.AnyTagClassName
{
color: #510628;
}
</style>
background-color css
<style>
a { background-color: #510628; }
a { background-color: rgb(81,6,40); }
div.DivClassName
{
background-color: #510628;
}
.BgClassName
{
background-color: #510628;
}
</style>
border-color css
<style>
span { border-color: #510628; }
span { border-color: rgb(81,6,40); }
td.TdClassName
{
border-color: #510628;
}
.TagClassName
{
border-color: #510628;
}
</style>