Shades of Blackberry #53163C
Tints of Blackberry #53163C
RGB
CMYK
RGB Variations
Color information
#53163C (or 0x53163C) is known color: Blackberry. HEX triplet: 53, 16 and 3C. RGB value is (83,22,60). Sum of RGB (Red+Green+Blue) = 83+22+60=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163C is #ACE9C3. Grayscale: #2C2C2C. Windows color (decimal): -11332036 or 3937875. OLE color: 3937875.
HSL color Cylindrical-coordinate representation of color #53163C: hue angle of 322.62º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53163C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 60 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.67 |
| HSL | 322.62º | 0.58% | 0.21% | - |
| HSV(B) | 322.62º | 0.73% | 0.33% | - |
| XYZ | 4.67 | 2.74 | 4.56 | - |
| YUV | 44.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 60 | 0 | 0.73 | 0.28 | 0.67 | 322.62 | 0.58 | 0.21 |
| Hex | 53 | 16 | 3C | 0 | 49 | 1C | 43 | 143 | 3A | 15 |
| Octal | 123 | 26 | 74 | 0 | 111 | 34 | 103 | 503 | 72 | 25 |
| Binary | 1010011 | 10110 | 111100 | 0 | 1001001 | 11100 | 1000011 | 101000011 | 111010 | 10101 |
Color Harmonies of #53163C
Complementary color
Monochromatic Colors of #53163C
Black with #53163C
Text Example
Text Example
White with #53163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53163C; }
p { color: rgb(83,22,60); }
H1.HeaderClassName
{
color: #53163C;
}
.AnyTagClassName
{
color: #53163C;
}
</style>
background-color css
<style>
a { background-color: #53163C; }
a { background-color: rgb(83,22,60); }
div.DivClassName
{
background-color: #53163C;
}
.BgClassName
{
background-color: #53163C;
}
</style>
border-color css
<style>
span { border-color: #53163C; }
span { border-color: rgb(83,22,60); }
td.TdClassName
{
border-color: #53163C;
}
.TagClassName
{
border-color: #53163C;
}
</style>