Shades of Blackberry #4A0C29
Tints of Blackberry #4A0C29
RGB
CMYK
RGB Variations
Color information
#4A0C29 (or 0x4A0C29) is known color: Blackberry. HEX triplet: 4A, 0C and 29. RGB value is (74,12,41). Sum of RGB (Red+Green+Blue) = 74+12+41=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0C29 is #B5F3D6. Grayscale: #212121. Windows color (decimal): -11924439 or 2690122. OLE color: 2690122.
HSL color Cylindrical-coordinate representation of color #4A0C29: hue angle of 331.94º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A0C29 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 12 | 41 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.71 |
| HSL | 331.94º | 0.72% | 0.17% | - |
| HSV(B) | 331.94º | 0.84% | 0.29% | - |
| XYZ | 3.36 | 1.88 | 2.28 | - |
| YUV | 33.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 41 | 0 | 0.84 | 0.45 | 0.71 | 331.94 | 0.72 | 0.17 |
| Hex | 4A | C | 29 | 0 | 54 | 2D | 47 | 14C | 48 | 11 |
| Octal | 112 | 14 | 51 | 0 | 124 | 55 | 107 | 514 | 110 | 21 |
| Binary | 1001010 | 1100 | 101001 | 0 | 1010100 | 101101 | 1000111 | 101001100 | 1001000 | 10001 |
Color Harmonies of #4A0C29
Complementary color
Monochromatic Colors of #4A0C29
Black with #4A0C29
Text Example
Text Example
White with #4A0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C29; }
p { color: rgb(74,12,41); }
H1.HeaderClassName
{
color: #4A0C29;
}
.AnyTagClassName
{
color: #4A0C29;
}
</style>
background-color css
<style>
a { background-color: #4A0C29; }
a { background-color: rgb(74,12,41); }
div.DivClassName
{
background-color: #4A0C29;
}
.BgClassName
{
background-color: #4A0C29;
}
</style>
border-color css
<style>
span { border-color: #4A0C29; }
span { border-color: rgb(74,12,41); }
td.TdClassName
{
border-color: #4A0C29;
}
.TagClassName
{
border-color: #4A0C29;
}
</style>