Shades of Blackberry #511A3C
Tints of Blackberry #511A3C
RGB
CMYK
RGB Variations
Color information
#511A3C (or 0x511A3C) is known color: Blackberry. HEX triplet: 51, 1A and 3C. RGB value is (81,26,60). Sum of RGB (Red+Green+Blue) = 81+26+60=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A3C is #AEE5C3. Grayscale: #2E2E2E. Windows color (decimal): -11462084 or 3938897. OLE color: 3938897.
HSL color Cylindrical-coordinate representation of color #511A3C: hue angle of 322.91º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A3C is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 60 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.68 |
| HSL | 322.91º | 0.51% | 0.21% | - |
| HSV(B) | 322.91º | 0.68% | 0.32% | - |
| XYZ | 4.58 | 2.81 | 4.58 | - |
| YUV | 46.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 60 | 0 | 0.68 | 0.26 | 0.68 | 322.91 | 0.51 | 0.21 |
| Hex | 51 | 1A | 3C | 0 | 44 | 1A | 44 | 143 | 33 | 15 |
| Octal | 121 | 32 | 74 | 0 | 104 | 32 | 104 | 503 | 63 | 25 |
| Binary | 1010001 | 11010 | 111100 | 0 | 1000100 | 11010 | 1000100 | 101000011 | 110011 | 10101 |
Color Harmonies of #511A3C
Complementary color
Monochromatic Colors of #511A3C
Black with #511A3C
Text Example
Text Example
White with #511A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A3C; }
p { color: rgb(81,26,60); }
H1.HeaderClassName
{
color: #511A3C;
}
.AnyTagClassName
{
color: #511A3C;
}
</style>
background-color css
<style>
a { background-color: #511A3C; }
a { background-color: rgb(81,26,60); }
div.DivClassName
{
background-color: #511A3C;
}
.BgClassName
{
background-color: #511A3C;
}
</style>
border-color css
<style>
span { border-color: #511A3C; }
span { border-color: rgb(81,26,60); }
td.TdClassName
{
border-color: #511A3C;
}
.TagClassName
{
border-color: #511A3C;
}
</style>