Shades of Blackberry #510F2E
Tints of Blackberry #510F2E
RGB
CMYK
RGB Variations
Color information
#510F2E (or 0x510F2E) is known color: Blackberry. HEX triplet: 51, 0F and 2E. RGB value is (81,15,46). Sum of RGB (Red+Green+Blue) = 81+15+46=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #510F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F2E is #AEF0D1. Grayscale: #262626. Windows color (decimal): -11464914 or 3018577. OLE color: 3018577.
HSL color Cylindrical-coordinate representation of color #510F2E: hue angle of 331.82º 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 #510F2E is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 46 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.68 |
| HSL | 331.82º | 0.69% | 0.19% | - |
| HSV(B) | 331.82º | 0.81% | 0.32% | - |
| XYZ | 4.06 | 2.29 | 2.81 | - |
| YUV | 38.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 46 | 0 | 0.81 | 0.43 | 0.68 | 331.82 | 0.69 | 0.19 |
| Hex | 51 | F | 2E | 0 | 51 | 2B | 44 | 14C | 45 | 13 |
| Octal | 121 | 17 | 56 | 0 | 121 | 53 | 104 | 514 | 105 | 23 |
| Binary | 1010001 | 1111 | 101110 | 0 | 1010001 | 101011 | 1000100 | 101001100 | 1000101 | 10011 |
Color Harmonies of #510F2E
Complementary color
Monochromatic Colors of #510F2E
Black with #510F2E
Text Example
Text Example
White with #510F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F2E; }
p { color: rgb(81,15,46); }
H1.HeaderClassName
{
color: #510F2E;
}
.AnyTagClassName
{
color: #510F2E;
}
</style>
background-color css
<style>
a { background-color: #510F2E; }
a { background-color: rgb(81,15,46); }
div.DivClassName
{
background-color: #510F2E;
}
.BgClassName
{
background-color: #510F2E;
}
</style>
border-color css
<style>
span { border-color: #510F2E; }
span { border-color: rgb(81,15,46); }
td.TdClassName
{
border-color: #510F2E;
}
.TagClassName
{
border-color: #510F2E;
}
</style>