Shades of Blackberry #510F3E
Tints of Blackberry #510F3E
RGB
CMYK
RGB Variations
Color information
#510F3E (or 0x510F3E) is known color: Blackberry. HEX triplet: 51, 0F and 3E. RGB value is (81,15,62). Sum of RGB (Red+Green+Blue) = 81+15+62=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510F3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F3E is #AEF0C1. Grayscale: #272727. Windows color (decimal): -11464898 or 4067153. OLE color: 4067153.
HSL color Cylindrical-coordinate representation of color #510F3E: hue angle of 317.27º 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 #510F3E is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 62 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.68 |
| HSL | 317.27º | 0.69% | 0.19% | - |
| HSV(B) | 317.27º | 0.81% | 0.32% | - |
| XYZ | 4.43 | 2.44 | 4.79 | - |
| YUV | 40.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 62 | 0 | 0.81 | 0.23 | 0.68 | 317.27 | 0.69 | 0.19 |
| Hex | 51 | F | 3E | 0 | 51 | 17 | 44 | 13D | 45 | 13 |
| Octal | 121 | 17 | 76 | 0 | 121 | 27 | 104 | 475 | 105 | 23 |
| Binary | 1010001 | 1111 | 111110 | 0 | 1010001 | 10111 | 1000100 | 100111101 | 1000101 | 10011 |
Color Harmonies of #510F3E
Complementary color
Monochromatic Colors of #510F3E
Black with #510F3E
Text Example
Text Example
White with #510F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F3E; }
p { color: rgb(81,15,62); }
H1.HeaderClassName
{
color: #510F3E;
}
.AnyTagClassName
{
color: #510F3E;
}
</style>
background-color css
<style>
a { background-color: #510F3E; }
a { background-color: rgb(81,15,62); }
div.DivClassName
{
background-color: #510F3E;
}
.BgClassName
{
background-color: #510F3E;
}
</style>
border-color css
<style>
span { border-color: #510F3E; }
span { border-color: rgb(81,15,62); }
td.TdClassName
{
border-color: #510F3E;
}
.TagClassName
{
border-color: #510F3E;
}
</style>