Shades of Blackberry #53112E
Tints of Blackberry #53112E
RGB
CMYK
RGB Variations
Color information
#53112E (or 0x53112E) is known color: Blackberry. HEX triplet: 53, 11 and 2E. RGB value is (83,17,46). Sum of RGB (Red+Green+Blue) = 83+17+46=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53112E is #ACEED1. Grayscale: #272727. Windows color (decimal): -11333330 or 3019091. OLE color: 3019091.
HSL color Cylindrical-coordinate representation of color #53112E: hue angle of 333.64º 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 #53112E is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 46 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.67 |
| HSL | 333.64º | 0.66% | 0.2% | - |
| HSV(B) | 333.64º | 0.8% | 0.33% | - |
| XYZ | 4.26 | 2.44 | 2.83 | - |
| YUV | 40.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 46 | 0 | 0.80 | 0.45 | 0.67 | 333.64 | 0.66 | 0.2 |
| Hex | 53 | 11 | 2E | 0 | 50 | 2D | 43 | 14E | 42 | 14 |
| Octal | 123 | 21 | 56 | 0 | 120 | 55 | 103 | 516 | 102 | 24 |
| Binary | 1010011 | 10001 | 101110 | 0 | 1010000 | 101101 | 1000011 | 101001110 | 1000010 | 10100 |
Color Harmonies of #53112E
Complementary color
Monochromatic Colors of #53112E
Black with #53112E
Text Example
Text Example
White with #53112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53112E; }
p { color: rgb(83,17,46); }
H1.HeaderClassName
{
color: #53112E;
}
.AnyTagClassName
{
color: #53112E;
}
</style>
background-color css
<style>
a { background-color: #53112E; }
a { background-color: rgb(83,17,46); }
div.DivClassName
{
background-color: #53112E;
}
.BgClassName
{
background-color: #53112E;
}
</style>
border-color css
<style>
span { border-color: #53112E; }
span { border-color: rgb(83,17,46); }
td.TdClassName
{
border-color: #53112E;
}
.TagClassName
{
border-color: #53112E;
}
</style>