Shades of Blackberry #480539
Tints of Blackberry #480539
RGB
CMYK
RGB Variations
Color information
#480539 (or 0x480539) is known color: Blackberry. HEX triplet: 48, 05 and 39. RGB value is (72,5,57). Sum of RGB (Red+Green+Blue) = 72+5+57=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480539 is #B7FAC6. Grayscale: #1E1E1E. Windows color (decimal): -12057287 or 3736904. OLE color: 3736904.
HSL color Cylindrical-coordinate representation of color #480539: hue angle of 313.43º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480539 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 57 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.72 |
| HSL | 313.43º | 0.87% | 0.15% | - |
| HSV(B) | 313.43º | 0.93% | 0.28% | - |
| XYZ | 3.47 | 1.78 | 4.03 | - |
| YUV | 30.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 57 | 0 | 0.93 | 0.21 | 0.72 | 313.43 | 0.87 | 0.15 |
| Hex | 48 | 5 | 39 | 0 | 5D | 15 | 48 | 139 | 57 | F |
| Octal | 110 | 5 | 71 | 0 | 135 | 25 | 110 | 471 | 127 | 17 |
| Binary | 1001000 | 101 | 111001 | 0 | 1011101 | 10101 | 1001000 | 100111001 | 1010111 | 1111 |
Color Harmonies of #480539
Complementary color
Monochromatic Colors of #480539
Black with #480539
Text Example
Text Example
White with #480539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480539; }
p { color: rgb(72,5,57); }
H1.HeaderClassName
{
color: #480539;
}
.AnyTagClassName
{
color: #480539;
}
</style>
background-color css
<style>
a { background-color: #480539; }
a { background-color: rgb(72,5,57); }
div.DivClassName
{
background-color: #480539;
}
.BgClassName
{
background-color: #480539;
}
</style>
border-color css
<style>
span { border-color: #480539; }
span { border-color: rgb(72,5,57); }
td.TdClassName
{
border-color: #480539;
}
.TagClassName
{
border-color: #480539;
}
</style>