Shades of Blackberry #54132F
Tints of Blackberry #54132F
RGB
CMYK
RGB Variations
Color information
#54132F (or 0x54132F) is known color: Blackberry. HEX triplet: 54, 13 and 2F. RGB value is (84,19,47). Sum of RGB (Red+Green+Blue) = 84+19+47=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54132F is #ABECD0. Grayscale: #292929. Windows color (decimal): -11267281 or 3085140. OLE color: 3085140.
HSL color Cylindrical-coordinate representation of color #54132F: hue angle of 334.15º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54132F is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 47 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.67 |
| HSL | 334.15º | 0.63% | 0.2% | - |
| HSV(B) | 334.15º | 0.77% | 0.33% | - |
| XYZ | 4.4 | 2.56 | 2.95 | - |
| YUV | 41.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 47 | 0 | 0.77 | 0.44 | 0.67 | 334.15 | 0.63 | 0.2 |
| Hex | 54 | 13 | 2F | 0 | 4D | 2C | 43 | 14E | 3F | 14 |
| Octal | 124 | 23 | 57 | 0 | 115 | 54 | 103 | 516 | 77 | 24 |
| Binary | 1010100 | 10011 | 101111 | 0 | 1001101 | 101100 | 1000011 | 101001110 | 111111 | 10100 |
Color Harmonies of #54132F
Complementary color
Monochromatic Colors of #54132F
Black with #54132F
Text Example
Text Example
White with #54132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54132F; }
p { color: rgb(84,19,47); }
H1.HeaderClassName
{
color: #54132F;
}
.AnyTagClassName
{
color: #54132F;
}
</style>
background-color css
<style>
a { background-color: #54132F; }
a { background-color: rgb(84,19,47); }
div.DivClassName
{
background-color: #54132F;
}
.BgClassName
{
background-color: #54132F;
}
</style>
border-color css
<style>
span { border-color: #54132F; }
span { border-color: rgb(84,19,47); }
td.TdClassName
{
border-color: #54132F;
}
.TagClassName
{
border-color: #54132F;
}
</style>