Shades of Blackberry #53082E
Tints of Blackberry #53082E
RGB
CMYK
RGB Variations
Color information
#53082E (or 0x53082E) is known color: Blackberry. HEX triplet: 53, 08 and 2E. RGB value is (83,8,46). Sum of RGB (Red+Green+Blue) = 83+8+46=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082E is #ACF7D1. Grayscale: #222222. Windows color (decimal): -11335634 or 3016787. OLE color: 3016787.
HSL color Cylindrical-coordinate representation of color #53082E: hue angle of 329.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53082E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 46 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.67 |
| HSL | 329.6º | 0.82% | 0.18% | - |
| HSV(B) | 329.6º | 0.9% | 0.33% | - |
| XYZ | 4.15 | 2.21 | 2.79 | - |
| YUV | 34.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 46 | 0 | 0.90 | 0.45 | 0.67 | 329.6 | 0.82 | 0.18 |
| Hex | 53 | 8 | 2E | 0 | 5A | 2D | 43 | 14A | 52 | 12 |
| Octal | 123 | 10 | 56 | 0 | 132 | 55 | 103 | 512 | 122 | 22 |
| Binary | 1010011 | 1000 | 101110 | 0 | 1011010 | 101101 | 1000011 | 101001010 | 1010010 | 10010 |
Color Harmonies of #53082E
Complementary color
Monochromatic Colors of #53082E
Black with #53082E
Text Example
Text Example
White with #53082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53082E; }
p { color: rgb(83,8,46); }
H1.HeaderClassName
{
color: #53082E;
}
.AnyTagClassName
{
color: #53082E;
}
</style>
background-color css
<style>
a { background-color: #53082E; }
a { background-color: rgb(83,8,46); }
div.DivClassName
{
background-color: #53082E;
}
.BgClassName
{
background-color: #53082E;
}
</style>
border-color css
<style>
span { border-color: #53082E; }
span { border-color: rgb(83,8,46); }
td.TdClassName
{
border-color: #53082E;
}
.TagClassName
{
border-color: #53082E;
}
</style>