Shades of Blackberry #4D0D3D
Tints of Blackberry #4D0D3D
RGB
CMYK
RGB Variations
Color information
#4D0D3D (or 0x4D0D3D) is known color: Blackberry. HEX triplet: 4D, 0D and 3D. RGB value is (77,13,61). Sum of RGB (Red+Green+Blue) = 77+13+61=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D3D is #B2F2C2. Grayscale: #252525. Windows color (decimal): -11727555 or 4001101. OLE color: 4001101.
HSL color Cylindrical-coordinate representation of color #4D0D3D: hue angle of 315º 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 #4D0D3D is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 61 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.70 |
| HSL | 315º | 0.71% | 0.18% | - |
| HSV(B) | 315º | 0.83% | 0.3% | - |
| XYZ | 4.05 | 2.2 | 4.63 | - |
| YUV | 37.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 61 | 0 | 0.83 | 0.21 | 0.70 | 315 | 0.71 | 0.18 |
| Hex | 4D | D | 3D | 0 | 53 | 15 | 46 | 13B | 47 | 12 |
| Octal | 115 | 15 | 75 | 0 | 123 | 25 | 106 | 473 | 107 | 22 |
| Binary | 1001101 | 1101 | 111101 | 0 | 1010011 | 10101 | 1000110 | 100111011 | 1000111 | 10010 |
Color Harmonies of #4D0D3D
Complementary color
Monochromatic Colors of #4D0D3D
Black with #4D0D3D
Text Example
Text Example
White with #4D0D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D3D; }
p { color: rgb(77,13,61); }
H1.HeaderClassName
{
color: #4D0D3D;
}
.AnyTagClassName
{
color: #4D0D3D;
}
</style>
background-color css
<style>
a { background-color: #4D0D3D; }
a { background-color: rgb(77,13,61); }
div.DivClassName
{
background-color: #4D0D3D;
}
.BgClassName
{
background-color: #4D0D3D;
}
</style>
border-color css
<style>
span { border-color: #4D0D3D; }
span { border-color: rgb(77,13,61); }
td.TdClassName
{
border-color: #4D0D3D;
}
.TagClassName
{
border-color: #4D0D3D;
}
</style>