Shades of Blackberry #4D082D
Tints of Blackberry #4D082D
RGB
CMYK
RGB Variations
Color information
#4D082D (or 0x4D082D) is known color: Blackberry. HEX triplet: 4D, 08 and 2D. RGB value is (77,8,45). Sum of RGB (Red+Green+Blue) = 77+8+45=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D082D is #B2F7D2. Grayscale: #202020. Windows color (decimal): -11728851 or 2951245. OLE color: 2951245.
HSL color Cylindrical-coordinate representation of color #4D082D: hue angle of 327.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D082D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 8 | 45 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.70 |
| HSL | 327.83º | 0.81% | 0.17% | - |
| HSV(B) | 327.83º | 0.9% | 0.3% | - |
| XYZ | 3.62 | 1.94 | 2.67 | - |
| YUV | 32.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 45 | 0 | 0.90 | 0.42 | 0.70 | 327.83 | 0.81 | 0.17 |
| Hex | 4D | 8 | 2D | 0 | 5A | 2A | 46 | 148 | 51 | 11 |
| Octal | 115 | 10 | 55 | 0 | 132 | 52 | 106 | 510 | 121 | 21 |
| Binary | 1001101 | 1000 | 101101 | 0 | 1011010 | 101010 | 1000110 | 101001000 | 1010001 | 10001 |
Color Harmonies of #4D082D
Complementary color
Monochromatic Colors of #4D082D
Black with #4D082D
Text Example
Text Example
White with #4D082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D082D; }
p { color: rgb(77,8,45); }
H1.HeaderClassName
{
color: #4D082D;
}
.AnyTagClassName
{
color: #4D082D;
}
</style>
background-color css
<style>
a { background-color: #4D082D; }
a { background-color: rgb(77,8,45); }
div.DivClassName
{
background-color: #4D082D;
}
.BgClassName
{
background-color: #4D082D;
}
</style>
border-color css
<style>
span { border-color: #4D082D; }
span { border-color: rgb(77,8,45); }
td.TdClassName
{
border-color: #4D082D;
}
.TagClassName
{
border-color: #4D082D;
}
</style>