Shades of Blackberry #54173E
Tints of Blackberry #54173E
RGB
CMYK
RGB Variations
Color information
#54173E (or 0x54173E) is known color: Blackberry. HEX triplet: 54, 17 and 3E. RGB value is (84,23,62). Sum of RGB (Red+Green+Blue) = 84+23+62=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54173E is #ABE8C1. Grayscale: #2D2D2D. Windows color (decimal): -11266242 or 4069204. OLE color: 4069204.
HSL color Cylindrical-coordinate representation of color #54173E: hue angle of 321.64º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54173E is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 62 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.67 |
| HSL | 321.64º | 0.57% | 0.21% | - |
| HSV(B) | 321.64º | 0.73% | 0.33% | - |
| XYZ | 4.83 | 2.85 | 4.85 | - |
| YUV | 45.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 62 | 0 | 0.73 | 0.26 | 0.67 | 321.64 | 0.57 | 0.21 |
| Hex | 54 | 17 | 3E | 0 | 49 | 1A | 43 | 142 | 39 | 15 |
| Octal | 124 | 27 | 76 | 0 | 111 | 32 | 103 | 502 | 71 | 25 |
| Binary | 1010100 | 10111 | 111110 | 0 | 1001001 | 11010 | 1000011 | 101000010 | 111001 | 10101 |
Color Harmonies of #54173E
Complementary color
Monochromatic Colors of #54173E
Black with #54173E
Text Example
Text Example
White with #54173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54173E; }
p { color: rgb(84,23,62); }
H1.HeaderClassName
{
color: #54173E;
}
.AnyTagClassName
{
color: #54173E;
}
</style>
background-color css
<style>
a { background-color: #54173E; }
a { background-color: rgb(84,23,62); }
div.DivClassName
{
background-color: #54173E;
}
.BgClassName
{
background-color: #54173E;
}
</style>
border-color css
<style>
span { border-color: #54173E; }
span { border-color: rgb(84,23,62); }
td.TdClassName
{
border-color: #54173E;
}
.TagClassName
{
border-color: #54173E;
}
</style>