Shades of Blackberry #480D3B
Tints of Blackberry #480D3B
RGB
CMYK
RGB Variations
Color information
#480D3B (or 0x480D3B) is known color: Blackberry. HEX triplet: 48, 0D and 3B. RGB value is (72,13,59). Sum of RGB (Red+Green+Blue) = 72+13+59=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D3B is #B7F2C4. Grayscale: #232323. Windows color (decimal): -12055237 or 3870024. OLE color: 3870024.
HSL color Cylindrical-coordinate representation of color #480D3B: hue angle of 313.22º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D3B is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 13 | 59 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.72 |
| HSL | 313.22º | 0.69% | 0.17% | - |
| HSV(B) | 313.22º | 0.82% | 0.28% | - |
| XYZ | 3.61 | 1.98 | 4.33 | - |
| YUV | 35.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 59 | 0 | 0.82 | 0.18 | 0.72 | 313.22 | 0.69 | 0.17 |
| Hex | 48 | D | 3B | 0 | 52 | 12 | 48 | 139 | 45 | 11 |
| Octal | 110 | 15 | 73 | 0 | 122 | 22 | 110 | 471 | 105 | 21 |
| Binary | 1001000 | 1101 | 111011 | 0 | 1010010 | 10010 | 1001000 | 100111001 | 1000101 | 10001 |
Color Harmonies of #480D3B
Complementary color
Monochromatic Colors of #480D3B
Black with #480D3B
Text Example
Text Example
White with #480D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D3B; }
p { color: rgb(72,13,59); }
H1.HeaderClassName
{
color: #480D3B;
}
.AnyTagClassName
{
color: #480D3B;
}
</style>
background-color css
<style>
a { background-color: #480D3B; }
a { background-color: rgb(72,13,59); }
div.DivClassName
{
background-color: #480D3B;
}
.BgClassName
{
background-color: #480D3B;
}
</style>
border-color css
<style>
span { border-color: #480D3B; }
span { border-color: rgb(72,13,59); }
td.TdClassName
{
border-color: #480D3B;
}
.TagClassName
{
border-color: #480D3B;
}
</style>