Shades of Blackberry #54142D
Tints of Blackberry #54142D
RGB
CMYK
RGB Variations
Color information
#54142D (or 0x54142D) is known color: Blackberry. HEX triplet: 54, 14 and 2D. RGB value is (84,20,45). Sum of RGB (Red+Green+Blue) = 84+20+45=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54142D is #ABEBD2. Grayscale: #292929. Windows color (decimal): -11267027 or 2954324. OLE color: 2954324.
HSL color Cylindrical-coordinate representation of color #54142D: hue angle of 336.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54142D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 45 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.67 |
| HSL | 336.56º | 0.62% | 0.2% | - |
| HSV(B) | 336.56º | 0.76% | 0.33% | - |
| XYZ | 4.38 | 2.57 | 2.75 | - |
| YUV | 41.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 45 | 0 | 0.76 | 0.46 | 0.67 | 336.56 | 0.62 | 0.2 |
| Hex | 54 | 14 | 2D | 0 | 4C | 2E | 43 | 151 | 3E | 14 |
| Octal | 124 | 24 | 55 | 0 | 114 | 56 | 103 | 521 | 76 | 24 |
| Binary | 1010100 | 10100 | 101101 | 0 | 1001100 | 101110 | 1000011 | 101010001 | 111110 | 10100 |
Color Harmonies of #54142D
Complementary color
Monochromatic Colors of #54142D
Black with #54142D
Text Example
Text Example
White with #54142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54142D; }
p { color: rgb(84,20,45); }
H1.HeaderClassName
{
color: #54142D;
}
.AnyTagClassName
{
color: #54142D;
}
</style>
background-color css
<style>
a { background-color: #54142D; }
a { background-color: rgb(84,20,45); }
div.DivClassName
{
background-color: #54142D;
}
.BgClassName
{
background-color: #54142D;
}
</style>
border-color css
<style>
span { border-color: #54142D; }
span { border-color: rgb(84,20,45); }
td.TdClassName
{
border-color: #54142D;
}
.TagClassName
{
border-color: #54142D;
}
</style>