Shades of Blackberry #53112F
Tints of Blackberry #53112F
RGB
CMYK
RGB Variations
Color information
#53112F (or 0x53112F) is known color: Blackberry. HEX triplet: 53, 11 and 2F. RGB value is (83,17,47). Sum of RGB (Red+Green+Blue) = 83+17+47=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53112F is #ACEED0. Grayscale: #282828. Windows color (decimal): -11333329 or 3084627. OLE color: 3084627.
HSL color Cylindrical-coordinate representation of color #53112F: hue angle of 332.73º 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 #53112F is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 47 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.67 |
| HSL | 332.73º | 0.66% | 0.2% | - |
| HSV(B) | 332.73º | 0.8% | 0.33% | - |
| XYZ | 4.28 | 2.45 | 2.94 | - |
| YUV | 40.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 47 | 0 | 0.80 | 0.43 | 0.67 | 332.73 | 0.66 | 0.2 |
| Hex | 53 | 11 | 2F | 0 | 50 | 2B | 43 | 14D | 42 | 14 |
| Octal | 123 | 21 | 57 | 0 | 120 | 53 | 103 | 515 | 102 | 24 |
| Binary | 1010011 | 10001 | 101111 | 0 | 1010000 | 101011 | 1000011 | 101001101 | 1000010 | 10100 |
Color Harmonies of #53112F
Complementary color
Monochromatic Colors of #53112F
Black with #53112F
Text Example
Text Example
White with #53112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53112F; }
p { color: rgb(83,17,47); }
H1.HeaderClassName
{
color: #53112F;
}
.AnyTagClassName
{
color: #53112F;
}
</style>
background-color css
<style>
a { background-color: #53112F; }
a { background-color: rgb(83,17,47); }
div.DivClassName
{
background-color: #53112F;
}
.BgClassName
{
background-color: #53112F;
}
</style>
border-color css
<style>
span { border-color: #53112F; }
span { border-color: rgb(83,17,47); }
td.TdClassName
{
border-color: #53112F;
}
.TagClassName
{
border-color: #53112F;
}
</style>