Shades of Blackberry #541E3B
Tints of Blackberry #541E3B
RGB
CMYK
RGB Variations
Color information
#541E3B (or 0x541E3B) is known color: Blackberry. HEX triplet: 54, 1E and 3B. RGB value is (84,30,59). Sum of RGB (Red+Green+Blue) = 84+30+59=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E3B is #ABE1C4. Grayscale: #313131. Windows color (decimal): -11264453 or 3874388. OLE color: 3874388.
HSL color Cylindrical-coordinate representation of color #541E3B: hue angle of 327.78º 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 #541E3B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 59 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.67 |
| HSL | 327.78º | 0.47% | 0.22% | - |
| HSV(B) | 327.78º | 0.64% | 0.33% | - |
| XYZ | 4.91 | 3.13 | 4.48 | - |
| YUV | 49.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 59 | 0 | 0.64 | 0.30 | 0.67 | 327.78 | 0.47 | 0.22 |
| Hex | 54 | 1E | 3B | 0 | 40 | 1E | 43 | 148 | 2F | 16 |
| Octal | 124 | 36 | 73 | 0 | 100 | 36 | 103 | 510 | 57 | 26 |
| Binary | 1010100 | 11110 | 111011 | 0 | 1000000 | 11110 | 1000011 | 101001000 | 101111 | 10110 |
Color Harmonies of #541E3B
Complementary color
Monochromatic Colors of #541E3B
Black with #541E3B
Text Example
Text Example
White with #541E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E3B; }
p { color: rgb(84,30,59); }
H1.HeaderClassName
{
color: #541E3B;
}
.AnyTagClassName
{
color: #541E3B;
}
</style>
background-color css
<style>
a { background-color: #541E3B; }
a { background-color: rgb(84,30,59); }
div.DivClassName
{
background-color: #541E3B;
}
.BgClassName
{
background-color: #541E3B;
}
</style>
border-color css
<style>
span { border-color: #541E3B; }
span { border-color: rgb(84,30,59); }
td.TdClassName
{
border-color: #541E3B;
}
.TagClassName
{
border-color: #541E3B;
}
</style>