Shades of Blackberry #511F3C
Tints of Blackberry #511F3C
RGB
CMYK
RGB Variations
Color information
#511F3C (or 0x511F3C) is known color: Blackberry. HEX triplet: 51, 1F and 3C. RGB value is (81,31,60). Sum of RGB (Red+Green+Blue) = 81+31+60=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #511F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F3C is #AEE0C3. Grayscale: #313131. Windows color (decimal): -11460804 or 3940177. OLE color: 3940177.
HSL color Cylindrical-coordinate representation of color #511F3C: hue angle of 325.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F3C is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 60 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.68 |
| HSL | 325.2º | 0.45% | 0.22% | - |
| HSV(B) | 325.2º | 0.62% | 0.32% | - |
| XYZ | 4.7 | 3.06 | 4.62 | - |
| YUV | 49.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 60 | 0 | 0.62 | 0.26 | 0.68 | 325.2 | 0.45 | 0.22 |
| Hex | 51 | 1F | 3C | 0 | 3E | 1A | 44 | 145 | 2D | 16 |
| Octal | 121 | 37 | 74 | 0 | 76 | 32 | 104 | 505 | 55 | 26 |
| Binary | 1010001 | 11111 | 111100 | 0 | 111110 | 11010 | 1000100 | 101000101 | 101101 | 10110 |
Color Harmonies of #511F3C
Complementary color
Monochromatic Colors of #511F3C
Black with #511F3C
Text Example
Text Example
White with #511F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F3C; }
p { color: rgb(81,31,60); }
H1.HeaderClassName
{
color: #511F3C;
}
.AnyTagClassName
{
color: #511F3C;
}
</style>
background-color css
<style>
a { background-color: #511F3C; }
a { background-color: rgb(81,31,60); }
div.DivClassName
{
background-color: #511F3C;
}
.BgClassName
{
background-color: #511F3C;
}
</style>
border-color css
<style>
span { border-color: #511F3C; }
span { border-color: rgb(81,31,60); }
td.TdClassName
{
border-color: #511F3C;
}
.TagClassName
{
border-color: #511F3C;
}
</style>