Shades of Blackberry #480827
Tints of Blackberry #480827
RGB
CMYK
RGB Variations
Color information
#480827 (or 0x480827) is known color: Blackberry. HEX triplet: 48, 08 and 27. RGB value is (72,8,39). Sum of RGB (Red+Green+Blue) = 72+8+39=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #480827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480827 is #B7F7D8. Grayscale: #1E1E1E. Windows color (decimal): -12056537 or 2558024. OLE color: 2558024.
HSL color Cylindrical-coordinate representation of color #480827: hue angle of 330.94º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480827 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 39 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.72 |
| HSL | 330.94º | 0.8% | 0.16% | - |
| HSV(B) | 330.94º | 0.89% | 0.28% | - |
| XYZ | 3.13 | 1.7 | 2.08 | - |
| YUV | 30.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 39 | 0 | 0.89 | 0.46 | 0.72 | 330.94 | 0.8 | 0.16 |
| Hex | 48 | 8 | 27 | 0 | 59 | 2E | 48 | 14B | 50 | 10 |
| Octal | 110 | 10 | 47 | 0 | 131 | 56 | 110 | 513 | 120 | 20 |
| Binary | 1001000 | 1000 | 100111 | 0 | 1011001 | 101110 | 1001000 | 101001011 | 1010000 | 10000 |
Color Harmonies of #480827
Complementary color
Monochromatic Colors of #480827
Black with #480827
Text Example
Text Example
White with #480827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480827; }
p { color: rgb(72,8,39); }
H1.HeaderClassName
{
color: #480827;
}
.AnyTagClassName
{
color: #480827;
}
</style>
background-color css
<style>
a { background-color: #480827; }
a { background-color: rgb(72,8,39); }
div.DivClassName
{
background-color: #480827;
}
.BgClassName
{
background-color: #480827;
}
</style>
border-color css
<style>
span { border-color: #480827; }
span { border-color: rgb(72,8,39); }
td.TdClassName
{
border-color: #480827;
}
.TagClassName
{
border-color: #480827;
}
</style>