Shades of Blackberry #4A0529
Tints of Blackberry #4A0529
RGB
CMYK
RGB Variations
Color information
#4A0529 (or 0x4A0529) is known color: Blackberry. HEX triplet: 4A, 05 and 29. RGB value is (74,5,41). Sum of RGB (Red+Green+Blue) = 74+5+41=120 (15% of max value = 765). Red value is 74 (29.30% from 255 or 61.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0529 is #B5FAD6. Grayscale: #1D1D1D. Windows color (decimal): -11926231 or 2688330. OLE color: 2688330.
HSL color Cylindrical-coordinate representation of color #4A0529: hue angle of 328.7º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0529 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 41 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.71 |
| HSL | 328.7º | 0.87% | 0.15% | - |
| HSV(B) | 328.7º | 0.93% | 0.29% | - |
| XYZ | 3.28 | 1.72 | 2.26 | - |
| YUV | 29.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 41 | 0 | 0.93 | 0.45 | 0.71 | 328.7 | 0.87 | 0.15 |
| Hex | 4A | 5 | 29 | 0 | 5D | 2D | 47 | 149 | 57 | F |
| Octal | 112 | 5 | 51 | 0 | 135 | 55 | 107 | 511 | 127 | 17 |
| Binary | 1001010 | 101 | 101001 | 0 | 1011101 | 101101 | 1000111 | 101001001 | 1010111 | 1111 |
Color Harmonies of #4A0529
Complementary color
Monochromatic Colors of #4A0529
Black with #4A0529
Text Example
Text Example
White with #4A0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0529; }
p { color: rgb(74,5,41); }
H1.HeaderClassName
{
color: #4A0529;
}
.AnyTagClassName
{
color: #4A0529;
}
</style>
background-color css
<style>
a { background-color: #4A0529; }
a { background-color: rgb(74,5,41); }
div.DivClassName
{
background-color: #4A0529;
}
.BgClassName
{
background-color: #4A0529;
}
</style>
border-color css
<style>
span { border-color: #4A0529; }
span { border-color: rgb(74,5,41); }
td.TdClassName
{
border-color: #4A0529;
}
.TagClassName
{
border-color: #4A0529;
}
</style>