Shades of Blackberry #54183E
Tints of Blackberry #54183E
RGB
CMYK
RGB Variations
Color information
#54183E (or 0x54183E) is known color: Blackberry. HEX triplet: 54, 18 and 3E. RGB value is (84,24,62). Sum of RGB (Red+Green+Blue) = 84+24+62=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54183E is #ABE7C1. Grayscale: #2E2E2E. Windows color (decimal): -11265986 or 4069460. OLE color: 4069460.
HSL color Cylindrical-coordinate representation of color #54183E: hue angle of 322º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54183E is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 24 | 62 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.67 |
| HSL | 322º | 0.56% | 0.21% | - |
| HSV(B) | 322º | 0.71% | 0.33% | - |
| XYZ | 4.85 | 2.89 | 4.86 | - |
| YUV | 46.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 62 | 0 | 0.71 | 0.26 | 0.67 | 322 | 0.56 | 0.21 |
| Hex | 54 | 18 | 3E | 0 | 47 | 1A | 43 | 142 | 38 | 15 |
| Octal | 124 | 30 | 76 | 0 | 107 | 32 | 103 | 502 | 70 | 25 |
| Binary | 1010100 | 11000 | 111110 | 0 | 1000111 | 11010 | 1000011 | 101000010 | 111000 | 10101 |
Color Harmonies of #54183E
Complementary color
Monochromatic Colors of #54183E
Black with #54183E
Text Example
Text Example
White with #54183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54183E; }
p { color: rgb(84,24,62); }
H1.HeaderClassName
{
color: #54183E;
}
.AnyTagClassName
{
color: #54183E;
}
</style>
background-color css
<style>
a { background-color: #54183E; }
a { background-color: rgb(84,24,62); }
div.DivClassName
{
background-color: #54183E;
}
.BgClassName
{
background-color: #54183E;
}
</style>
border-color css
<style>
span { border-color: #54183E; }
span { border-color: rgb(84,24,62); }
td.TdClassName
{
border-color: #54183E;
}
.TagClassName
{
border-color: #54183E;
}
</style>