Shades of Blackberry #510F29
Tints of Blackberry #510F29
RGB
CMYK
RGB Variations
Color information
#510F29 (or 0x510F29) is known color: Blackberry. HEX triplet: 51, 0F and 29. RGB value is (81,15,41). Sum of RGB (Red+Green+Blue) = 81+15+41=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #510F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F29 is #AEF0D6. Grayscale: #252525. Windows color (decimal): -11464919 or 2690897. OLE color: 2690897.
HSL color Cylindrical-coordinate representation of color #510F29: hue angle of 336.36º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F29 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 41 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.68 |
| HSL | 336.36º | 0.69% | 0.19% | - |
| HSV(B) | 336.36º | 0.81% | 0.32% | - |
| XYZ | 3.96 | 2.25 | 2.32 | - |
| YUV | 37.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 41 | 0 | 0.81 | 0.49 | 0.68 | 336.36 | 0.69 | 0.19 |
| Hex | 51 | F | 29 | 0 | 51 | 31 | 44 | 150 | 45 | 13 |
| Octal | 121 | 17 | 51 | 0 | 121 | 61 | 104 | 520 | 105 | 23 |
| Binary | 1010001 | 1111 | 101001 | 0 | 1010001 | 110001 | 1000100 | 101010000 | 1000101 | 10011 |
Color Harmonies of #510F29
Complementary color
Monochromatic Colors of #510F29
Black with #510F29
Text Example
Text Example
White with #510F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F29; }
p { color: rgb(81,15,41); }
H1.HeaderClassName
{
color: #510F29;
}
.AnyTagClassName
{
color: #510F29;
}
</style>
background-color css
<style>
a { background-color: #510F29; }
a { background-color: rgb(81,15,41); }
div.DivClassName
{
background-color: #510F29;
}
.BgClassName
{
background-color: #510F29;
}
</style>
border-color css
<style>
span { border-color: #510F29; }
span { border-color: rgb(81,15,41); }
td.TdClassName
{
border-color: #510F29;
}
.TagClassName
{
border-color: #510F29;
}
</style>