Shades of Blackberry #480F2C
Tints of Blackberry #480F2C
RGB
CMYK
RGB Variations
Color information
#480F2C (or 0x480F2C) is known color: Blackberry. HEX triplet: 48, 0F and 2C. RGB value is (72,15,44). Sum of RGB (Red+Green+Blue) = 72+15+44=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2C is #B7F0D3. Grayscale: #232323. Windows color (decimal): -12054740 or 2887496. OLE color: 2887496.
HSL color Cylindrical-coordinate representation of color #480F2C: hue angle of 329.47º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F2C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 15 | 44 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.72 |
| HSL | 329.47º | 0.66% | 0.17% | - |
| HSV(B) | 329.47º | 0.79% | 0.28% | - |
| XYZ | 3.3 | 1.9 | 2.58 | - |
| YUV | 35.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 44 | 0 | 0.79 | 0.39 | 0.72 | 329.47 | 0.66 | 0.17 |
| Hex | 48 | F | 2C | 0 | 4F | 27 | 48 | 149 | 42 | 11 |
| Octal | 110 | 17 | 54 | 0 | 117 | 47 | 110 | 511 | 102 | 21 |
| Binary | 1001000 | 1111 | 101100 | 0 | 1001111 | 100111 | 1001000 | 101001001 | 1000010 | 10001 |
Color Harmonies of #480F2C
Complementary color
Monochromatic Colors of #480F2C
Black with #480F2C
Text Example
Text Example
White with #480F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480F2C; }
p { color: rgb(72,15,44); }
H1.HeaderClassName
{
color: #480F2C;
}
.AnyTagClassName
{
color: #480F2C;
}
</style>
background-color css
<style>
a { background-color: #480F2C; }
a { background-color: rgb(72,15,44); }
div.DivClassName
{
background-color: #480F2C;
}
.BgClassName
{
background-color: #480F2C;
}
</style>
border-color css
<style>
span { border-color: #480F2C; }
span { border-color: rgb(72,15,44); }
td.TdClassName
{
border-color: #480F2C;
}
.TagClassName
{
border-color: #480F2C;
}
</style>