Shades of Blackberry #4D0E43
Tints of Blackberry #4D0E43
RGB
CMYK
RGB Variations
Color information
#4D0E43 (or 0x4D0E43) is known color: Blackberry. HEX triplet: 4D, 0E and 43. RGB value is (77,14,67). Sum of RGB (Red+Green+Blue) = 77+14+67=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0E43 is #B2F1BC. Grayscale: #262626. Windows color (decimal): -11727293 or 4394573. OLE color: 4394573.
HSL color Cylindrical-coordinate representation of color #4D0E43: hue angle of 309.52º 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 #4D0E43 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 14 | 67 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.70 |
| HSL | 309.52º | 0.69% | 0.18% | - |
| HSV(B) | 309.52º | 0.82% | 0.3% | - |
| XYZ | 4.23 | 2.3 | 5.53 | - |
| YUV | 38.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 67 | 0 | 0.82 | 0.13 | 0.70 | 309.52 | 0.69 | 0.18 |
| Hex | 4D | E | 43 | 0 | 52 | D | 46 | 136 | 45 | 12 |
| Octal | 115 | 16 | 103 | 0 | 122 | 15 | 106 | 466 | 105 | 22 |
| Binary | 1001101 | 1110 | 1000011 | 0 | 1010010 | 1101 | 1000110 | 100110110 | 1000101 | 10010 |
Color Harmonies of #4D0E43
Complementary color
Monochromatic Colors of #4D0E43
Black with #4D0E43
Text Example
Text Example
White with #4D0E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E43; }
p { color: rgb(77,14,67); }
H1.HeaderClassName
{
color: #4D0E43;
}
.AnyTagClassName
{
color: #4D0E43;
}
</style>
background-color css
<style>
a { background-color: #4D0E43; }
a { background-color: rgb(77,14,67); }
div.DivClassName
{
background-color: #4D0E43;
}
.BgClassName
{
background-color: #4D0E43;
}
</style>
border-color css
<style>
span { border-color: #4D0E43; }
span { border-color: rgb(77,14,67); }
td.TdClassName
{
border-color: #4D0E43;
}
.TagClassName
{
border-color: #4D0E43;
}
</style>