Shades of Blackberry #510F3C
Tints of Blackberry #510F3C
RGB
CMYK
RGB Variations
Color information
#510F3C (or 0x510F3C) is known color: Blackberry. HEX triplet: 51, 0F and 3C. RGB value is (81,15,60). Sum of RGB (Red+Green+Blue) = 81+15+60=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #510F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F3C is #AEF0C3. Grayscale: #272727. Windows color (decimal): -11464900 or 3936081. OLE color: 3936081.
HSL color Cylindrical-coordinate representation of color #510F3C: hue angle of 319.09º 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 #510F3C is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 60 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.68 |
| HSL | 319.09º | 0.69% | 0.19% | - |
| HSV(B) | 319.09º | 0.81% | 0.32% | - |
| XYZ | 4.38 | 2.42 | 4.51 | - |
| YUV | 39.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 60 | 0 | 0.81 | 0.26 | 0.68 | 319.09 | 0.69 | 0.19 |
| Hex | 51 | F | 3C | 0 | 51 | 1A | 44 | 13F | 45 | 13 |
| Octal | 121 | 17 | 74 | 0 | 121 | 32 | 104 | 477 | 105 | 23 |
| Binary | 1010001 | 1111 | 111100 | 0 | 1010001 | 11010 | 1000100 | 100111111 | 1000101 | 10011 |
Color Harmonies of #510F3C
Complementary color
Monochromatic Colors of #510F3C
Black with #510F3C
Text Example
Text Example
White with #510F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F3C; }
p { color: rgb(81,15,60); }
H1.HeaderClassName
{
color: #510F3C;
}
.AnyTagClassName
{
color: #510F3C;
}
</style>
background-color css
<style>
a { background-color: #510F3C; }
a { background-color: rgb(81,15,60); }
div.DivClassName
{
background-color: #510F3C;
}
.BgClassName
{
background-color: #510F3C;
}
</style>
border-color css
<style>
span { border-color: #510F3C; }
span { border-color: rgb(81,15,60); }
td.TdClassName
{
border-color: #510F3C;
}
.TagClassName
{
border-color: #510F3C;
}
</style>