Shades of Blackberry #541D37
Tints of Blackberry #541D37
RGB
CMYK
RGB Variations
Color information
#541D37 (or 0x541D37) is known color: Blackberry. HEX triplet: 54, 1D and 37. RGB value is (84,29,55). Sum of RGB (Red+Green+Blue) = 84+29+55=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #541D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D37 is #ABE2C8. Grayscale: #303030. Windows color (decimal): -11264713 or 3611988. OLE color: 3611988.
HSL color Cylindrical-coordinate representation of color #541D37: hue angle of 331.64º 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 #541D37 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 55 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.67 |
| HSL | 331.64º | 0.49% | 0.22% | - |
| HSV(B) | 331.64º | 0.65% | 0.33% | - |
| XYZ | 4.79 | 3.04 | 3.95 | - |
| YUV | 48.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 55 | 0 | 0.65 | 0.35 | 0.67 | 331.64 | 0.49 | 0.22 |
| Hex | 54 | 1D | 37 | 0 | 41 | 23 | 43 | 14C | 31 | 16 |
| Octal | 124 | 35 | 67 | 0 | 101 | 43 | 103 | 514 | 61 | 26 |
| Binary | 1010100 | 11101 | 110111 | 0 | 1000001 | 100011 | 1000011 | 101001100 | 110001 | 10110 |
Color Harmonies of #541D37
Complementary color
Monochromatic Colors of #541D37
Black with #541D37
Text Example
Text Example
White with #541D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D37; }
p { color: rgb(84,29,55); }
H1.HeaderClassName
{
color: #541D37;
}
.AnyTagClassName
{
color: #541D37;
}
</style>
background-color css
<style>
a { background-color: #541D37; }
a { background-color: rgb(84,29,55); }
div.DivClassName
{
background-color: #541D37;
}
.BgClassName
{
background-color: #541D37;
}
</style>
border-color css
<style>
span { border-color: #541D37; }
span { border-color: rgb(84,29,55); }
td.TdClassName
{
border-color: #541D37;
}
.TagClassName
{
border-color: #541D37;
}
</style>