Shades of Blackberry #53113B
Tints of Blackberry #53113B
RGB
CMYK
RGB Variations
Color information
#53113B (or 0x53113B) is known color: Blackberry. HEX triplet: 53, 11 and 3B. RGB value is (83,17,59). Sum of RGB (Red+Green+Blue) = 83+17+59=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113B is #ACEEC4. Grayscale: #292929. Windows color (decimal): -11333317 or 3871059. OLE color: 3871059.
HSL color Cylindrical-coordinate representation of color #53113B: hue angle of 321.82º 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 #53113B is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 59 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.67 |
| HSL | 321.82º | 0.66% | 0.2% | - |
| HSV(B) | 321.82º | 0.8% | 0.33% | - |
| XYZ | 4.56 | 2.56 | 4.39 | - |
| YUV | 41.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 59 | 0 | 0.80 | 0.29 | 0.67 | 321.82 | 0.66 | 0.2 |
| Hex | 53 | 11 | 3B | 0 | 50 | 1D | 43 | 142 | 42 | 14 |
| Octal | 123 | 21 | 73 | 0 | 120 | 35 | 103 | 502 | 102 | 24 |
| Binary | 1010011 | 10001 | 111011 | 0 | 1010000 | 11101 | 1000011 | 101000010 | 1000010 | 10100 |
Color Harmonies of #53113B
Complementary color
Monochromatic Colors of #53113B
Black with #53113B
Text Example
Text Example
White with #53113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53113B; }
p { color: rgb(83,17,59); }
H1.HeaderClassName
{
color: #53113B;
}
.AnyTagClassName
{
color: #53113B;
}
</style>
background-color css
<style>
a { background-color: #53113B; }
a { background-color: rgb(83,17,59); }
div.DivClassName
{
background-color: #53113B;
}
.BgClassName
{
background-color: #53113B;
}
</style>
border-color css
<style>
span { border-color: #53113B; }
span { border-color: rgb(83,17,59); }
td.TdClassName
{
border-color: #53113B;
}
.TagClassName
{
border-color: #53113B;
}
</style>