Shades of Blackberry #541532
Tints of Blackberry #541532
RGB
CMYK
RGB Variations
Color information
#541532 (or 0x541532) is known color: Blackberry. HEX triplet: 54, 15 and 32. RGB value is (84,21,50). Sum of RGB (Red+Green+Blue) = 84+21+50=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541532 is #ABEACD. Grayscale: #2B2B2B. Windows color (decimal): -11266766 or 3282260. OLE color: 3282260.
HSL color Cylindrical-coordinate representation of color #541532: hue angle of 332.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541532 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 21 | 50 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.67 |
| HSL | 332.38º | 0.6% | 0.21% | - |
| HSV(B) | 332.38º | 0.75% | 0.33% | - |
| XYZ | 4.5 | 2.65 | 3.29 | - |
| YUV | 43.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 21 | 50 | 0 | 0.75 | 0.40 | 0.67 | 332.38 | 0.6 | 0.21 |
| Hex | 54 | 15 | 32 | 0 | 4B | 28 | 43 | 14C | 3C | 15 |
| Octal | 124 | 25 | 62 | 0 | 113 | 50 | 103 | 514 | 74 | 25 |
| Binary | 1010100 | 10101 | 110010 | 0 | 1001011 | 101000 | 1000011 | 101001100 | 111100 | 10101 |
Color Harmonies of #541532
Complementary color
Monochromatic Colors of #541532
Black with #541532
Text Example
Text Example
White with #541532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541532; }
p { color: rgb(84,21,50); }
H1.HeaderClassName
{
color: #541532;
}
.AnyTagClassName
{
color: #541532;
}
</style>
background-color css
<style>
a { background-color: #541532; }
a { background-color: rgb(84,21,50); }
div.DivClassName
{
background-color: #541532;
}
.BgClassName
{
background-color: #541532;
}
</style>
border-color css
<style>
span { border-color: #541532; }
span { border-color: rgb(84,21,50); }
td.TdClassName
{
border-color: #541532;
}
.TagClassName
{
border-color: #541532;
}
</style>