Shades of Blackberry #541C38
Tints of Blackberry #541C38
RGB
CMYK
RGB Variations
Color information
#541C38 (or 0x541C38) is known color: Blackberry. HEX triplet: 54, 1C and 38. RGB value is (84,28,56). Sum of RGB (Red+Green+Blue) = 84+28+56=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #541C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C38 is #ABE3C7. Grayscale: #2F2F2F. Windows color (decimal): -11264968 or 3677268. OLE color: 3677268.
HSL color Cylindrical-coordinate representation of color #541C38: hue angle of 330º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C38 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 56 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.67 |
| HSL | 330º | 0.5% | 0.22% | - |
| HSV(B) | 330º | 0.67% | 0.33% | - |
| XYZ | 4.79 | 3 | 4.07 | - |
| YUV | 47.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 56 | 0 | 0.67 | 0.33 | 0.67 | 330 | 0.5 | 0.22 |
| Hex | 54 | 1C | 38 | 0 | 43 | 21 | 43 | 14A | 32 | 16 |
| Octal | 124 | 34 | 70 | 0 | 103 | 41 | 103 | 512 | 62 | 26 |
| Binary | 1010100 | 11100 | 111000 | 0 | 1000011 | 100001 | 1000011 | 101001010 | 110010 | 10110 |
Color Harmonies of #541C38
Complementary color
Monochromatic Colors of #541C38
Black with #541C38
Text Example
Text Example
White with #541C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C38; }
p { color: rgb(84,28,56); }
H1.HeaderClassName
{
color: #541C38;
}
.AnyTagClassName
{
color: #541C38;
}
</style>
background-color css
<style>
a { background-color: #541C38; }
a { background-color: rgb(84,28,56); }
div.DivClassName
{
background-color: #541C38;
}
.BgClassName
{
background-color: #541C38;
}
</style>
border-color css
<style>
span { border-color: #541C38; }
span { border-color: rgb(84,28,56); }
td.TdClassName
{
border-color: #541C38;
}
.TagClassName
{
border-color: #541C38;
}
</style>