Shades of Blackberry #53132B
Tints of Blackberry #53132B
RGB
CMYK
RGB Variations
Color information
#53132B (or 0x53132B) is known color: Blackberry. HEX triplet: 53, 13 and 2B. RGB value is (83,19,43). Sum of RGB (Red+Green+Blue) = 83+19+43=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53132B is #ACECD4. Grayscale: #282828. Windows color (decimal): -11332821 or 2822995. OLE color: 2822995.
HSL color Cylindrical-coordinate representation of color #53132B: hue angle of 337.5º 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 #53132B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 43 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.67 |
| HSL | 337.5º | 0.63% | 0.2% | - |
| HSV(B) | 337.5º | 0.77% | 0.33% | - |
| XYZ | 4.24 | 2.48 | 2.54 | - |
| YUV | 40.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 43 | 0 | 0.77 | 0.48 | 0.67 | 337.5 | 0.63 | 0.2 |
| Hex | 53 | 13 | 2B | 0 | 4D | 30 | 43 | 152 | 3F | 14 |
| Octal | 123 | 23 | 53 | 0 | 115 | 60 | 103 | 522 | 77 | 24 |
| Binary | 1010011 | 10011 | 101011 | 0 | 1001101 | 110000 | 1000011 | 101010010 | 111111 | 10100 |
Color Harmonies of #53132B
Complementary color
Monochromatic Colors of #53132B
Black with #53132B
Text Example
Text Example
White with #53132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53132B; }
p { color: rgb(83,19,43); }
H1.HeaderClassName
{
color: #53132B;
}
.AnyTagClassName
{
color: #53132B;
}
</style>
background-color css
<style>
a { background-color: #53132B; }
a { background-color: rgb(83,19,43); }
div.DivClassName
{
background-color: #53132B;
}
.BgClassName
{
background-color: #53132B;
}
</style>
border-color css
<style>
span { border-color: #53132B; }
span { border-color: rgb(83,19,43); }
td.TdClassName
{
border-color: #53132B;
}
.TagClassName
{
border-color: #53132B;
}
</style>