Shades of Blackberry #480528
Tints of Blackberry #480528
RGB
CMYK
RGB Variations
Color information
#480528 (or 0x480528) is known color: Blackberry. HEX triplet: 48, 05 and 28. RGB value is (72,5,40). Sum of RGB (Red+Green+Blue) = 72+5+40=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #480528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480528 is #B7FAD7. Grayscale: #1C1C1C. Windows color (decimal): -12057304 or 2622792. OLE color: 2622792.
HSL color Cylindrical-coordinate representation of color #480528: hue angle of 328.66º 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 #480528 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 40 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.72 |
| HSL | 328.66º | 0.87% | 0.15% | - |
| HSV(B) | 328.66º | 0.93% | 0.28% | - |
| XYZ | 3.11 | 1.64 | 2.16 | - |
| YUV | 29.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 40 | 0 | 0.93 | 0.44 | 0.72 | 328.66 | 0.87 | 0.15 |
| Hex | 48 | 5 | 28 | 0 | 5D | 2C | 48 | 149 | 57 | F |
| Octal | 110 | 5 | 50 | 0 | 135 | 54 | 110 | 511 | 127 | 17 |
| Binary | 1001000 | 101 | 101000 | 0 | 1011101 | 101100 | 1001000 | 101001001 | 1010111 | 1111 |
Color Harmonies of #480528
Complementary color
Monochromatic Colors of #480528
Black with #480528
Text Example
Text Example
White with #480528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480528; }
p { color: rgb(72,5,40); }
H1.HeaderClassName
{
color: #480528;
}
.AnyTagClassName
{
color: #480528;
}
</style>
background-color css
<style>
a { background-color: #480528; }
a { background-color: rgb(72,5,40); }
div.DivClassName
{
background-color: #480528;
}
.BgClassName
{
background-color: #480528;
}
</style>
border-color css
<style>
span { border-color: #480528; }
span { border-color: rgb(72,5,40); }
td.TdClassName
{
border-color: #480528;
}
.TagClassName
{
border-color: #480528;
}
</style>