Shades of Blackberry #480D2D
Tints of Blackberry #480D2D
RGB
CMYK
RGB Variations
Color information
#480D2D (or 0x480D2D) is known color: Blackberry. HEX triplet: 48, 0D and 2D. RGB value is (72,13,45). Sum of RGB (Red+Green+Blue) = 72+13+45=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #480D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D2D is #B7F2D2. Grayscale: #222222. Windows color (decimal): -12055251 or 2952520. OLE color: 2952520.
HSL color Cylindrical-coordinate representation of color #480D2D: hue angle of 327.46º 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 #480D2D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 13 | 45 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.72 |
| HSL | 327.46º | 0.69% | 0.17% | - |
| HSV(B) | 327.46º | 0.82% | 0.28% | - |
| XYZ | 3.29 | 1.86 | 2.67 | - |
| YUV | 34.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 45 | 0 | 0.82 | 0.38 | 0.72 | 327.46 | 0.69 | 0.17 |
| Hex | 48 | D | 2D | 0 | 52 | 26 | 48 | 147 | 45 | 11 |
| Octal | 110 | 15 | 55 | 0 | 122 | 46 | 110 | 507 | 105 | 21 |
| Binary | 1001000 | 1101 | 101101 | 0 | 1010010 | 100110 | 1001000 | 101000111 | 1000101 | 10001 |
Color Harmonies of #480D2D
Complementary color
Monochromatic Colors of #480D2D
Black with #480D2D
Text Example
Text Example
White with #480D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D2D; }
p { color: rgb(72,13,45); }
H1.HeaderClassName
{
color: #480D2D;
}
.AnyTagClassName
{
color: #480D2D;
}
</style>
background-color css
<style>
a { background-color: #480D2D; }
a { background-color: rgb(72,13,45); }
div.DivClassName
{
background-color: #480D2D;
}
.BgClassName
{
background-color: #480D2D;
}
</style>
border-color css
<style>
span { border-color: #480D2D; }
span { border-color: rgb(72,13,45); }
td.TdClassName
{
border-color: #480D2D;
}
.TagClassName
{
border-color: #480D2D;
}
</style>