Shades of Blackberry #541A38
Tints of Blackberry #541A38
RGB
CMYK
RGB Variations
Color information
#541A38 (or 0x541A38) is known color: Blackberry. HEX triplet: 54, 1A and 38. RGB value is (84,26,56). Sum of RGB (Red+Green+Blue) = 84+26+56=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #541A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A38 is #ABE5C7. Grayscale: #2E2E2E. Windows color (decimal): -11265480 or 3676756. OLE color: 3676756.
HSL color Cylindrical-coordinate representation of color #541A38: hue angle of 328.97º 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 #541A38 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 56 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.67 |
| HSL | 328.97º | 0.53% | 0.22% | - |
| HSV(B) | 328.97º | 0.69% | 0.33% | - |
| XYZ | 4.74 | 2.91 | 4.05 | - |
| YUV | 46.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 56 | 0 | 0.69 | 0.33 | 0.67 | 328.97 | 0.53 | 0.22 |
| Hex | 54 | 1A | 38 | 0 | 45 | 21 | 43 | 149 | 35 | 16 |
| Octal | 124 | 32 | 70 | 0 | 105 | 41 | 103 | 511 | 65 | 26 |
| Binary | 1010100 | 11010 | 111000 | 0 | 1000101 | 100001 | 1000011 | 101001001 | 110101 | 10110 |
Color Harmonies of #541A38
Complementary color
Monochromatic Colors of #541A38
Black with #541A38
Text Example
Text Example
White with #541A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A38; }
p { color: rgb(84,26,56); }
H1.HeaderClassName
{
color: #541A38;
}
.AnyTagClassName
{
color: #541A38;
}
</style>
background-color css
<style>
a { background-color: #541A38; }
a { background-color: rgb(84,26,56); }
div.DivClassName
{
background-color: #541A38;
}
.BgClassName
{
background-color: #541A38;
}
</style>
border-color css
<style>
span { border-color: #541A38; }
span { border-color: rgb(84,26,56); }
td.TdClassName
{
border-color: #541A38;
}
.TagClassName
{
border-color: #541A38;
}
</style>