Shades of Blackberry #480B3E
Tints of Blackberry #480B3E
RGB
CMYK
RGB Variations
Color information
#480B3E (or 0x480B3E) is known color: Blackberry. HEX triplet: 48, 0B and 3E. RGB value is (72,11,62). Sum of RGB (Red+Green+Blue) = 72+11+62=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480B3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B3E is #B7F4C1. Grayscale: #222222. Windows color (decimal): -12055746 or 4066120. OLE color: 4066120.
HSL color Cylindrical-coordinate representation of color #480B3E: hue angle of 309.84º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B3E is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 11 | 62 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.72 |
| HSL | 309.84º | 0.73% | 0.16% | - |
| HSV(B) | 309.84º | 0.85% | 0.28% | - |
| XYZ | 3.66 | 1.96 | 4.74 | - |
| YUV | 35.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 62 | 0 | 0.85 | 0.14 | 0.72 | 309.84 | 0.73 | 0.16 |
| Hex | 48 | B | 3E | 0 | 55 | E | 48 | 136 | 49 | 10 |
| Octal | 110 | 13 | 76 | 0 | 125 | 16 | 110 | 466 | 111 | 20 |
| Binary | 1001000 | 1011 | 111110 | 0 | 1010101 | 1110 | 1001000 | 100110110 | 1001001 | 10000 |
Color Harmonies of #480B3E
Complementary color
Monochromatic Colors of #480B3E
Black with #480B3E
Text Example
Text Example
White with #480B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480B3E; }
p { color: rgb(72,11,62); }
H1.HeaderClassName
{
color: #480B3E;
}
.AnyTagClassName
{
color: #480B3E;
}
</style>
background-color css
<style>
a { background-color: #480B3E; }
a { background-color: rgb(72,11,62); }
div.DivClassName
{
background-color: #480B3E;
}
.BgClassName
{
background-color: #480B3E;
}
</style>
border-color css
<style>
span { border-color: #480B3E; }
span { border-color: rgb(72,11,62); }
td.TdClassName
{
border-color: #480B3E;
}
.TagClassName
{
border-color: #480B3E;
}
</style>