Shades of Blackberry #53113A
Tints of Blackberry #53113A
RGB
CMYK
RGB Variations
Color information
#53113A (or 0x53113A) is known color: Blackberry. HEX triplet: 53, 11 and 3A. RGB value is (83,17,58). Sum of RGB (Red+Green+Blue) = 83+17+58=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53113A is #ACEEC5. Grayscale: #292929. Windows color (decimal): -11333318 or 3805523. OLE color: 3805523.
HSL color Cylindrical-coordinate representation of color #53113A: hue angle of 322.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 #53113A is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 58 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.67 |
| HSL | 322.73º | 0.66% | 0.2% | - |
| HSV(B) | 322.73º | 0.8% | 0.33% | - |
| XYZ | 4.53 | 2.55 | 4.26 | - |
| YUV | 41.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 58 | 0 | 0.80 | 0.30 | 0.67 | 322.73 | 0.66 | 0.2 |
| Hex | 53 | 11 | 3A | 0 | 50 | 1E | 43 | 143 | 42 | 14 |
| Octal | 123 | 21 | 72 | 0 | 120 | 36 | 103 | 503 | 102 | 24 |
| Binary | 1010011 | 10001 | 111010 | 0 | 1010000 | 11110 | 1000011 | 101000011 | 1000010 | 10100 |
Color Harmonies of #53113A
Complementary color
Monochromatic Colors of #53113A
Black with #53113A
Text Example
Text Example
White with #53113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53113A; }
p { color: rgb(83,17,58); }
H1.HeaderClassName
{
color: #53113A;
}
.AnyTagClassName
{
color: #53113A;
}
</style>
background-color css
<style>
a { background-color: #53113A; }
a { background-color: rgb(83,17,58); }
div.DivClassName
{
background-color: #53113A;
}
.BgClassName
{
background-color: #53113A;
}
</style>
border-color css
<style>
span { border-color: #53113A; }
span { border-color: rgb(83,17,58); }
td.TdClassName
{
border-color: #53113A;
}
.TagClassName
{
border-color: #53113A;
}
</style>