Shades of Blackberry #511A3F
Tints of Blackberry #511A3F
RGB
CMYK
RGB Variations
Color information
#511A3F (or 0x511A3F) is known color: Blackberry. HEX triplet: 51, 1A and 3F. RGB value is (81,26,63). Sum of RGB (Red+Green+Blue) = 81+26+63=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #511A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A3F is #AEE5C0. Grayscale: #2E2E2E. Windows color (decimal): -11462081 or 4135505. OLE color: 4135505.
HSL color Cylindrical-coordinate representation of color #511A3F: hue angle of 319.64º 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 #511A3F is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 63 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.68 |
| HSL | 319.64º | 0.51% | 0.21% | - |
| HSV(B) | 319.64º | 0.68% | 0.32% | - |
| XYZ | 4.66 | 2.85 | 5.01 | - |
| YUV | 46.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 63 | 0 | 0.68 | 0.22 | 0.68 | 319.64 | 0.51 | 0.21 |
| Hex | 51 | 1A | 3F | 0 | 44 | 16 | 44 | 140 | 33 | 15 |
| Octal | 121 | 32 | 77 | 0 | 104 | 26 | 104 | 500 | 63 | 25 |
| Binary | 1010001 | 11010 | 111111 | 0 | 1000100 | 10110 | 1000100 | 101000000 | 110011 | 10101 |
Color Harmonies of #511A3F
Complementary color
Monochromatic Colors of #511A3F
Black with #511A3F
Text Example
Text Example
White with #511A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A3F; }
p { color: rgb(81,26,63); }
H1.HeaderClassName
{
color: #511A3F;
}
.AnyTagClassName
{
color: #511A3F;
}
</style>
background-color css
<style>
a { background-color: #511A3F; }
a { background-color: rgb(81,26,63); }
div.DivClassName
{
background-color: #511A3F;
}
.BgClassName
{
background-color: #511A3F;
}
</style>
border-color css
<style>
span { border-color: #511A3F; }
span { border-color: rgb(81,26,63); }
td.TdClassName
{
border-color: #511A3F;
}
.TagClassName
{
border-color: #511A3F;
}
</style>