Shades of Blackberry #541736
Tints of Blackberry #541736
RGB
CMYK
RGB Variations
Color information
#541736 (or 0x541736) is known color: Blackberry. HEX triplet: 54, 17 and 36. RGB value is (84,23,54). Sum of RGB (Red+Green+Blue) = 84+23+54=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #541736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541736 is #ABE8C9. Grayscale: #2C2C2C. Windows color (decimal): -11266250 or 3544916. OLE color: 3544916.
HSL color Cylindrical-coordinate representation of color #541736: hue angle of 329.51º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541736 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 54 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.67 |
| HSL | 329.51º | 0.57% | 0.21% | - |
| HSV(B) | 329.51º | 0.73% | 0.33% | - |
| XYZ | 4.63 | 2.76 | 3.78 | - |
| YUV | 44.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 54 | 0 | 0.73 | 0.36 | 0.67 | 329.51 | 0.57 | 0.21 |
| Hex | 54 | 17 | 36 | 0 | 49 | 24 | 43 | 14A | 39 | 15 |
| Octal | 124 | 27 | 66 | 0 | 111 | 44 | 103 | 512 | 71 | 25 |
| Binary | 1010100 | 10111 | 110110 | 0 | 1001001 | 100100 | 1000011 | 101001010 | 111001 | 10101 |
Color Harmonies of #541736
Complementary color
Monochromatic Colors of #541736
Black with #541736
Text Example
Text Example
White with #541736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541736; }
p { color: rgb(84,23,54); }
H1.HeaderClassName
{
color: #541736;
}
.AnyTagClassName
{
color: #541736;
}
</style>
background-color css
<style>
a { background-color: #541736; }
a { background-color: rgb(84,23,54); }
div.DivClassName
{
background-color: #541736;
}
.BgClassName
{
background-color: #541736;
}
</style>
border-color css
<style>
span { border-color: #541736; }
span { border-color: rgb(84,23,54); }
td.TdClassName
{
border-color: #541736;
}
.TagClassName
{
border-color: #541736;
}
</style>