Shades of Blackberry #480821
Tints of Blackberry #480821
RGB
CMYK
RGB Variations
Color information
#480821 (or 0x480821) is known color: Blackberry. HEX triplet: 48, 08 and 21. RGB value is (72,8,33). Sum of RGB (Red+Green+Blue) = 72+8+33=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480821 is #B7F7DE. Grayscale: #1D1D1D. Windows color (decimal): -12056543 or 2164808. OLE color: 2164808.
HSL color Cylindrical-coordinate representation of color #480821: hue angle of 336.56º 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 #480821 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 33 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.72 |
| HSL | 336.56º | 0.8% | 0.16% | - |
| HSV(B) | 336.56º | 0.89% | 0.28% | - |
| XYZ | 3.03 | 1.66 | 1.6 | - |
| YUV | 29.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 33 | 0 | 0.89 | 0.54 | 0.72 | 336.56 | 0.8 | 0.16 |
| Hex | 48 | 8 | 21 | 0 | 59 | 36 | 48 | 151 | 50 | 10 |
| Octal | 110 | 10 | 41 | 0 | 131 | 66 | 110 | 521 | 120 | 20 |
| Binary | 1001000 | 1000 | 100001 | 0 | 1011001 | 110110 | 1001000 | 101010001 | 1010000 | 10000 |
Color Harmonies of #480821
Complementary color
Monochromatic Colors of #480821
Black with #480821
Text Example
Text Example
White with #480821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480821; }
p { color: rgb(72,8,33); }
H1.HeaderClassName
{
color: #480821;
}
.AnyTagClassName
{
color: #480821;
}
</style>
background-color css
<style>
a { background-color: #480821; }
a { background-color: rgb(72,8,33); }
div.DivClassName
{
background-color: #480821;
}
.BgClassName
{
background-color: #480821;
}
</style>
border-color css
<style>
span { border-color: #480821; }
span { border-color: rgb(72,8,33); }
td.TdClassName
{
border-color: #480821;
}
.TagClassName
{
border-color: #480821;
}
</style>