Shades of Blackberry #54143E
Tints of Blackberry #54143E
RGB
CMYK
RGB Variations
Color information
#54143E (or 0x54143E) is known color: Blackberry. HEX triplet: 54, 14 and 3E. RGB value is (84,20,62). Sum of RGB (Red+Green+Blue) = 84+20+62=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54143E is #ABEBC1. Grayscale: #2B2B2B. Windows color (decimal): -11267010 or 4068436. OLE color: 4068436.
HSL color Cylindrical-coordinate representation of color #54143E: hue angle of 320.62º 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 #54143E is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 62 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.67 |
| HSL | 320.63º | 0.62% | 0.2% | - |
| HSV(B) | 320.63º | 0.76% | 0.33% | - |
| XYZ | 4.78 | 2.73 | 4.83 | - |
| YUV | 43.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 62 | 0 | 0.76 | 0.26 | 0.67 | 320.63 | 0.62 | 0.2 |
| Hex | 54 | 14 | 3E | 0 | 4C | 1A | 43 | 141 | 3E | 14 |
| Octal | 124 | 24 | 76 | 0 | 114 | 32 | 103 | 501 | 76 | 24 |
| Binary | 1010100 | 10100 | 111110 | 0 | 1001100 | 11010 | 1000011 | 101000001 | 111110 | 10100 |
Color Harmonies of #54143E
Complementary color
Monochromatic Colors of #54143E
Black with #54143E
Text Example
Text Example
White with #54143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54143E; }
p { color: rgb(84,20,62); }
H1.HeaderClassName
{
color: #54143E;
}
.AnyTagClassName
{
color: #54143E;
}
</style>
background-color css
<style>
a { background-color: #54143E; }
a { background-color: rgb(84,20,62); }
div.DivClassName
{
background-color: #54143E;
}
.BgClassName
{
background-color: #54143E;
}
</style>
border-color css
<style>
span { border-color: #54143E; }
span { border-color: rgb(84,20,62); }
td.TdClassName
{
border-color: #54143E;
}
.TagClassName
{
border-color: #54143E;
}
</style>