Shades of Blackberry #541641
Tints of Blackberry #541641
RGB
CMYK
RGB Variations
Color information
#541641 (or 0x541641) is known color: Blackberry. HEX triplet: 54, 16 and 41. RGB value is (84,22,65). Sum of RGB (Red+Green+Blue) = 84+22+65=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541641 is #ABE9BE. Grayscale: #2D2D2D. Windows color (decimal): -11266495 or 4265556. OLE color: 4265556.
HSL color Cylindrical-coordinate representation of color #541641: hue angle of 318.39º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541641 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 65 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.67 |
| HSL | 318.39º | 0.58% | 0.21% | - |
| HSV(B) | 318.39º | 0.74% | 0.33% | - |
| XYZ | 4.9 | 2.84 | 5.29 | - |
| YUV | 45.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 65 | 0 | 0.74 | 0.23 | 0.67 | 318.39 | 0.58 | 0.21 |
| Hex | 54 | 16 | 41 | 0 | 4A | 17 | 43 | 13E | 3A | 15 |
| Octal | 124 | 26 | 101 | 0 | 112 | 27 | 103 | 476 | 72 | 25 |
| Binary | 1010100 | 10110 | 1000001 | 0 | 1001010 | 10111 | 1000011 | 100111110 | 111010 | 10101 |
Color Harmonies of #541641
Complementary color
Monochromatic Colors of #541641
Black with #541641
Text Example
Text Example
White with #541641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541641; }
p { color: rgb(84,22,65); }
H1.HeaderClassName
{
color: #541641;
}
.AnyTagClassName
{
color: #541641;
}
</style>
background-color css
<style>
a { background-color: #541641; }
a { background-color: rgb(84,22,65); }
div.DivClassName
{
background-color: #541641;
}
.BgClassName
{
background-color: #541641;
}
</style>
border-color css
<style>
span { border-color: #541641; }
span { border-color: rgb(84,22,65); }
td.TdClassName
{
border-color: #541641;
}
.TagClassName
{
border-color: #541641;
}
</style>