Shades of Blackberry #4A2035
Tints of Blackberry #4A2035
RGB
CMYK
RGB Variations
Color information
#4A2035 (or 0x4A2035) is known color: Blackberry. HEX triplet: 4A, 20 and 35. RGB value is (74,32,53). Sum of RGB (Red+Green+Blue) = 74+32+53=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2035 is #B5DFCA. Grayscale: #2E2E2E. Windows color (decimal): -11919307 or 3481674. OLE color: 3481674.
HSL color Cylindrical-coordinate representation of color #4A2035: hue angle of 330º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2035 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 53 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.71 |
| HSL | 330º | 0.4% | 0.21% | - |
| HSV(B) | 330º | 0.57% | 0.29% | - |
| XYZ | 3.98 | 2.75 | 3.69 | - |
| YUV | 46.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 53 | 0 | 0.57 | 0.28 | 0.71 | 330 | 0.4 | 0.21 |
| Hex | 4A | 20 | 35 | 0 | 39 | 1C | 47 | 14A | 28 | 15 |
| Octal | 112 | 40 | 65 | 0 | 71 | 34 | 107 | 512 | 50 | 25 |
| Binary | 1001010 | 100000 | 110101 | 0 | 111001 | 11100 | 1000111 | 101001010 | 101000 | 10101 |
Color Harmonies of #4A2035
Complementary color
Monochromatic Colors of #4A2035
Black with #4A2035
Text Example
Text Example
White with #4A2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2035; }
p { color: rgb(74,32,53); }
H1.HeaderClassName
{
color: #4A2035;
}
.AnyTagClassName
{
color: #4A2035;
}
</style>
background-color css
<style>
a { background-color: #4A2035; }
a { background-color: rgb(74,32,53); }
div.DivClassName
{
background-color: #4A2035;
}
.BgClassName
{
background-color: #4A2035;
}
</style>
border-color css
<style>
span { border-color: #4A2035; }
span { border-color: rgb(74,32,53); }
td.TdClassName
{
border-color: #4A2035;
}
.TagClassName
{
border-color: #4A2035;
}
</style>