Shades of Blackberry #54193E
Tints of Blackberry #54193E
RGB
CMYK
RGB Variations
Color information
#54193E (or 0x54193E) is known color: Blackberry. HEX triplet: 54, 19 and 3E. RGB value is (84,25,62). Sum of RGB (Red+Green+Blue) = 84+25+62=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54193E is #ABE6C1. Grayscale: #2E2E2E. Windows color (decimal): -11265730 or 4069716. OLE color: 4069716.
HSL color Cylindrical-coordinate representation of color #54193E: hue angle of 322.37º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54193E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 62 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.67 |
| HSL | 322.37º | 0.54% | 0.21% | - |
| HSV(B) | 322.37º | 0.7% | 0.33% | - |
| XYZ | 4.87 | 2.93 | 4.87 | - |
| YUV | 46.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 62 | 0 | 0.70 | 0.26 | 0.67 | 322.37 | 0.54 | 0.21 |
| Hex | 54 | 19 | 3E | 0 | 46 | 1A | 43 | 142 | 36 | 15 |
| Octal | 124 | 31 | 76 | 0 | 106 | 32 | 103 | 502 | 66 | 25 |
| Binary | 1010100 | 11001 | 111110 | 0 | 1000110 | 11010 | 1000011 | 101000010 | 110110 | 10101 |
Color Harmonies of #54193E
Complementary color
Monochromatic Colors of #54193E
Black with #54193E
Text Example
Text Example
White with #54193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54193E; }
p { color: rgb(84,25,62); }
H1.HeaderClassName
{
color: #54193E;
}
.AnyTagClassName
{
color: #54193E;
}
</style>
background-color css
<style>
a { background-color: #54193E; }
a { background-color: rgb(84,25,62); }
div.DivClassName
{
background-color: #54193E;
}
.BgClassName
{
background-color: #54193E;
}
</style>
border-color css
<style>
span { border-color: #54193E; }
span { border-color: rgb(84,25,62); }
td.TdClassName
{
border-color: #54193E;
}
.TagClassName
{
border-color: #54193E;
}
</style>