Shades of Blackberry #480735
Tints of Blackberry #480735
RGB
CMYK
RGB Variations
Color information
#480735 (or 0x480735) is known color: Blackberry. HEX triplet: 48, 07 and 35. RGB value is (72,7,53). Sum of RGB (Red+Green+Blue) = 72+7+53=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #480735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480735 is #B7F8CA. Grayscale: #1F1F1F. Windows color (decimal): -12056779 or 3475272. OLE color: 3475272.
HSL color Cylindrical-coordinate representation of color #480735: hue angle of 317.54º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480735 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 7 | 53 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.72 |
| HSL | 317.54º | 0.82% | 0.15% | - |
| HSV(B) | 317.54º | 0.9% | 0.28% | - |
| XYZ | 3.39 | 1.79 | 3.53 | - |
| YUV | 31.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 53 | 0 | 0.90 | 0.26 | 0.72 | 317.54 | 0.82 | 0.15 |
| Hex | 48 | 7 | 35 | 0 | 5A | 1A | 48 | 13E | 52 | F |
| Octal | 110 | 7 | 65 | 0 | 132 | 32 | 110 | 476 | 122 | 17 |
| Binary | 1001000 | 111 | 110101 | 0 | 1011010 | 11010 | 1001000 | 100111110 | 1010010 | 1111 |
Color Harmonies of #480735
Complementary color
Monochromatic Colors of #480735
Black with #480735
Text Example
Text Example
White with #480735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480735; }
p { color: rgb(72,7,53); }
H1.HeaderClassName
{
color: #480735;
}
.AnyTagClassName
{
color: #480735;
}
</style>
background-color css
<style>
a { background-color: #480735; }
a { background-color: rgb(72,7,53); }
div.DivClassName
{
background-color: #480735;
}
.BgClassName
{
background-color: #480735;
}
</style>
border-color css
<style>
span { border-color: #480735; }
span { border-color: rgb(72,7,53); }
td.TdClassName
{
border-color: #480735;
}
.TagClassName
{
border-color: #480735;
}
</style>