Shades of Blackberry #53072A
Tints of Blackberry #53072A
RGB
CMYK
RGB Variations
Color information
#53072A (or 0x53072A) is known color: Blackberry. HEX triplet: 53, 07 and 2A. RGB value is (83,7,42). Sum of RGB (Red+Green+Blue) = 83+7+42=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53072A is #ACF8D5. Grayscale: #212121. Windows color (decimal): -11335894 or 2754387. OLE color: 2754387.
HSL color Cylindrical-coordinate representation of color #53072A: hue angle of 332.37º 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 #53072A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 42 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.67 |
| HSL | 332.37º | 0.84% | 0.18% | - |
| HSV(B) | 332.37º | 0.92% | 0.33% | - |
| XYZ | 4.06 | 2.16 | 2.39 | - |
| YUV | 33.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 42 | 0 | 0.92 | 0.49 | 0.67 | 332.37 | 0.84 | 0.18 |
| Hex | 53 | 7 | 2A | 0 | 5C | 31 | 43 | 14C | 54 | 12 |
| Octal | 123 | 7 | 52 | 0 | 134 | 61 | 103 | 514 | 124 | 22 |
| Binary | 1010011 | 111 | 101010 | 0 | 1011100 | 110001 | 1000011 | 101001100 | 1010100 | 10010 |
Color Harmonies of #53072A
Complementary color
Monochromatic Colors of #53072A
Black with #53072A
Text Example
Text Example
White with #53072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53072A; }
p { color: rgb(83,7,42); }
H1.HeaderClassName
{
color: #53072A;
}
.AnyTagClassName
{
color: #53072A;
}
</style>
background-color css
<style>
a { background-color: #53072A; }
a { background-color: rgb(83,7,42); }
div.DivClassName
{
background-color: #53072A;
}
.BgClassName
{
background-color: #53072A;
}
</style>
border-color css
<style>
span { border-color: #53072A; }
span { border-color: rgb(83,7,42); }
td.TdClassName
{
border-color: #53072A;
}
.TagClassName
{
border-color: #53072A;
}
</style>