Shades of Blackberry #4D1D3D
Tints of Blackberry #4D1D3D
RGB
CMYK
RGB Variations
Color information
#4D1D3D (or 0x4D1D3D) is known color: Blackberry. HEX triplet: 4D, 1D and 3D. RGB value is (77,29,61). Sum of RGB (Red+Green+Blue) = 77+29+61=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D3D is #B2E2C2. Grayscale: #2E2E2E. Windows color (decimal): -11723459 or 4005197. OLE color: 4005197.
HSL color Cylindrical-coordinate representation of color #4D1D3D: hue angle of 320º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D3D is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 61 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.70 |
| HSL | 320º | 0.45% | 0.21% | - |
| HSV(B) | 320º | 0.62% | 0.3% | - |
| XYZ | 4.34 | 2.79 | 4.73 | - |
| YUV | 47 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 61 | 0 | 0.62 | 0.21 | 0.70 | 320 | 0.45 | 0.21 |
| Hex | 4D | 1D | 3D | 0 | 3E | 15 | 46 | 140 | 2D | 15 |
| Octal | 115 | 35 | 75 | 0 | 76 | 25 | 106 | 500 | 55 | 25 |
| Binary | 1001101 | 11101 | 111101 | 0 | 111110 | 10101 | 1000110 | 101000000 | 101101 | 10101 |
Color Harmonies of #4D1D3D
Complementary color
Monochromatic Colors of #4D1D3D
Black with #4D1D3D
Text Example
Text Example
White with #4D1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D3D; }
p { color: rgb(77,29,61); }
H1.HeaderClassName
{
color: #4D1D3D;
}
.AnyTagClassName
{
color: #4D1D3D;
}
</style>
background-color css
<style>
a { background-color: #4D1D3D; }
a { background-color: rgb(77,29,61); }
div.DivClassName
{
background-color: #4D1D3D;
}
.BgClassName
{
background-color: #4D1D3D;
}
</style>
border-color css
<style>
span { border-color: #4D1D3D; }
span { border-color: rgb(77,29,61); }
td.TdClassName
{
border-color: #4D1D3D;
}
.TagClassName
{
border-color: #4D1D3D;
}
</style>