Shades of Blackberry #53133D
Tints of Blackberry #53133D
RGB
CMYK
RGB Variations
Color information
#53133D (or 0x53133D) is known color: Blackberry. HEX triplet: 53, 13 and 3D. RGB value is (83,19,61). Sum of RGB (Red+Green+Blue) = 83+19+61=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53133D is #ACECC2. Grayscale: #2A2A2A. Windows color (decimal): -11332803 or 4002643. OLE color: 4002643.
HSL color Cylindrical-coordinate representation of color #53133D: hue angle of 320.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53133D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 61 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.67 |
| HSL | 320.63º | 0.63% | 0.2% | - |
| HSV(B) | 320.63º | 0.77% | 0.33% | - |
| XYZ | 4.64 | 2.64 | 4.68 | - |
| YUV | 42.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 61 | 0 | 0.77 | 0.27 | 0.67 | 320.63 | 0.63 | 0.2 |
| Hex | 53 | 13 | 3D | 0 | 4D | 1B | 43 | 141 | 3F | 14 |
| Octal | 123 | 23 | 75 | 0 | 115 | 33 | 103 | 501 | 77 | 24 |
| Binary | 1010011 | 10011 | 111101 | 0 | 1001101 | 11011 | 1000011 | 101000001 | 111111 | 10100 |
Color Harmonies of #53133D
Complementary color
Monochromatic Colors of #53133D
Black with #53133D
Text Example
Text Example
White with #53133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53133D; }
p { color: rgb(83,19,61); }
H1.HeaderClassName
{
color: #53133D;
}
.AnyTagClassName
{
color: #53133D;
}
</style>
background-color css
<style>
a { background-color: #53133D; }
a { background-color: rgb(83,19,61); }
div.DivClassName
{
background-color: #53133D;
}
.BgClassName
{
background-color: #53133D;
}
</style>
border-color css
<style>
span { border-color: #53133D; }
span { border-color: rgb(83,19,61); }
td.TdClassName
{
border-color: #53133D;
}
.TagClassName
{
border-color: #53133D;
}
</style>