Shades of Blackberry #54132C
Tints of Blackberry #54132C
RGB
CMYK
RGB Variations
Color information
#54132C (or 0x54132C) is known color: Blackberry. HEX triplet: 54, 13 and 2C. RGB value is (84,19,44). Sum of RGB (Red+Green+Blue) = 84+19+44=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54132C is #ABECD3. Grayscale: #292929. Windows color (decimal): -11267284 or 2888532. OLE color: 2888532.
HSL color Cylindrical-coordinate representation of color #54132C: hue angle of 336.92º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54132C is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 44 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.67 |
| HSL | 336.92º | 0.63% | 0.2% | - |
| HSV(B) | 336.92º | 0.77% | 0.33% | - |
| XYZ | 4.34 | 2.53 | 2.64 | - |
| YUV | 41.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 44 | 0 | 0.77 | 0.48 | 0.67 | 336.92 | 0.63 | 0.2 |
| Hex | 54 | 13 | 2C | 0 | 4D | 30 | 43 | 151 | 3F | 14 |
| Octal | 124 | 23 | 54 | 0 | 115 | 60 | 103 | 521 | 77 | 24 |
| Binary | 1010100 | 10011 | 101100 | 0 | 1001101 | 110000 | 1000011 | 101010001 | 111111 | 10100 |
Color Harmonies of #54132C
Complementary color
Monochromatic Colors of #54132C
Black with #54132C
Text Example
Text Example
White with #54132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54132C; }
p { color: rgb(84,19,44); }
H1.HeaderClassName
{
color: #54132C;
}
.AnyTagClassName
{
color: #54132C;
}
</style>
background-color css
<style>
a { background-color: #54132C; }
a { background-color: rgb(84,19,44); }
div.DivClassName
{
background-color: #54132C;
}
.BgClassName
{
background-color: #54132C;
}
</style>
border-color css
<style>
span { border-color: #54132C; }
span { border-color: rgb(84,19,44); }
td.TdClassName
{
border-color: #54132C;
}
.TagClassName
{
border-color: #54132C;
}
</style>