Shades of Blackberry #4D0827
Tints of Blackberry #4D0827
RGB
CMYK
RGB Variations
Color information
#4D0827 (or 0x4D0827) is known color: Blackberry. HEX triplet: 4D, 08 and 27. RGB value is (77,8,39). Sum of RGB (Red+Green+Blue) = 77+8+39=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0827 is #B2F7D8. Grayscale: #202020. Windows color (decimal): -11728857 or 2558029. OLE color: 2558029.
HSL color Cylindrical-coordinate representation of color #4D0827: hue angle of 333.04º 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 #4D0827 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 8 | 39 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.70 |
| HSL | 333.04º | 0.81% | 0.17% | - |
| HSV(B) | 333.04º | 0.9% | 0.3% | - |
| XYZ | 3.51 | 1.9 | 2.1 | - |
| YUV | 32.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 39 | 0 | 0.90 | 0.49 | 0.70 | 333.04 | 0.81 | 0.17 |
| Hex | 4D | 8 | 27 | 0 | 5A | 31 | 46 | 14D | 51 | 11 |
| Octal | 115 | 10 | 47 | 0 | 132 | 61 | 106 | 515 | 121 | 21 |
| Binary | 1001101 | 1000 | 100111 | 0 | 1011010 | 110001 | 1000110 | 101001101 | 1010001 | 10001 |
Color Harmonies of #4D0827
Complementary color
Monochromatic Colors of #4D0827
Black with #4D0827
Text Example
Text Example
White with #4D0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0827; }
p { color: rgb(77,8,39); }
H1.HeaderClassName
{
color: #4D0827;
}
.AnyTagClassName
{
color: #4D0827;
}
</style>
background-color css
<style>
a { background-color: #4D0827; }
a { background-color: rgb(77,8,39); }
div.DivClassName
{
background-color: #4D0827;
}
.BgClassName
{
background-color: #4D0827;
}
</style>
border-color css
<style>
span { border-color: #4D0827; }
span { border-color: rgb(77,8,39); }
td.TdClassName
{
border-color: #4D0827;
}
.TagClassName
{
border-color: #4D0827;
}
</style>