Shades of Blackberry #511C3B
Tints of Blackberry #511C3B
RGB
CMYK
RGB Variations
Color information
#511C3B (or 0x511C3B) is known color: Blackberry. HEX triplet: 51, 1C and 3B. RGB value is (81,28,59). Sum of RGB (Red+Green+Blue) = 81+28+59=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #511C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C3B is #AEE3C4. Grayscale: #2F2F2F. Windows color (decimal): -11461573 or 3873873. OLE color: 3873873.
HSL color Cylindrical-coordinate representation of color #511C3B: hue angle of 324.91º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C3B is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 59 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.68 |
| HSL | 324.91º | 0.49% | 0.21% | - |
| HSV(B) | 324.91º | 0.65% | 0.32% | - |
| XYZ | 4.6 | 2.9 | 4.45 | - |
| YUV | 47.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 59 | 0 | 0.65 | 0.27 | 0.68 | 324.91 | 0.49 | 0.21 |
| Hex | 51 | 1C | 3B | 0 | 41 | 1B | 44 | 145 | 31 | 15 |
| Octal | 121 | 34 | 73 | 0 | 101 | 33 | 104 | 505 | 61 | 25 |
| Binary | 1010001 | 11100 | 111011 | 0 | 1000001 | 11011 | 1000100 | 101000101 | 110001 | 10101 |
Color Harmonies of #511C3B
Complementary color
Monochromatic Colors of #511C3B
Black with #511C3B
Text Example
Text Example
White with #511C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C3B; }
p { color: rgb(81,28,59); }
H1.HeaderClassName
{
color: #511C3B;
}
.AnyTagClassName
{
color: #511C3B;
}
</style>
background-color css
<style>
a { background-color: #511C3B; }
a { background-color: rgb(81,28,59); }
div.DivClassName
{
background-color: #511C3B;
}
.BgClassName
{
background-color: #511C3B;
}
</style>
border-color css
<style>
span { border-color: #511C3B; }
span { border-color: rgb(81,28,59); }
td.TdClassName
{
border-color: #511C3B;
}
.TagClassName
{
border-color: #511C3B;
}
</style>