Shades of Blackberry #480A21
Tints of Blackberry #480A21
RGB
CMYK
RGB Variations
Color information
#480A21 (or 0x480A21) is known color: Blackberry. HEX triplet: 48, 0A and 21. RGB value is (72,10,33). Sum of RGB (Red+Green+Blue) = 72+10+33=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A21 is #B7F5DE. Grayscale: #1F1F1F. Windows color (decimal): -12056031 or 2165320. OLE color: 2165320.
HSL color Cylindrical-coordinate representation of color #480A21: hue angle of 337.74º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A21 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 10 | 33 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.72 |
| HSL | 337.74º | 0.76% | 0.16% | - |
| HSV(B) | 337.74º | 0.86% | 0.28% | - |
| XYZ | 3.06 | 1.7 | 1.61 | - |
| YUV | 31.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 33 | 0 | 0.86 | 0.54 | 0.72 | 337.74 | 0.76 | 0.16 |
| Hex | 48 | A | 21 | 0 | 56 | 36 | 48 | 152 | 4C | 10 |
| Octal | 110 | 12 | 41 | 0 | 126 | 66 | 110 | 522 | 114 | 20 |
| Binary | 1001000 | 1010 | 100001 | 0 | 1010110 | 110110 | 1001000 | 101010010 | 1001100 | 10000 |
Color Harmonies of #480A21
Complementary color
Monochromatic Colors of #480A21
Black with #480A21
Text Example
Text Example
White with #480A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480A21; }
p { color: rgb(72,10,33); }
H1.HeaderClassName
{
color: #480A21;
}
.AnyTagClassName
{
color: #480A21;
}
</style>
background-color css
<style>
a { background-color: #480A21; }
a { background-color: rgb(72,10,33); }
div.DivClassName
{
background-color: #480A21;
}
.BgClassName
{
background-color: #480A21;
}
</style>
border-color css
<style>
span { border-color: #480A21; }
span { border-color: rgb(72,10,33); }
td.TdClassName
{
border-color: #480A21;
}
.TagClassName
{
border-color: #480A21;
}
</style>