Shades of Blackberry #4C042F
Tints of Blackberry #4C042F
RGB
CMYK
RGB Variations
Color information
#4C042F (or 0x4C042F) is known color: Blackberry. HEX triplet: 4C, 04 and 2F. RGB value is (76,4,47). Sum of RGB (Red+Green+Blue) = 76+4+47=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C042F is #B3FBD0. Grayscale: #1E1E1E. Windows color (decimal): -11795409 or 3081292. OLE color: 3081292.
HSL color Cylindrical-coordinate representation of color #4C042F: hue angle of 324.17º 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 #4C042F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 47 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.70 |
| HSL | 324.17º | 0.9% | 0.16% | - |
| HSV(B) | 324.17º | 0.95% | 0.3% | - |
| XYZ | 3.54 | 1.83 | 2.86 | - |
| YUV | 30.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 47 | 0 | 0.95 | 0.38 | 0.70 | 324.17 | 0.9 | 0.16 |
| Hex | 4C | 4 | 2F | 0 | 5F | 26 | 46 | 144 | 5A | 10 |
| Octal | 114 | 4 | 57 | 0 | 137 | 46 | 106 | 504 | 132 | 20 |
| Binary | 1001100 | 100 | 101111 | 0 | 1011111 | 100110 | 1000110 | 101000100 | 1011010 | 10000 |
Color Harmonies of #4C042F
Complementary color
Monochromatic Colors of #4C042F
Black with #4C042F
Text Example
Text Example
White with #4C042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C042F; }
p { color: rgb(76,4,47); }
H1.HeaderClassName
{
color: #4C042F;
}
.AnyTagClassName
{
color: #4C042F;
}
</style>
background-color css
<style>
a { background-color: #4C042F; }
a { background-color: rgb(76,4,47); }
div.DivClassName
{
background-color: #4C042F;
}
.BgClassName
{
background-color: #4C042F;
}
</style>
border-color css
<style>
span { border-color: #4C042F; }
span { border-color: rgb(76,4,47); }
td.TdClassName
{
border-color: #4C042F;
}
.TagClassName
{
border-color: #4C042F;
}
</style>