Shades of Blackberry #541D39
Tints of Blackberry #541D39
RGB
CMYK
RGB Variations
Color information
#541D39 (or 0x541D39) is known color: Blackberry. HEX triplet: 54, 1D and 39. RGB value is (84,29,57). Sum of RGB (Red+Green+Blue) = 84+29+57=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #541D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D39 is #ABE2C6. Grayscale: #303030. Windows color (decimal): -11264711 or 3743060. OLE color: 3743060.
HSL color Cylindrical-coordinate representation of color #541D39: hue angle of 329.45º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #541D39 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 57 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.67 |
| HSL | 329.45º | 0.49% | 0.22% | - |
| HSV(B) | 329.45º | 0.65% | 0.33% | - |
| XYZ | 4.83 | 3.06 | 4.21 | - |
| YUV | 48.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 57 | 0 | 0.65 | 0.32 | 0.67 | 329.45 | 0.49 | 0.22 |
| Hex | 54 | 1D | 39 | 0 | 41 | 20 | 43 | 149 | 31 | 16 |
| Octal | 124 | 35 | 71 | 0 | 101 | 40 | 103 | 511 | 61 | 26 |
| Binary | 1010100 | 11101 | 111001 | 0 | 1000001 | 100000 | 1000011 | 101001001 | 110001 | 10110 |
Color Harmonies of #541D39
Complementary color
Monochromatic Colors of #541D39
Black with #541D39
Text Example
Text Example
White with #541D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D39; }
p { color: rgb(84,29,57); }
H1.HeaderClassName
{
color: #541D39;
}
.AnyTagClassName
{
color: #541D39;
}
</style>
background-color css
<style>
a { background-color: #541D39; }
a { background-color: rgb(84,29,57); }
div.DivClassName
{
background-color: #541D39;
}
.BgClassName
{
background-color: #541D39;
}
</style>
border-color css
<style>
span { border-color: #541D39; }
span { border-color: rgb(84,29,57); }
td.TdClassName
{
border-color: #541D39;
}
.TagClassName
{
border-color: #541D39;
}
</style>