Shades of Blackberry #510725
Tints of Blackberry #510725
RGB
CMYK
RGB Variations
Color information
#510725 (or 0x510725) is known color: Blackberry. HEX triplet: 51, 07 and 25. RGB value is (81,7,37). Sum of RGB (Red+Green+Blue) = 81+7+37=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510725 is #AEF8DA. Grayscale: #202020. Windows color (decimal): -11466971 or 2426705. OLE color: 2426705.
HSL color Cylindrical-coordinate representation of color #510725: hue angle of 335.68º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510725 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 37 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.68 |
| HSL | 335.68º | 0.84% | 0.17% | - |
| HSV(B) | 335.68º | 0.91% | 0.32% | - |
| XYZ | 3.8 | 2.03 | 1.94 | - |
| YUV | 32.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 37 | 0 | 0.91 | 0.54 | 0.68 | 335.68 | 0.84 | 0.17 |
| Hex | 51 | 7 | 25 | 0 | 5B | 36 | 44 | 150 | 54 | 11 |
| Octal | 121 | 7 | 45 | 0 | 133 | 66 | 104 | 520 | 124 | 21 |
| Binary | 1010001 | 111 | 100101 | 0 | 1011011 | 110110 | 1000100 | 101010000 | 1010100 | 10001 |
Color Harmonies of #510725
Complementary color
Monochromatic Colors of #510725
Black with #510725
Text Example
Text Example
White with #510725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510725; }
p { color: rgb(81,7,37); }
H1.HeaderClassName
{
color: #510725;
}
.AnyTagClassName
{
color: #510725;
}
</style>
background-color css
<style>
a { background-color: #510725; }
a { background-color: rgb(81,7,37); }
div.DivClassName
{
background-color: #510725;
}
.BgClassName
{
background-color: #510725;
}
</style>
border-color css
<style>
span { border-color: #510725; }
span { border-color: rgb(81,7,37); }
td.TdClassName
{
border-color: #510725;
}
.TagClassName
{
border-color: #510725;
}
</style>