Shades of Blackberry #510E3D
Tints of Blackberry #510E3D
RGB
CMYK
RGB Variations
Color information
#510E3D (or 0x510E3D) is known color: Blackberry. HEX triplet: 51, 0E and 3D. RGB value is (81,14,61). Sum of RGB (Red+Green+Blue) = 81+14+61=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #510E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E3D is #AEF1C2. Grayscale: #272727. Windows color (decimal): -11465155 or 4001361. OLE color: 4001361.
HSL color Cylindrical-coordinate representation of color #510E3D: hue angle of 317.91º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E3D is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 14 | 61 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.68 |
| HSL | 317.91º | 0.71% | 0.19% | - |
| HSV(B) | 317.91º | 0.83% | 0.32% | - |
| XYZ | 4.39 | 2.4 | 4.65 | - |
| YUV | 39.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 61 | 0 | 0.83 | 0.25 | 0.68 | 317.91 | 0.71 | 0.19 |
| Hex | 51 | E | 3D | 0 | 53 | 19 | 44 | 13E | 47 | 13 |
| Octal | 121 | 16 | 75 | 0 | 123 | 31 | 104 | 476 | 107 | 23 |
| Binary | 1010001 | 1110 | 111101 | 0 | 1010011 | 11001 | 1000100 | 100111110 | 1000111 | 10011 |
Color Harmonies of #510E3D
Complementary color
Monochromatic Colors of #510E3D
Black with #510E3D
Text Example
Text Example
White with #510E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E3D; }
p { color: rgb(81,14,61); }
H1.HeaderClassName
{
color: #510E3D;
}
.AnyTagClassName
{
color: #510E3D;
}
</style>
background-color css
<style>
a { background-color: #510E3D; }
a { background-color: rgb(81,14,61); }
div.DivClassName
{
background-color: #510E3D;
}
.BgClassName
{
background-color: #510E3D;
}
</style>
border-color css
<style>
span { border-color: #510E3D; }
span { border-color: rgb(81,14,61); }
td.TdClassName
{
border-color: #510E3D;
}
.TagClassName
{
border-color: #510E3D;
}
</style>