Shades of Blackberry #54082A
Tints of Blackberry #54082A
RGB
CMYK
RGB Variations
Color information
#54082A (or 0x54082A) is known color: Blackberry. HEX triplet: 54, 08 and 2A. RGB value is (84,8,42). Sum of RGB (Red+Green+Blue) = 84+8+42=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54082A is #ABF7D5. Grayscale: #222222. Windows color (decimal): -11270102 or 2754644. OLE color: 2754644.
HSL color Cylindrical-coordinate representation of color #54082A: hue angle of 333.16º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54082A is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 42 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.67 |
| HSL | 333.16º | 0.83% | 0.18% | - |
| HSV(B) | 333.16º | 0.9% | 0.33% | - |
| XYZ | 4.16 | 2.23 | 2.4 | - |
| YUV | 34.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 42 | 0 | 0.90 | 0.5 | 0.67 | 333.16 | 0.83 | 0.18 |
| Hex | 54 | 8 | 2A | 0 | 5A | 32 | 43 | 14D | 53 | 12 |
| Octal | 124 | 10 | 52 | 0 | 132 | 62 | 103 | 515 | 123 | 22 |
| Binary | 1010100 | 1000 | 101010 | 0 | 1011010 | 110010 | 1000011 | 101001101 | 1010011 | 10010 |
Color Harmonies of #54082A
Complementary color
Monochromatic Colors of #54082A
Black with #54082A
Text Example
Text Example
White with #54082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54082A; }
p { color: rgb(84,8,42); }
H1.HeaderClassName
{
color: #54082A;
}
.AnyTagClassName
{
color: #54082A;
}
</style>
background-color css
<style>
a { background-color: #54082A; }
a { background-color: rgb(84,8,42); }
div.DivClassName
{
background-color: #54082A;
}
.BgClassName
{
background-color: #54082A;
}
</style>
border-color css
<style>
span { border-color: #54082A; }
span { border-color: rgb(84,8,42); }
td.TdClassName
{
border-color: #54082A;
}
.TagClassName
{
border-color: #54082A;
}
</style>