Shades of Blackberry #480F2A
Tints of Blackberry #480F2A
RGB
CMYK
RGB Variations
Color information
#480F2A (or 0x480F2A) is known color: Blackberry. HEX triplet: 48, 0F and 2A. RGB value is (72,15,42). Sum of RGB (Red+Green+Blue) = 72+15+42=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #480F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F2A is #B7F0D5. Grayscale: #232323. Windows color (decimal): -12054742 or 2756424. OLE color: 2756424.
HSL color Cylindrical-coordinate representation of color #480F2A: hue angle of 331.58º 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 #480F2A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 15 | 42 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.72 |
| HSL | 331.58º | 0.66% | 0.17% | - |
| HSV(B) | 331.58º | 0.79% | 0.28% | - |
| XYZ | 3.26 | 1.89 | 2.38 | - |
| YUV | 35.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 15 | 42 | 0 | 0.79 | 0.42 | 0.72 | 331.58 | 0.66 | 0.17 |
| Hex | 48 | F | 2A | 0 | 4F | 2A | 48 | 14C | 42 | 11 |
| Octal | 110 | 17 | 52 | 0 | 117 | 52 | 110 | 514 | 102 | 21 |
| Binary | 1001000 | 1111 | 101010 | 0 | 1001111 | 101010 | 1001000 | 101001100 | 1000010 | 10001 |
Color Harmonies of #480F2A
Complementary color
Monochromatic Colors of #480F2A
Black with #480F2A
Text Example
Text Example
White with #480F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480F2A; }
p { color: rgb(72,15,42); }
H1.HeaderClassName
{
color: #480F2A;
}
.AnyTagClassName
{
color: #480F2A;
}
</style>
background-color css
<style>
a { background-color: #480F2A; }
a { background-color: rgb(72,15,42); }
div.DivClassName
{
background-color: #480F2A;
}
.BgClassName
{
background-color: #480F2A;
}
</style>
border-color css
<style>
span { border-color: #480F2A; }
span { border-color: rgb(72,15,42); }
td.TdClassName
{
border-color: #480F2A;
}
.TagClassName
{
border-color: #480F2A;
}
</style>