Shades of Blackberry #53082B
Tints of Blackberry #53082B
RGB
CMYK
RGB Variations
Color information
#53082B (or 0x53082B) is known color: Blackberry. HEX triplet: 53, 08 and 2B. RGB value is (83,8,43). Sum of RGB (Red+Green+Blue) = 83+8+43=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53082B is #ACF7D4. Grayscale: #222222. Windows color (decimal): -11335637 or 2820179. OLE color: 2820179.
HSL color Cylindrical-coordinate representation of color #53082B: hue angle of 332º 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 #53082B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 43 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.67 |
| HSL | 332º | 0.82% | 0.18% | - |
| HSV(B) | 332º | 0.9% | 0.33% | - |
| XYZ | 4.09 | 2.19 | 2.49 | - |
| YUV | 34.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 43 | 0 | 0.90 | 0.48 | 0.67 | 332 | 0.82 | 0.18 |
| Hex | 53 | 8 | 2B | 0 | 5A | 30 | 43 | 14C | 52 | 12 |
| Octal | 123 | 10 | 53 | 0 | 132 | 60 | 103 | 514 | 122 | 22 |
| Binary | 1010011 | 1000 | 101011 | 0 | 1011010 | 110000 | 1000011 | 101001100 | 1010010 | 10010 |
Color Harmonies of #53082B
Complementary color
Monochromatic Colors of #53082B
Black with #53082B
Text Example
Text Example
White with #53082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53082B; }
p { color: rgb(83,8,43); }
H1.HeaderClassName
{
color: #53082B;
}
.AnyTagClassName
{
color: #53082B;
}
</style>
background-color css
<style>
a { background-color: #53082B; }
a { background-color: rgb(83,8,43); }
div.DivClassName
{
background-color: #53082B;
}
.BgClassName
{
background-color: #53082B;
}
</style>
border-color css
<style>
span { border-color: #53082B; }
span { border-color: rgb(83,8,43); }
td.TdClassName
{
border-color: #53082B;
}
.TagClassName
{
border-color: #53082B;
}
</style>