Shades of Blackberry #541A40
Tints of Blackberry #541A40
RGB
CMYK
RGB Variations
Color information
#541A40 (or 0x541A40) is known color: Blackberry. HEX triplet: 54, 1A and 40. RGB value is (84,26,64). Sum of RGB (Red+Green+Blue) = 84+26+64=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A40 is #ABE5BF. Grayscale: #2F2F2F. Windows color (decimal): -11265472 or 4201044. OLE color: 4201044.
HSL color Cylindrical-coordinate representation of color #541A40: hue angle of 320.69º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A40 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 64 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.67 |
| HSL | 320.69º | 0.53% | 0.22% | - |
| HSV(B) | 320.69º | 0.69% | 0.33% | - |
| XYZ | 4.95 | 2.99 | 5.17 | - |
| YUV | 47.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 64 | 0 | 0.69 | 0.24 | 0.67 | 320.69 | 0.53 | 0.22 |
| Hex | 54 | 1A | 40 | 0 | 45 | 18 | 43 | 141 | 35 | 16 |
| Octal | 124 | 32 | 100 | 0 | 105 | 30 | 103 | 501 | 65 | 26 |
| Binary | 1010100 | 11010 | 1000000 | 0 | 1000101 | 11000 | 1000011 | 101000001 | 110101 | 10110 |
Color Harmonies of #541A40
Complementary color
Monochromatic Colors of #541A40
Black with #541A40
Text Example
Text Example
White with #541A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A40; }
p { color: rgb(84,26,64); }
H1.HeaderClassName
{
color: #541A40;
}
.AnyTagClassName
{
color: #541A40;
}
</style>
background-color css
<style>
a { background-color: #541A40; }
a { background-color: rgb(84,26,64); }
div.DivClassName
{
background-color: #541A40;
}
.BgClassName
{
background-color: #541A40;
}
</style>
border-color css
<style>
span { border-color: #541A40; }
span { border-color: rgb(84,26,64); }
td.TdClassName
{
border-color: #541A40;
}
.TagClassName
{
border-color: #541A40;
}
</style>