Shades of Blackberry #4D0D2E
Tints of Blackberry #4D0D2E
RGB
CMYK
RGB Variations
Color information
#4D0D2E (or 0x4D0D2E) is known color: Blackberry. HEX triplet: 4D, 0D and 2E. RGB value is (77,13,46). Sum of RGB (Red+Green+Blue) = 77+13+46=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D2E is #B2F2D1. Grayscale: #232323. Windows color (decimal): -11727570 or 3018061. OLE color: 3018061.
HSL color Cylindrical-coordinate representation of color #4D0D2E: hue angle of 329.06º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0D2E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 46 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.70 |
| HSL | 329.06º | 0.71% | 0.18% | - |
| HSV(B) | 329.06º | 0.83% | 0.3% | - |
| XYZ | 3.7 | 2.06 | 2.79 | - |
| YUV | 35.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 46 | 0 | 0.83 | 0.40 | 0.70 | 329.06 | 0.71 | 0.18 |
| Hex | 4D | D | 2E | 0 | 53 | 28 | 46 | 149 | 47 | 12 |
| Octal | 115 | 15 | 56 | 0 | 123 | 50 | 106 | 511 | 107 | 22 |
| Binary | 1001101 | 1101 | 101110 | 0 | 1010011 | 101000 | 1000110 | 101001001 | 1000111 | 10010 |
Color Harmonies of #4D0D2E
Complementary color
Monochromatic Colors of #4D0D2E
Black with #4D0D2E
Text Example
Text Example
White with #4D0D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D2E; }
p { color: rgb(77,13,46); }
H1.HeaderClassName
{
color: #4D0D2E;
}
.AnyTagClassName
{
color: #4D0D2E;
}
</style>
background-color css
<style>
a { background-color: #4D0D2E; }
a { background-color: rgb(77,13,46); }
div.DivClassName
{
background-color: #4D0D2E;
}
.BgClassName
{
background-color: #4D0D2E;
}
</style>
border-color css
<style>
span { border-color: #4D0D2E; }
span { border-color: rgb(77,13,46); }
td.TdClassName
{
border-color: #4D0D2E;
}
.TagClassName
{
border-color: #4D0D2E;
}
</style>