Shades of Blackberry #4C042A
Tints of Blackberry #4C042A
RGB
CMYK
RGB Variations
Color information
#4C042A (or 0x4C042A) is known color: Blackberry. HEX triplet: 4C, 04 and 2A. RGB value is (76,4,42). Sum of RGB (Red+Green+Blue) = 76+4+42=122 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.30% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 76 - color contains mainly: red. Hex color #4C042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C042A is #B3FBD5. Grayscale: #1D1D1D. Windows color (decimal): -11795414 or 2753612. OLE color: 2753612.
HSL color Cylindrical-coordinate representation of color #4C042A: hue angle of 328.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C042A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 42 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.70 |
| HSL | 328.33º | 0.9% | 0.16% | - |
| HSV(B) | 328.33º | 0.95% | 0.3% | - |
| XYZ | 3.44 | 1.79 | 2.35 | - |
| YUV | 29.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 42 | 0 | 0.95 | 0.45 | 0.70 | 328.33 | 0.9 | 0.16 |
| Hex | 4C | 4 | 2A | 0 | 5F | 2D | 46 | 148 | 5A | 10 |
| Octal | 114 | 4 | 52 | 0 | 137 | 55 | 106 | 510 | 132 | 20 |
| Binary | 1001100 | 100 | 101010 | 0 | 1011111 | 101101 | 1000110 | 101001000 | 1011010 | 10000 |
Color Harmonies of #4C042A
Complementary color
Monochromatic Colors of #4C042A
Black with #4C042A
Text Example
Text Example
White with #4C042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C042A; }
p { color: rgb(76,4,42); }
H1.HeaderClassName
{
color: #4C042A;
}
.AnyTagClassName
{
color: #4C042A;
}
</style>
background-color css
<style>
a { background-color: #4C042A; }
a { background-color: rgb(76,4,42); }
div.DivClassName
{
background-color: #4C042A;
}
.BgClassName
{
background-color: #4C042A;
}
</style>
border-color css
<style>
span { border-color: #4C042A; }
span { border-color: rgb(76,4,42); }
td.TdClassName
{
border-color: #4C042A;
}
.TagClassName
{
border-color: #4C042A;
}
</style>