Shades of Blackberry #4D0E3D
Tints of Blackberry #4D0E3D
RGB
CMYK
RGB Variations
Color information
#4D0E3D (or 0x4D0E3D) is known color: Blackberry. HEX triplet: 4D, 0E and 3D. RGB value is (77,14,61). Sum of RGB (Red+Green+Blue) = 77+14+61=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E3D is #B2F1C2. Grayscale: #262626. Windows color (decimal): -11727299 or 4001357. OLE color: 4001357.
HSL color Cylindrical-coordinate representation of color #4D0E3D: hue angle of 315.24º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D0E3D is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 61 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.70 |
| HSL | 315.24º | 0.69% | 0.18% | - |
| HSV(B) | 315.24º | 0.82% | 0.3% | - |
| XYZ | 4.06 | 2.23 | 4.63 | - |
| YUV | 38.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 61 | 0 | 0.82 | 0.21 | 0.70 | 315.24 | 0.69 | 0.18 |
| Hex | 4D | E | 3D | 0 | 52 | 15 | 46 | 13B | 45 | 12 |
| Octal | 115 | 16 | 75 | 0 | 122 | 25 | 106 | 473 | 105 | 22 |
| Binary | 1001101 | 1110 | 111101 | 0 | 1010010 | 10101 | 1000110 | 100111011 | 1000101 | 10010 |
Color Harmonies of #4D0E3D
Complementary color
Monochromatic Colors of #4D0E3D
Black with #4D0E3D
Text Example
Text Example
White with #4D0E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E3D; }
p { color: rgb(77,14,61); }
H1.HeaderClassName
{
color: #4D0E3D;
}
.AnyTagClassName
{
color: #4D0E3D;
}
</style>
background-color css
<style>
a { background-color: #4D0E3D; }
a { background-color: rgb(77,14,61); }
div.DivClassName
{
background-color: #4D0E3D;
}
.BgClassName
{
background-color: #4D0E3D;
}
</style>
border-color css
<style>
span { border-color: #4D0E3D; }
span { border-color: rgb(77,14,61); }
td.TdClassName
{
border-color: #4D0E3D;
}
.TagClassName
{
border-color: #4D0E3D;
}
</style>