Shades of Blackberry #53133C
Tints of Blackberry #53133C
RGB
CMYK
RGB Variations
Color information
#53133C (or 0x53133C) is known color: Blackberry. HEX triplet: 53, 13 and 3C. RGB value is (83,19,60). Sum of RGB (Red+Green+Blue) = 83+19+60=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53133C is #ACECC3. Grayscale: #2A2A2A. Windows color (decimal): -11332804 or 3937107. OLE color: 3937107.
HSL color Cylindrical-coordinate representation of color #53133C: hue angle of 321.56º 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 #53133C is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 60 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.67 |
| HSL | 321.56º | 0.63% | 0.2% | - |
| HSV(B) | 321.56º | 0.77% | 0.33% | - |
| XYZ | 4.62 | 2.63 | 4.54 | - |
| YUV | 42.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 60 | 0 | 0.77 | 0.28 | 0.67 | 321.56 | 0.63 | 0.2 |
| Hex | 53 | 13 | 3C | 0 | 4D | 1C | 43 | 142 | 3F | 14 |
| Octal | 123 | 23 | 74 | 0 | 115 | 34 | 103 | 502 | 77 | 24 |
| Binary | 1010011 | 10011 | 111100 | 0 | 1001101 | 11100 | 1000011 | 101000010 | 111111 | 10100 |
Color Harmonies of #53133C
Complementary color
Monochromatic Colors of #53133C
Black with #53133C
Text Example
Text Example
White with #53133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53133C; }
p { color: rgb(83,19,60); }
H1.HeaderClassName
{
color: #53133C;
}
.AnyTagClassName
{
color: #53133C;
}
</style>
background-color css
<style>
a { background-color: #53133C; }
a { background-color: rgb(83,19,60); }
div.DivClassName
{
background-color: #53133C;
}
.BgClassName
{
background-color: #53133C;
}
</style>
border-color css
<style>
span { border-color: #53133C; }
span { border-color: rgb(83,19,60); }
td.TdClassName
{
border-color: #53133C;
}
.TagClassName
{
border-color: #53133C;
}
</style>