Shades of Blackberry #53072F
Tints of Blackberry #53072F
RGB
CMYK
RGB Variations
Color information
#53072F (or 0x53072F) is known color: Blackberry. HEX triplet: 53, 07 and 2F. RGB value is (83,7,47). Sum of RGB (Red+Green+Blue) = 83+7+47=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53072F is #ACF8D0. Grayscale: #222222. Windows color (decimal): -11335889 or 3082067. OLE color: 3082067.
HSL color Cylindrical-coordinate representation of color #53072F: hue angle of 328.42º 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 #53072F is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 47 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.67 |
| HSL | 328.42º | 0.84% | 0.18% | - |
| HSV(B) | 328.42º | 0.92% | 0.33% | - |
| XYZ | 4.16 | 2.2 | 2.89 | - |
| YUV | 34.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 47 | 0 | 0.92 | 0.43 | 0.67 | 328.42 | 0.84 | 0.18 |
| Hex | 53 | 7 | 2F | 0 | 5C | 2B | 43 | 148 | 54 | 12 |
| Octal | 123 | 7 | 57 | 0 | 134 | 53 | 103 | 510 | 124 | 22 |
| Binary | 1010011 | 111 | 101111 | 0 | 1011100 | 101011 | 1000011 | 101001000 | 1010100 | 10010 |
Color Harmonies of #53072F
Complementary color
Monochromatic Colors of #53072F
Black with #53072F
Text Example
Text Example
White with #53072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53072F; }
p { color: rgb(83,7,47); }
H1.HeaderClassName
{
color: #53072F;
}
.AnyTagClassName
{
color: #53072F;
}
</style>
background-color css
<style>
a { background-color: #53072F; }
a { background-color: rgb(83,7,47); }
div.DivClassName
{
background-color: #53072F;
}
.BgClassName
{
background-color: #53072F;
}
</style>
border-color css
<style>
span { border-color: #53072F; }
span { border-color: rgb(83,7,47); }
td.TdClassName
{
border-color: #53072F;
}
.TagClassName
{
border-color: #53072F;
}
</style>