Shades of Blackberry #510F3D
Tints of Blackberry #510F3D
RGB
CMYK
RGB Variations
Color information
#510F3D (or 0x510F3D) is known color: Blackberry. HEX triplet: 51, 0F and 3D. RGB value is (81,15,61). Sum of RGB (Red+Green+Blue) = 81+15+61=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510F3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F3D is #AEF0C2. Grayscale: #272727. Windows color (decimal): -11464899 or 4001617. OLE color: 4001617.
HSL color Cylindrical-coordinate representation of color #510F3D: hue angle of 318.18º 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 #510F3D is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 61 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.68 |
| HSL | 318.18º | 0.69% | 0.19% | - |
| HSV(B) | 318.18º | 0.81% | 0.32% | - |
| XYZ | 4.41 | 2.43 | 4.65 | - |
| YUV | 39.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 61 | 0 | 0.81 | 0.25 | 0.68 | 318.18 | 0.69 | 0.19 |
| Hex | 51 | F | 3D | 0 | 51 | 19 | 44 | 13E | 45 | 13 |
| Octal | 121 | 17 | 75 | 0 | 121 | 31 | 104 | 476 | 105 | 23 |
| Binary | 1010001 | 1111 | 111101 | 0 | 1010001 | 11001 | 1000100 | 100111110 | 1000101 | 10011 |
Color Harmonies of #510F3D
Complementary color
Monochromatic Colors of #510F3D
Black with #510F3D
Text Example
Text Example
White with #510F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F3D; }
p { color: rgb(81,15,61); }
H1.HeaderClassName
{
color: #510F3D;
}
.AnyTagClassName
{
color: #510F3D;
}
</style>
background-color css
<style>
a { background-color: #510F3D; }
a { background-color: rgb(81,15,61); }
div.DivClassName
{
background-color: #510F3D;
}
.BgClassName
{
background-color: #510F3D;
}
</style>
border-color css
<style>
span { border-color: #510F3D; }
span { border-color: rgb(81,15,61); }
td.TdClassName
{
border-color: #510F3D;
}
.TagClassName
{
border-color: #510F3D;
}
</style>