Shades of Blackberry #510F3B
Tints of Blackberry #510F3B
RGB
CMYK
RGB Variations
Color information
#510F3B (or 0x510F3B) is known color: Blackberry. HEX triplet: 51, 0F and 3B. RGB value is (81,15,59). Sum of RGB (Red+Green+Blue) = 81+15+59=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #510F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F3B is #AEF0C4. Grayscale: #272727. Windows color (decimal): -11464901 or 3870545. OLE color: 3870545.
HSL color Cylindrical-coordinate representation of color #510F3B: hue angle of 320º 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 #510F3B is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 59 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.68 |
| HSL | 320º | 0.69% | 0.19% | - |
| HSV(B) | 320º | 0.81% | 0.32% | - |
| XYZ | 4.35 | 2.41 | 4.37 | - |
| YUV | 39.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 59 | 0 | 0.81 | 0.27 | 0.68 | 320 | 0.69 | 0.19 |
| Hex | 51 | F | 3B | 0 | 51 | 1B | 44 | 140 | 45 | 13 |
| Octal | 121 | 17 | 73 | 0 | 121 | 33 | 104 | 500 | 105 | 23 |
| Binary | 1010001 | 1111 | 111011 | 0 | 1010001 | 11011 | 1000100 | 101000000 | 1000101 | 10011 |
Color Harmonies of #510F3B
Complementary color
Monochromatic Colors of #510F3B
Black with #510F3B
Text Example
Text Example
White with #510F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F3B; }
p { color: rgb(81,15,59); }
H1.HeaderClassName
{
color: #510F3B;
}
.AnyTagClassName
{
color: #510F3B;
}
</style>
background-color css
<style>
a { background-color: #510F3B; }
a { background-color: rgb(81,15,59); }
div.DivClassName
{
background-color: #510F3B;
}
.BgClassName
{
background-color: #510F3B;
}
</style>
border-color css
<style>
span { border-color: #510F3B; }
span { border-color: rgb(81,15,59); }
td.TdClassName
{
border-color: #510F3B;
}
.TagClassName
{
border-color: #510F3B;
}
</style>