Shades of Blackberry #541E3A
Tints of Blackberry #541E3A
RGB
CMYK
RGB Variations
Color information
#541E3A (or 0x541E3A) is known color: Blackberry. HEX triplet: 54, 1E and 3A. RGB value is (84,30,58). Sum of RGB (Red+Green+Blue) = 84+30+58=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E3A is #ABE1C5. Grayscale: #313131. Windows color (decimal): -11264454 or 3808852. OLE color: 3808852.
HSL color Cylindrical-coordinate representation of color #541E3A: hue angle of 328.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E3A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 58 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.67 |
| HSL | 328.89º | 0.47% | 0.22% | - |
| HSV(B) | 328.89º | 0.64% | 0.33% | - |
| XYZ | 4.88 | 3.12 | 4.35 | - |
| YUV | 49.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 58 | 0 | 0.64 | 0.31 | 0.67 | 328.89 | 0.47 | 0.22 |
| Hex | 54 | 1E | 3A | 0 | 40 | 1F | 43 | 149 | 2F | 16 |
| Octal | 124 | 36 | 72 | 0 | 100 | 37 | 103 | 511 | 57 | 26 |
| Binary | 1010100 | 11110 | 111010 | 0 | 1000000 | 11111 | 1000011 | 101001001 | 101111 | 10110 |
Color Harmonies of #541E3A
Complementary color
Monochromatic Colors of #541E3A
Black with #541E3A
Text Example
Text Example
White with #541E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E3A; }
p { color: rgb(84,30,58); }
H1.HeaderClassName
{
color: #541E3A;
}
.AnyTagClassName
{
color: #541E3A;
}
</style>
background-color css
<style>
a { background-color: #541E3A; }
a { background-color: rgb(84,30,58); }
div.DivClassName
{
background-color: #541E3A;
}
.BgClassName
{
background-color: #541E3A;
}
</style>
border-color css
<style>
span { border-color: #541E3A; }
span { border-color: rgb(84,30,58); }
td.TdClassName
{
border-color: #541E3A;
}
.TagClassName
{
border-color: #541E3A;
}
</style>