Shades of Blackberry #4D0B2F
Tints of Blackberry #4D0B2F
RGB
CMYK
RGB Variations
Color information
#4D0B2F (or 0x4D0B2F) is known color: Blackberry. HEX triplet: 4D, 0B and 2F. RGB value is (77,11,47). Sum of RGB (Red+Green+Blue) = 77+11+47=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B2F is #B2F4D0. Grayscale: #222222. Windows color (decimal): -11728081 or 3083085. OLE color: 3083085.
HSL color Cylindrical-coordinate representation of color #4D0B2F: hue angle of 327.27º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0B2F is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 11 | 47 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.70 |
| HSL | 327.27º | 0.75% | 0.17% | - |
| HSV(B) | 327.27º | 0.86% | 0.3% | - |
| XYZ | 3.69 | 2.02 | 2.89 | - |
| YUV | 34.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 47 | 0 | 0.86 | 0.39 | 0.70 | 327.27 | 0.75 | 0.17 |
| Hex | 4D | B | 2F | 0 | 56 | 27 | 46 | 147 | 4B | 11 |
| Octal | 115 | 13 | 57 | 0 | 126 | 47 | 106 | 507 | 113 | 21 |
| Binary | 1001101 | 1011 | 101111 | 0 | 1010110 | 100111 | 1000110 | 101000111 | 1001011 | 10001 |
Color Harmonies of #4D0B2F
Complementary color
Monochromatic Colors of #4D0B2F
Black with #4D0B2F
Text Example
Text Example
White with #4D0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0B2F; }
p { color: rgb(77,11,47); }
H1.HeaderClassName
{
color: #4D0B2F;
}
.AnyTagClassName
{
color: #4D0B2F;
}
</style>
background-color css
<style>
a { background-color: #4D0B2F; }
a { background-color: rgb(77,11,47); }
div.DivClassName
{
background-color: #4D0B2F;
}
.BgClassName
{
background-color: #4D0B2F;
}
</style>
border-color css
<style>
span { border-color: #4D0B2F; }
span { border-color: rgb(77,11,47); }
td.TdClassName
{
border-color: #4D0B2F;
}
.TagClassName
{
border-color: #4D0B2F;
}
</style>