Shades of Blackberry #480A31
Tints of Blackberry #480A31
RGB
CMYK
RGB Variations
Color information
#480A31 (or 0x480A31) is known color: Blackberry. HEX triplet: 48, 0A and 31. RGB value is (72,10,49). Sum of RGB (Red+Green+Blue) = 72+10+49=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A31 is #B7F5CE. Grayscale: #202020. Windows color (decimal): -12056015 or 3213896. OLE color: 3213896.
HSL color Cylindrical-coordinate representation of color #480A31: hue angle of 322.26º 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 #480A31 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 10 | 49 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.72 |
| HSL | 322.26º | 0.76% | 0.16% | - |
| HSV(B) | 322.26º | 0.86% | 0.28% | - |
| XYZ | 3.34 | 1.82 | 3.08 | - |
| YUV | 32.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 49 | 0 | 0.86 | 0.32 | 0.72 | 322.26 | 0.76 | 0.16 |
| Hex | 48 | A | 31 | 0 | 56 | 20 | 48 | 142 | 4C | 10 |
| Octal | 110 | 12 | 61 | 0 | 126 | 40 | 110 | 502 | 114 | 20 |
| Binary | 1001000 | 1010 | 110001 | 0 | 1010110 | 100000 | 1001000 | 101000010 | 1001100 | 10000 |
Color Harmonies of #480A31
Complementary color
Monochromatic Colors of #480A31
Black with #480A31
Text Example
Text Example
White with #480A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480A31; }
p { color: rgb(72,10,49); }
H1.HeaderClassName
{
color: #480A31;
}
.AnyTagClassName
{
color: #480A31;
}
</style>
background-color css
<style>
a { background-color: #480A31; }
a { background-color: rgb(72,10,49); }
div.DivClassName
{
background-color: #480A31;
}
.BgClassName
{
background-color: #480A31;
}
</style>
border-color css
<style>
span { border-color: #480A31; }
span { border-color: rgb(72,10,49); }
td.TdClassName
{
border-color: #480A31;
}
.TagClassName
{
border-color: #480A31;
}
</style>