Shades of Blackberry #4D0E2D
Tints of Blackberry #4D0E2D
RGB
CMYK
RGB Variations
Color information
#4D0E2D (or 0x4D0E2D) is known color: Blackberry. HEX triplet: 4D, 0E and 2D. RGB value is (77,14,45). Sum of RGB (Red+Green+Blue) = 77+14+45=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E2D is #B2F1D2. Grayscale: #242424. Windows color (decimal): -11727315 or 2952781. OLE color: 2952781.
HSL color Cylindrical-coordinate representation of color #4D0E2D: hue angle of 330.48º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D0E2D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 45 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.70 |
| HSL | 330.48º | 0.69% | 0.18% | - |
| HSV(B) | 330.48º | 0.82% | 0.3% | - |
| XYZ | 3.69 | 2.08 | 2.69 | - |
| YUV | 36.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 45 | 0 | 0.82 | 0.42 | 0.70 | 330.48 | 0.69 | 0.18 |
| Hex | 4D | E | 2D | 0 | 52 | 2A | 46 | 14A | 45 | 12 |
| Octal | 115 | 16 | 55 | 0 | 122 | 52 | 106 | 512 | 105 | 22 |
| Binary | 1001101 | 1110 | 101101 | 0 | 1010010 | 101010 | 1000110 | 101001010 | 1000101 | 10010 |
Color Harmonies of #4D0E2D
Complementary color
Monochromatic Colors of #4D0E2D
Black with #4D0E2D
Text Example
Text Example
White with #4D0E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E2D; }
p { color: rgb(77,14,45); }
H1.HeaderClassName
{
color: #4D0E2D;
}
.AnyTagClassName
{
color: #4D0E2D;
}
</style>
background-color css
<style>
a { background-color: #4D0E2D; }
a { background-color: rgb(77,14,45); }
div.DivClassName
{
background-color: #4D0E2D;
}
.BgClassName
{
background-color: #4D0E2D;
}
</style>
border-color css
<style>
span { border-color: #4D0E2D; }
span { border-color: rgb(77,14,45); }
td.TdClassName
{
border-color: #4D0E2D;
}
.TagClassName
{
border-color: #4D0E2D;
}
</style>