Shades of Blackberry #480D2A
Tints of Blackberry #480D2A
RGB
CMYK
RGB Variations
Color information
#480D2A (or 0x480D2A) is known color: Blackberry. HEX triplet: 48, 0D and 2A. RGB value is (72,13,42). Sum of RGB (Red+Green+Blue) = 72+13+42=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #480D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D2A is #B7F2D5. Grayscale: #212121. Windows color (decimal): -12055254 or 2755912. OLE color: 2755912.
HSL color Cylindrical-coordinate representation of color #480D2A: hue angle of 330.51º 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 #480D2A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 13 | 42 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.72 |
| HSL | 330.51º | 0.69% | 0.17% | - |
| HSV(B) | 330.51º | 0.82% | 0.28% | - |
| XYZ | 3.23 | 1.83 | 2.37 | - |
| YUV | 33.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 42 | 0 | 0.82 | 0.42 | 0.72 | 330.51 | 0.69 | 0.17 |
| Hex | 48 | D | 2A | 0 | 52 | 2A | 48 | 14B | 45 | 11 |
| Octal | 110 | 15 | 52 | 0 | 122 | 52 | 110 | 513 | 105 | 21 |
| Binary | 1001000 | 1101 | 101010 | 0 | 1010010 | 101010 | 1001000 | 101001011 | 1000101 | 10001 |
Color Harmonies of #480D2A
Complementary color
Monochromatic Colors of #480D2A
Black with #480D2A
Text Example
Text Example
White with #480D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D2A; }
p { color: rgb(72,13,42); }
H1.HeaderClassName
{
color: #480D2A;
}
.AnyTagClassName
{
color: #480D2A;
}
</style>
background-color css
<style>
a { background-color: #480D2A; }
a { background-color: rgb(72,13,42); }
div.DivClassName
{
background-color: #480D2A;
}
.BgClassName
{
background-color: #480D2A;
}
</style>
border-color css
<style>
span { border-color: #480D2A; }
span { border-color: rgb(72,13,42); }
td.TdClassName
{
border-color: #480D2A;
}
.TagClassName
{
border-color: #480D2A;
}
</style>