Shades of Blackberry #54092B
Tints of Blackberry #54092B
RGB
CMYK
RGB Variations
Color information
#54092B (or 0x54092B) is known color: Blackberry. HEX triplet: 54, 09 and 2B. RGB value is (84,9,43). Sum of RGB (Red+Green+Blue) = 84+9+43=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54092B is #ABF6D4. Grayscale: #232323. Windows color (decimal): -11269845 or 2820436. OLE color: 2820436.
HSL color Cylindrical-coordinate representation of color #54092B: hue angle of 332.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54092B is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 43 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.67 |
| HSL | 332.8º | 0.81% | 0.18% | - |
| HSV(B) | 332.8º | 0.89% | 0.33% | - |
| XYZ | 4.19 | 2.25 | 2.5 | - |
| YUV | 35.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 43 | 0 | 0.89 | 0.49 | 0.67 | 332.8 | 0.81 | 0.18 |
| Hex | 54 | 9 | 2B | 0 | 59 | 31 | 43 | 14D | 51 | 12 |
| Octal | 124 | 11 | 53 | 0 | 131 | 61 | 103 | 515 | 121 | 22 |
| Binary | 1010100 | 1001 | 101011 | 0 | 1011001 | 110001 | 1000011 | 101001101 | 1010001 | 10010 |
Color Harmonies of #54092B
Complementary color
Monochromatic Colors of #54092B
Black with #54092B
Text Example
Text Example
White with #54092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54092B; }
p { color: rgb(84,9,43); }
H1.HeaderClassName
{
color: #54092B;
}
.AnyTagClassName
{
color: #54092B;
}
</style>
background-color css
<style>
a { background-color: #54092B; }
a { background-color: rgb(84,9,43); }
div.DivClassName
{
background-color: #54092B;
}
.BgClassName
{
background-color: #54092B;
}
</style>
border-color css
<style>
span { border-color: #54092B; }
span { border-color: rgb(84,9,43); }
td.TdClassName
{
border-color: #54092B;
}
.TagClassName
{
border-color: #54092B;
}
</style>