Shades of Blackberry #541C3A
Tints of Blackberry #541C3A
RGB
CMYK
RGB Variations
Color information
#541C3A (or 0x541C3A) is known color: Blackberry. HEX triplet: 54, 1C and 3A. RGB value is (84,28,58). Sum of RGB (Red+Green+Blue) = 84+28+58=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #541C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C3A is #ABE3C5. Grayscale: #303030. Windows color (decimal): -11264966 or 3808340. OLE color: 3808340.
HSL color Cylindrical-coordinate representation of color #541C3A: hue angle of 327.86º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C3A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 58 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.67 |
| HSL | 327.86º | 0.5% | 0.22% | - |
| HSV(B) | 327.86º | 0.67% | 0.33% | - |
| XYZ | 4.84 | 3.02 | 4.33 | - |
| YUV | 48.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 58 | 0 | 0.67 | 0.31 | 0.67 | 327.86 | 0.5 | 0.22 |
| Hex | 54 | 1C | 3A | 0 | 43 | 1F | 43 | 148 | 32 | 16 |
| Octal | 124 | 34 | 72 | 0 | 103 | 37 | 103 | 510 | 62 | 26 |
| Binary | 1010100 | 11100 | 111010 | 0 | 1000011 | 11111 | 1000011 | 101001000 | 110010 | 10110 |
Color Harmonies of #541C3A
Complementary color
Monochromatic Colors of #541C3A
Black with #541C3A
Text Example
Text Example
White with #541C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C3A; }
p { color: rgb(84,28,58); }
H1.HeaderClassName
{
color: #541C3A;
}
.AnyTagClassName
{
color: #541C3A;
}
</style>
background-color css
<style>
a { background-color: #541C3A; }
a { background-color: rgb(84,28,58); }
div.DivClassName
{
background-color: #541C3A;
}
.BgClassName
{
background-color: #541C3A;
}
</style>
border-color css
<style>
span { border-color: #541C3A; }
span { border-color: rgb(84,28,58); }
td.TdClassName
{
border-color: #541C3A;
}
.TagClassName
{
border-color: #541C3A;
}
</style>