Shades of Blackberry #54133C
Tints of Blackberry #54133C
RGB
CMYK
RGB Variations
Color information
#54133C (or 0x54133C) is known color: Blackberry. HEX triplet: 54, 13 and 3C. RGB value is (84,19,60). Sum of RGB (Red+Green+Blue) = 84+19+60=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54133C is #ABECC3. Grayscale: #2B2B2B. Windows color (decimal): -11267268 or 3937108. OLE color: 3937108.
HSL color Cylindrical-coordinate representation of color #54133C: hue angle of 322.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 #54133C is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 60 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.67 |
| HSL | 322.15º | 0.63% | 0.2% | - |
| HSV(B) | 322.15º | 0.77% | 0.33% | - |
| XYZ | 4.7 | 2.68 | 4.54 | - |
| YUV | 43.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 60 | 0 | 0.77 | 0.29 | 0.67 | 322.15 | 0.63 | 0.2 |
| Hex | 54 | 13 | 3C | 0 | 4D | 1D | 43 | 142 | 3F | 14 |
| Octal | 124 | 23 | 74 | 0 | 115 | 35 | 103 | 502 | 77 | 24 |
| Binary | 1010100 | 10011 | 111100 | 0 | 1001101 | 11101 | 1000011 | 101000010 | 111111 | 10100 |
Color Harmonies of #54133C
Complementary color
Monochromatic Colors of #54133C
Black with #54133C
Text Example
Text Example
White with #54133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54133C; }
p { color: rgb(84,19,60); }
H1.HeaderClassName
{
color: #54133C;
}
.AnyTagClassName
{
color: #54133C;
}
</style>
background-color css
<style>
a { background-color: #54133C; }
a { background-color: rgb(84,19,60); }
div.DivClassName
{
background-color: #54133C;
}
.BgClassName
{
background-color: #54133C;
}
</style>
border-color css
<style>
span { border-color: #54133C; }
span { border-color: rgb(84,19,60); }
td.TdClassName
{
border-color: #54133C;
}
.TagClassName
{
border-color: #54133C;
}
</style>