Shades of Blackberry #53082A
Tints of Blackberry #53082A
RGB
CMYK
RGB Variations
Color information
#53082A (or 0x53082A) is known color: Blackberry. HEX triplet: 53, 08 and 2A. RGB value is (83,8,42). Sum of RGB (Red+Green+Blue) = 83+8+42=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082A is #ACF7D5. Grayscale: #222222. Windows color (decimal): -11335638 or 2754643. OLE color: 2754643.
HSL color Cylindrical-coordinate representation of color #53082A: hue angle of 332.8º 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 #53082A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 42 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.67 |
| HSL | 332.8º | 0.82% | 0.18% | - |
| HSV(B) | 332.8º | 0.9% | 0.33% | - |
| XYZ | 4.07 | 2.18 | 2.4 | - |
| YUV | 34.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 42 | 0 | 0.90 | 0.49 | 0.67 | 332.8 | 0.82 | 0.18 |
| Hex | 53 | 8 | 2A | 0 | 5A | 31 | 43 | 14D | 52 | 12 |
| Octal | 123 | 10 | 52 | 0 | 132 | 61 | 103 | 515 | 122 | 22 |
| Binary | 1010011 | 1000 | 101010 | 0 | 1011010 | 110001 | 1000011 | 101001101 | 1010010 | 10010 |
Color Harmonies of #53082A
Complementary color
Monochromatic Colors of #53082A
Black with #53082A
Text Example
Text Example
White with #53082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53082A; }
p { color: rgb(83,8,42); }
H1.HeaderClassName
{
color: #53082A;
}
.AnyTagClassName
{
color: #53082A;
}
</style>
background-color css
<style>
a { background-color: #53082A; }
a { background-color: rgb(83,8,42); }
div.DivClassName
{
background-color: #53082A;
}
.BgClassName
{
background-color: #53082A;
}
</style>
border-color css
<style>
span { border-color: #53082A; }
span { border-color: rgb(83,8,42); }
td.TdClassName
{
border-color: #53082A;
}
.TagClassName
{
border-color: #53082A;
}
</style>