Shades of Blackberry #481D35
Tints of Blackberry #481D35
RGB
CMYK
RGB Variations
Color information
#481D35 (or 0x481D35) is known color: Blackberry. HEX triplet: 48, 1D and 35. RGB value is (72,29,53). Sum of RGB (Red+Green+Blue) = 72+29+53=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #481D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D35 is #B7E2CA. Grayscale: #2C2C2C. Windows color (decimal): -12051147 or 3480904. OLE color: 3480904.
HSL color Cylindrical-coordinate representation of color #481D35: hue angle of 326.51º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D35 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 53 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.72 |
| HSL | 326.51º | 0.43% | 0.2% | - |
| HSV(B) | 326.51º | 0.6% | 0.28% | - |
| XYZ | 3.75 | 2.51 | 3.66 | - |
| YUV | 44.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 53 | 0 | 0.60 | 0.26 | 0.72 | 326.51 | 0.43 | 0.2 |
| Hex | 48 | 1D | 35 | 0 | 3C | 1A | 48 | 147 | 2B | 14 |
| Octal | 110 | 35 | 65 | 0 | 74 | 32 | 110 | 507 | 53 | 24 |
| Binary | 1001000 | 11101 | 110101 | 0 | 111100 | 11010 | 1001000 | 101000111 | 101011 | 10100 |
Color Harmonies of #481D35
Complementary color
Monochromatic Colors of #481D35
Black with #481D35
Text Example
Text Example
White with #481D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D35; }
p { color: rgb(72,29,53); }
H1.HeaderClassName
{
color: #481D35;
}
.AnyTagClassName
{
color: #481D35;
}
</style>
background-color css
<style>
a { background-color: #481D35; }
a { background-color: rgb(72,29,53); }
div.DivClassName
{
background-color: #481D35;
}
.BgClassName
{
background-color: #481D35;
}
</style>
border-color css
<style>
span { border-color: #481D35; }
span { border-color: rgb(72,29,53); }
td.TdClassName
{
border-color: #481D35;
}
.TagClassName
{
border-color: #481D35;
}
</style>