Shades of Blackberry #510F32
Tints of Blackberry #510F32
RGB
CMYK
RGB Variations
Color information
#510F32 (or 0x510F32) is known color: Blackberry. HEX triplet: 51, 0F and 32. RGB value is (81,15,50). Sum of RGB (Red+Green+Blue) = 81+15+50=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #510F32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F32 is #AEF0CD. Grayscale: #262626. Windows color (decimal): -11464910 or 3280721. OLE color: 3280721.
HSL color Cylindrical-coordinate representation of color #510F32: hue angle of 328.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 #510F32 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 50 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.68 |
| HSL | 328.18º | 0.69% | 0.19% | - |
| HSV(B) | 328.18º | 0.81% | 0.32% | - |
| XYZ | 4.14 | 2.32 | 3.25 | - |
| YUV | 38.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 50 | 0 | 0.81 | 0.38 | 0.68 | 328.18 | 0.69 | 0.19 |
| Hex | 51 | F | 32 | 0 | 51 | 26 | 44 | 148 | 45 | 13 |
| Octal | 121 | 17 | 62 | 0 | 121 | 46 | 104 | 510 | 105 | 23 |
| Binary | 1010001 | 1111 | 110010 | 0 | 1010001 | 100110 | 1000100 | 101001000 | 1000101 | 10011 |
Color Harmonies of #510F32
Complementary color
Monochromatic Colors of #510F32
Black with #510F32
Text Example
Text Example
White with #510F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F32; }
p { color: rgb(81,15,50); }
H1.HeaderClassName
{
color: #510F32;
}
.AnyTagClassName
{
color: #510F32;
}
</style>
background-color css
<style>
a { background-color: #510F32; }
a { background-color: rgb(81,15,50); }
div.DivClassName
{
background-color: #510F32;
}
.BgClassName
{
background-color: #510F32;
}
</style>
border-color css
<style>
span { border-color: #510F32; }
span { border-color: rgb(81,15,50); }
td.TdClassName
{
border-color: #510F32;
}
.TagClassName
{
border-color: #510F32;
}
</style>