Shades of Blackberry #480D2E
Tints of Blackberry #480D2E
RGB
CMYK
RGB Variations
Color information
#480D2E (or 0x480D2E) is known color: Blackberry. HEX triplet: 48, 0D and 2E. RGB value is (72,13,46). Sum of RGB (Red+Green+Blue) = 72+13+46=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D2E is #B7F2D1. Grayscale: #222222. Windows color (decimal): -12055250 or 3018056. OLE color: 3018056.
HSL color Cylindrical-coordinate representation of color #480D2E: hue angle of 326.44º 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 #480D2E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 13 | 46 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.72 |
| HSL | 326.44º | 0.69% | 0.17% | - |
| HSV(B) | 326.44º | 0.82% | 0.28% | - |
| XYZ | 3.31 | 1.86 | 2.77 | - |
| YUV | 34.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 46 | 0 | 0.82 | 0.36 | 0.72 | 326.44 | 0.69 | 0.17 |
| Hex | 48 | D | 2E | 0 | 52 | 24 | 48 | 146 | 45 | 11 |
| Octal | 110 | 15 | 56 | 0 | 122 | 44 | 110 | 506 | 105 | 21 |
| Binary | 1001000 | 1101 | 101110 | 0 | 1010010 | 100100 | 1001000 | 101000110 | 1000101 | 10001 |
Color Harmonies of #480D2E
Complementary color
Monochromatic Colors of #480D2E
Black with #480D2E
Text Example
Text Example
White with #480D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D2E; }
p { color: rgb(72,13,46); }
H1.HeaderClassName
{
color: #480D2E;
}
.AnyTagClassName
{
color: #480D2E;
}
</style>
background-color css
<style>
a { background-color: #480D2E; }
a { background-color: rgb(72,13,46); }
div.DivClassName
{
background-color: #480D2E;
}
.BgClassName
{
background-color: #480D2E;
}
</style>
border-color css
<style>
span { border-color: #480D2E; }
span { border-color: rgb(72,13,46); }
td.TdClassName
{
border-color: #480D2E;
}
.TagClassName
{
border-color: #480D2E;
}
</style>