Shades of Blackberry #54163E
Tints of Blackberry #54163E
RGB
CMYK
RGB Variations
Color information
#54163E (or 0x54163E) is known color: Blackberry. HEX triplet: 54, 16 and 3E. RGB value is (84,22,62). Sum of RGB (Red+Green+Blue) = 84+22+62=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54163E is #ABE9C1. Grayscale: #2D2D2D. Windows color (decimal): -11266498 or 4068948. OLE color: 4068948.
HSL color Cylindrical-coordinate representation of color #54163E: hue angle of 321.29º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54163E is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 22 | 62 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.67 |
| HSL | 321.29º | 0.58% | 0.21% | - |
| HSV(B) | 321.29º | 0.74% | 0.33% | - |
| XYZ | 4.81 | 2.81 | 4.85 | - |
| YUV | 45.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 62 | 0 | 0.74 | 0.26 | 0.67 | 321.29 | 0.58 | 0.21 |
| Hex | 54 | 16 | 3E | 0 | 4A | 1A | 43 | 141 | 3A | 15 |
| Octal | 124 | 26 | 76 | 0 | 112 | 32 | 103 | 501 | 72 | 25 |
| Binary | 1010100 | 10110 | 111110 | 0 | 1001010 | 11010 | 1000011 | 101000001 | 111010 | 10101 |
Color Harmonies of #54163E
Complementary color
Monochromatic Colors of #54163E
Black with #54163E
Text Example
Text Example
White with #54163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54163E; }
p { color: rgb(84,22,62); }
H1.HeaderClassName
{
color: #54163E;
}
.AnyTagClassName
{
color: #54163E;
}
</style>
background-color css
<style>
a { background-color: #54163E; }
a { background-color: rgb(84,22,62); }
div.DivClassName
{
background-color: #54163E;
}
.BgClassName
{
background-color: #54163E;
}
</style>
border-color css
<style>
span { border-color: #54163E; }
span { border-color: rgb(84,22,62); }
td.TdClassName
{
border-color: #54163E;
}
.TagClassName
{
border-color: #54163E;
}
</style>