Shades of Blackberry #54113B
Tints of Blackberry #54113B
RGB
CMYK
RGB Variations
Color information
#54113B (or 0x54113B) is known color: Blackberry. HEX triplet: 54, 11 and 3B. RGB value is (84,17,59). Sum of RGB (Red+Green+Blue) = 84+17+59=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54113B is #ABEEC4. Grayscale: #292929. Windows color (decimal): -11267781 or 3871060. OLE color: 3871060.
HSL color Cylindrical-coordinate representation of color #54113B: hue angle of 322.39º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54113B is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 59 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.67 |
| HSL | 322.39º | 0.66% | 0.2% | - |
| HSV(B) | 322.39º | 0.8% | 0.33% | - |
| XYZ | 4.65 | 2.6 | 4.39 | - |
| YUV | 41.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 59 | 0 | 0.80 | 0.30 | 0.67 | 322.39 | 0.66 | 0.2 |
| Hex | 54 | 11 | 3B | 0 | 50 | 1E | 43 | 142 | 42 | 14 |
| Octal | 124 | 21 | 73 | 0 | 120 | 36 | 103 | 502 | 102 | 24 |
| Binary | 1010100 | 10001 | 111011 | 0 | 1010000 | 11110 | 1000011 | 101000010 | 1000010 | 10100 |
Color Harmonies of #54113B
Complementary color
Monochromatic Colors of #54113B
Black with #54113B
Text Example
Text Example
White with #54113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54113B; }
p { color: rgb(84,17,59); }
H1.HeaderClassName
{
color: #54113B;
}
.AnyTagClassName
{
color: #54113B;
}
</style>
background-color css
<style>
a { background-color: #54113B; }
a { background-color: rgb(84,17,59); }
div.DivClassName
{
background-color: #54113B;
}
.BgClassName
{
background-color: #54113B;
}
</style>
border-color css
<style>
span { border-color: #54113B; }
span { border-color: rgb(84,17,59); }
td.TdClassName
{
border-color: #54113B;
}
.TagClassName
{
border-color: #54113B;
}
</style>