Shades of Blackberry #4A0429
Tints of Blackberry #4A0429
RGB
CMYK
RGB Variations
Color information
#4A0429 (or 0x4A0429) is known color: Blackberry. HEX triplet: 4A, 04 and 29. RGB value is (74,4,41). Sum of RGB (Red+Green+Blue) = 74+4+41=119 (15% of max value = 765). Red value is 74 (29.30% from 255 or 62.18% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0429 is #B5FBD6. Grayscale: #1D1D1D. Windows color (decimal): -11926487 or 2688074. OLE color: 2688074.
HSL color Cylindrical-coordinate representation of color #4A0429: hue angle of 328.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0429 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 41 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.71 |
| HSL | 328.29º | 0.9% | 0.15% | - |
| HSV(B) | 328.29º | 0.95% | 0.29% | - |
| XYZ | 3.27 | 1.7 | 2.25 | - |
| YUV | 29.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 41 | 0 | 0.95 | 0.45 | 0.71 | 328.29 | 0.9 | 0.15 |
| Hex | 4A | 4 | 29 | 0 | 5F | 2D | 47 | 148 | 5A | F |
| Octal | 112 | 4 | 51 | 0 | 137 | 55 | 107 | 510 | 132 | 17 |
| Binary | 1001010 | 100 | 101001 | 0 | 1011111 | 101101 | 1000111 | 101001000 | 1011010 | 1111 |
Color Harmonies of #4A0429
Complementary color
Monochromatic Colors of #4A0429
Black with #4A0429
Text Example
Text Example
White with #4A0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0429; }
p { color: rgb(74,4,41); }
H1.HeaderClassName
{
color: #4A0429;
}
.AnyTagClassName
{
color: #4A0429;
}
</style>
background-color css
<style>
a { background-color: #4A0429; }
a { background-color: rgb(74,4,41); }
div.DivClassName
{
background-color: #4A0429;
}
.BgClassName
{
background-color: #4A0429;
}
</style>
border-color css
<style>
span { border-color: #4A0429; }
span { border-color: rgb(74,4,41); }
td.TdClassName
{
border-color: #4A0429;
}
.TagClassName
{
border-color: #4A0429;
}
</style>