Shades of Blackberry #53103A
Tints of Blackberry #53103A
RGB
CMYK
RGB Variations
Color information
#53103A (or 0x53103A) is known color: Blackberry. HEX triplet: 53, 10 and 3A. RGB value is (83,16,58). Sum of RGB (Red+Green+Blue) = 83+16+58=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53103A is #ACEFC5. Grayscale: #282828. Windows color (decimal): -11333574 or 3805267. OLE color: 3805267.
HSL color Cylindrical-coordinate representation of color #53103A: hue angle of 322.39º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53103A is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 58 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.67 |
| HSL | 322.39º | 0.68% | 0.19% | - |
| HSV(B) | 322.39º | 0.81% | 0.33% | - |
| XYZ | 4.52 | 2.52 | 4.25 | - |
| YUV | 40.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 58 | 0 | 0.81 | 0.30 | 0.67 | 322.39 | 0.68 | 0.19 |
| Hex | 53 | 10 | 3A | 0 | 51 | 1E | 43 | 142 | 44 | 13 |
| Octal | 123 | 20 | 72 | 0 | 121 | 36 | 103 | 502 | 104 | 23 |
| Binary | 1010011 | 10000 | 111010 | 0 | 1010001 | 11110 | 1000011 | 101000010 | 1000100 | 10011 |
Color Harmonies of #53103A
Complementary color
Monochromatic Colors of #53103A
Black with #53103A
Text Example
Text Example
White with #53103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53103A; }
p { color: rgb(83,16,58); }
H1.HeaderClassName
{
color: #53103A;
}
.AnyTagClassName
{
color: #53103A;
}
</style>
background-color css
<style>
a { background-color: #53103A; }
a { background-color: rgb(83,16,58); }
div.DivClassName
{
background-color: #53103A;
}
.BgClassName
{
background-color: #53103A;
}
</style>
border-color css
<style>
span { border-color: #53103A; }
span { border-color: rgb(83,16,58); }
td.TdClassName
{
border-color: #53103A;
}
.TagClassName
{
border-color: #53103A;
}
</style>