Shades of Blackberry #53153F
Tints of Blackberry #53153F
RGB
CMYK
RGB Variations
Color information
#53153F (or 0x53153F) is known color: Blackberry. HEX triplet: 53, 15 and 3F. RGB value is (83,21,63). Sum of RGB (Red+Green+Blue) = 83+21+63=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53153F is #ACEAC0. Grayscale: #2C2C2C. Windows color (decimal): -11332289 or 4134227. OLE color: 4134227.
HSL color Cylindrical-coordinate representation of color #53153F: hue angle of 319.35º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53153F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 63 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.67 |
| HSL | 319.35º | 0.6% | 0.2% | - |
| HSV(B) | 319.35º | 0.75% | 0.33% | - |
| XYZ | 4.73 | 2.73 | 4.98 | - |
| YUV | 44.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 63 | 0 | 0.75 | 0.24 | 0.67 | 319.35 | 0.6 | 0.2 |
| Hex | 53 | 15 | 3F | 0 | 4B | 18 | 43 | 13F | 3C | 14 |
| Octal | 123 | 25 | 77 | 0 | 113 | 30 | 103 | 477 | 74 | 24 |
| Binary | 1010011 | 10101 | 111111 | 0 | 1001011 | 11000 | 1000011 | 100111111 | 111100 | 10100 |
Color Harmonies of #53153F
Complementary color
Monochromatic Colors of #53153F
Black with #53153F
Text Example
Text Example
White with #53153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53153F; }
p { color: rgb(83,21,63); }
H1.HeaderClassName
{
color: #53153F;
}
.AnyTagClassName
{
color: #53153F;
}
</style>
background-color css
<style>
a { background-color: #53153F; }
a { background-color: rgb(83,21,63); }
div.DivClassName
{
background-color: #53153F;
}
.BgClassName
{
background-color: #53153F;
}
</style>
border-color css
<style>
span { border-color: #53153F; }
span { border-color: rgb(83,21,63); }
td.TdClassName
{
border-color: #53153F;
}
.TagClassName
{
border-color: #53153F;
}
</style>