Shades of Blackberry #4C082B
Tints of Blackberry #4C082B
RGB
CMYK
RGB Variations
Color information
#4C082B (or 0x4C082B) is known color: Blackberry. HEX triplet: 4C, 08 and 2B. RGB value is (76,8,43). Sum of RGB (Red+Green+Blue) = 76+8+43=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C082B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C082B is #B3F7D4. Grayscale: #202020. Windows color (decimal): -11794389 or 2820172. OLE color: 2820172.
HSL color Cylindrical-coordinate representation of color #4C082B: hue angle of 329.12º 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 #4C082B is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 43 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.70 |
| HSL | 329.12º | 0.81% | 0.16% | - |
| HSV(B) | 329.12º | 0.89% | 0.3% | - |
| XYZ | 3.5 | 1.88 | 2.46 | - |
| YUV | 32.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 43 | 0 | 0.89 | 0.43 | 0.70 | 329.12 | 0.81 | 0.16 |
| Hex | 4C | 8 | 2B | 0 | 59 | 2B | 46 | 149 | 51 | 10 |
| Octal | 114 | 10 | 53 | 0 | 131 | 53 | 106 | 511 | 121 | 20 |
| Binary | 1001100 | 1000 | 101011 | 0 | 1011001 | 101011 | 1000110 | 101001001 | 1010001 | 10000 |
Color Harmonies of #4C082B
Complementary color
Monochromatic Colors of #4C082B
Black with #4C082B
Text Example
Text Example
White with #4C082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C082B; }
p { color: rgb(76,8,43); }
H1.HeaderClassName
{
color: #4C082B;
}
.AnyTagClassName
{
color: #4C082B;
}
</style>
background-color css
<style>
a { background-color: #4C082B; }
a { background-color: rgb(76,8,43); }
div.DivClassName
{
background-color: #4C082B;
}
.BgClassName
{
background-color: #4C082B;
}
</style>
border-color css
<style>
span { border-color: #4C082B; }
span { border-color: rgb(76,8,43); }
td.TdClassName
{
border-color: #4C082B;
}
.TagClassName
{
border-color: #4C082B;
}
</style>