Shades of Blackberry #54122D
Tints of Blackberry #54122D
RGB
CMYK
RGB Variations
Color information
#54122D (or 0x54122D) is known color: Blackberry. HEX triplet: 54, 12 and 2D. RGB value is (84,18,45). Sum of RGB (Red+Green+Blue) = 84+18+45=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54122D is #ABEDD2. Grayscale: #282828. Windows color (decimal): -11267539 or 2953812. OLE color: 2953812.
HSL color Cylindrical-coordinate representation of color #54122D: hue angle of 335.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54122D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 45 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.67 |
| HSL | 335.45º | 0.65% | 0.2% | - |
| HSV(B) | 335.45º | 0.79% | 0.33% | - |
| XYZ | 4.35 | 2.51 | 2.74 | - |
| YUV | 40.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 45 | 0 | 0.79 | 0.46 | 0.67 | 335.45 | 0.65 | 0.2 |
| Hex | 54 | 12 | 2D | 0 | 4F | 2E | 43 | 14F | 41 | 14 |
| Octal | 124 | 22 | 55 | 0 | 117 | 56 | 103 | 517 | 101 | 24 |
| Binary | 1010100 | 10010 | 101101 | 0 | 1001111 | 101110 | 1000011 | 101001111 | 1000001 | 10100 |
Color Harmonies of #54122D
Complementary color
Monochromatic Colors of #54122D
Black with #54122D
Text Example
Text Example
White with #54122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54122D; }
p { color: rgb(84,18,45); }
H1.HeaderClassName
{
color: #54122D;
}
.AnyTagClassName
{
color: #54122D;
}
</style>
background-color css
<style>
a { background-color: #54122D; }
a { background-color: rgb(84,18,45); }
div.DivClassName
{
background-color: #54122D;
}
.BgClassName
{
background-color: #54122D;
}
</style>
border-color css
<style>
span { border-color: #54122D; }
span { border-color: rgb(84,18,45); }
td.TdClassName
{
border-color: #54122D;
}
.TagClassName
{
border-color: #54122D;
}
</style>