Shades of Blackberry #480835
Tints of Blackberry #480835
RGB
CMYK
RGB Variations
Color information
#480835 (or 0x480835) is known color: Blackberry. HEX triplet: 48, 08 and 35. RGB value is (72,8,53). Sum of RGB (Red+Green+Blue) = 72+8+53=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480835 is #B7F7CA. Grayscale: #202020. Windows color (decimal): -12056523 or 3475528. OLE color: 3475528.
HSL color Cylindrical-coordinate representation of color #480835: hue angle of 317.81º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480835 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 53 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.72 |
| HSL | 317.81º | 0.8% | 0.16% | - |
| HSV(B) | 317.81º | 0.89% | 0.28% | - |
| XYZ | 3.4 | 1.81 | 3.54 | - |
| YUV | 32.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 53 | 0 | 0.89 | 0.26 | 0.72 | 317.81 | 0.8 | 0.16 |
| Hex | 48 | 8 | 35 | 0 | 59 | 1A | 48 | 13E | 50 | 10 |
| Octal | 110 | 10 | 65 | 0 | 131 | 32 | 110 | 476 | 120 | 20 |
| Binary | 1001000 | 1000 | 110101 | 0 | 1011001 | 11010 | 1001000 | 100111110 | 1010000 | 10000 |
Color Harmonies of #480835
Complementary color
Monochromatic Colors of #480835
Black with #480835
Text Example
Text Example
White with #480835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480835; }
p { color: rgb(72,8,53); }
H1.HeaderClassName
{
color: #480835;
}
.AnyTagClassName
{
color: #480835;
}
</style>
background-color css
<style>
a { background-color: #480835; }
a { background-color: rgb(72,8,53); }
div.DivClassName
{
background-color: #480835;
}
.BgClassName
{
background-color: #480835;
}
</style>
border-color css
<style>
span { border-color: #480835; }
span { border-color: rgb(72,8,53); }
td.TdClassName
{
border-color: #480835;
}
.TagClassName
{
border-color: #480835;
}
</style>