Shades of Blackberry #4D0E3F
Tints of Blackberry #4D0E3F
RGB
CMYK
RGB Variations
Color information
#4D0E3F (or 0x4D0E3F) is known color: Blackberry. HEX triplet: 4D, 0E and 3F. RGB value is (77,14,63). Sum of RGB (Red+Green+Blue) = 77+14+63=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E3F is #B2F1C0. Grayscale: #262626. Windows color (decimal): -11727297 or 4132429. OLE color: 4132429.
HSL color Cylindrical-coordinate representation of color #4D0E3F: hue angle of 313.33º 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 #4D0E3F is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 63 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.70 |
| HSL | 313.33º | 0.69% | 0.18% | - |
| HSV(B) | 313.33º | 0.82% | 0.3% | - |
| XYZ | 4.11 | 2.25 | 4.92 | - |
| YUV | 38.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 63 | 0 | 0.82 | 0.18 | 0.70 | 313.33 | 0.69 | 0.18 |
| Hex | 4D | E | 3F | 0 | 52 | 12 | 46 | 139 | 45 | 12 |
| Octal | 115 | 16 | 77 | 0 | 122 | 22 | 106 | 471 | 105 | 22 |
| Binary | 1001101 | 1110 | 111111 | 0 | 1010010 | 10010 | 1000110 | 100111001 | 1000101 | 10010 |
Color Harmonies of #4D0E3F
Complementary color
Monochromatic Colors of #4D0E3F
Black with #4D0E3F
Text Example
Text Example
White with #4D0E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E3F; }
p { color: rgb(77,14,63); }
H1.HeaderClassName
{
color: #4D0E3F;
}
.AnyTagClassName
{
color: #4D0E3F;
}
</style>
background-color css
<style>
a { background-color: #4D0E3F; }
a { background-color: rgb(77,14,63); }
div.DivClassName
{
background-color: #4D0E3F;
}
.BgClassName
{
background-color: #4D0E3F;
}
</style>
border-color css
<style>
span { border-color: #4D0E3F; }
span { border-color: rgb(77,14,63); }
td.TdClassName
{
border-color: #4D0E3F;
}
.TagClassName
{
border-color: #4D0E3F;
}
</style>