Shades of Blackberry #53072D
Tints of Blackberry #53072D
RGB
CMYK
RGB Variations
Color information
#53072D (or 0x53072D) is known color: Blackberry. HEX triplet: 53, 07 and 2D. RGB value is (83,7,45). Sum of RGB (Red+Green+Blue) = 83+7+45=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53072D is #ACF8D2. Grayscale: #212121. Windows color (decimal): -11335891 or 2950995. OLE color: 2950995.
HSL color Cylindrical-coordinate representation of color #53072D: hue angle of 330º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53072D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 45 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.67 |
| HSL | 330º | 0.84% | 0.18% | - |
| HSV(B) | 330º | 0.92% | 0.33% | - |
| XYZ | 4.12 | 2.18 | 2.69 | - |
| YUV | 34.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 45 | 0 | 0.92 | 0.46 | 0.67 | 330 | 0.84 | 0.18 |
| Hex | 53 | 7 | 2D | 0 | 5C | 2E | 43 | 14A | 54 | 12 |
| Octal | 123 | 7 | 55 | 0 | 134 | 56 | 103 | 512 | 124 | 22 |
| Binary | 1010011 | 111 | 101101 | 0 | 1011100 | 101110 | 1000011 | 101001010 | 1010100 | 10010 |
Color Harmonies of #53072D
Complementary color
Monochromatic Colors of #53072D
Black with #53072D
Text Example
Text Example
White with #53072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53072D; }
p { color: rgb(83,7,45); }
H1.HeaderClassName
{
color: #53072D;
}
.AnyTagClassName
{
color: #53072D;
}
</style>
background-color css
<style>
a { background-color: #53072D; }
a { background-color: rgb(83,7,45); }
div.DivClassName
{
background-color: #53072D;
}
.BgClassName
{
background-color: #53072D;
}
</style>
border-color css
<style>
span { border-color: #53072D; }
span { border-color: rgb(83,7,45); }
td.TdClassName
{
border-color: #53072D;
}
.TagClassName
{
border-color: #53072D;
}
</style>