Shades of Blackberry #4C082E
Tints of Blackberry #4C082E
RGB
CMYK
RGB Variations
Color information
#4C082E (or 0x4C082E) is known color: Blackberry. HEX triplet: 4C, 08 and 2E. RGB value is (76,8,46). Sum of RGB (Red+Green+Blue) = 76+8+46=130 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.46% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 76 - color contains mainly: red. Hex color #4C082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C082E is #B3F7D1. Grayscale: #202020. Windows color (decimal): -11794386 or 3016780. OLE color: 3016780.
HSL color Cylindrical-coordinate representation of color #4C082E: hue angle of 326.47º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C082E is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 46 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.70 |
| HSL | 326.47º | 0.81% | 0.16% | - |
| HSV(B) | 326.47º | 0.89% | 0.3% | - |
| XYZ | 3.56 | 1.91 | 2.77 | - |
| YUV | 32.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 46 | 0 | 0.89 | 0.39 | 0.70 | 326.47 | 0.81 | 0.16 |
| Hex | 4C | 8 | 2E | 0 | 59 | 27 | 46 | 146 | 51 | 10 |
| Octal | 114 | 10 | 56 | 0 | 131 | 47 | 106 | 506 | 121 | 20 |
| Binary | 1001100 | 1000 | 101110 | 0 | 1011001 | 100111 | 1000110 | 101000110 | 1010001 | 10000 |
Color Harmonies of #4C082E
Complementary color
Monochromatic Colors of #4C082E
Black with #4C082E
Text Example
Text Example
White with #4C082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C082E; }
p { color: rgb(76,8,46); }
H1.HeaderClassName
{
color: #4C082E;
}
.AnyTagClassName
{
color: #4C082E;
}
</style>
background-color css
<style>
a { background-color: #4C082E; }
a { background-color: rgb(76,8,46); }
div.DivClassName
{
background-color: #4C082E;
}
.BgClassName
{
background-color: #4C082E;
}
</style>
border-color css
<style>
span { border-color: #4C082E; }
span { border-color: rgb(76,8,46); }
td.TdClassName
{
border-color: #4C082E;
}
.TagClassName
{
border-color: #4C082E;
}
</style>