Shades of Blackberry #482035
Tints of Blackberry #482035
RGB
CMYK
RGB Variations
Color information
#482035 (or 0x482035) is known color: Blackberry. HEX triplet: 48, 20 and 35. RGB value is (72,32,53). Sum of RGB (Red+Green+Blue) = 72+32+53=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482035 is #B7DFCA. Grayscale: #2E2E2E. Windows color (decimal): -12050379 or 3481672. OLE color: 3481672.
HSL color Cylindrical-coordinate representation of color #482035: hue angle of 328.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482035 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 53 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.72 |
| HSL | 328.5º | 0.38% | 0.2% | - |
| HSV(B) | 328.5º | 0.56% | 0.28% | - |
| XYZ | 3.83 | 2.67 | 3.68 | - |
| YUV | 46.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 53 | 0 | 0.56 | 0.26 | 0.72 | 328.5 | 0.38 | 0.2 |
| Hex | 48 | 20 | 35 | 0 | 38 | 1A | 48 | 148 | 26 | 14 |
| Octal | 110 | 40 | 65 | 0 | 70 | 32 | 110 | 510 | 46 | 24 |
| Binary | 1001000 | 100000 | 110101 | 0 | 111000 | 11010 | 1001000 | 101001000 | 100110 | 10100 |
Color Harmonies of #482035
Complementary color
Monochromatic Colors of #482035
Black with #482035
Text Example
Text Example
White with #482035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482035; }
p { color: rgb(72,32,53); }
H1.HeaderClassName
{
color: #482035;
}
.AnyTagClassName
{
color: #482035;
}
</style>
background-color css
<style>
a { background-color: #482035; }
a { background-color: rgb(72,32,53); }
div.DivClassName
{
background-color: #482035;
}
.BgClassName
{
background-color: #482035;
}
</style>
border-color css
<style>
span { border-color: #482035; }
span { border-color: rgb(72,32,53); }
td.TdClassName
{
border-color: #482035;
}
.TagClassName
{
border-color: #482035;
}
</style>