Shades of Blackberry #4D1043
Tints of Blackberry #4D1043
RGB
CMYK
RGB Variations
Color information
#4D1043 (or 0x4D1043) is known color: Blackberry. HEX triplet: 4D, 10 and 43. RGB value is (77,16,67). Sum of RGB (Red+Green+Blue) = 77+16+67=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1043 is #B2EFBC. Grayscale: #272727. Windows color (decimal): -11726781 or 4395085. OLE color: 4395085.
HSL color Cylindrical-coordinate representation of color #4D1043: hue angle of 309.84º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D1043 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 67 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.70 |
| HSL | 309.84º | 0.66% | 0.18% | - |
| HSV(B) | 309.84º | 0.79% | 0.3% | - |
| XYZ | 4.26 | 2.35 | 5.54 | - |
| YUV | 40.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 67 | 0 | 0.79 | 0.13 | 0.70 | 309.84 | 0.66 | 0.18 |
| Hex | 4D | 10 | 43 | 0 | 4F | D | 46 | 136 | 42 | 12 |
| Octal | 115 | 20 | 103 | 0 | 117 | 15 | 106 | 466 | 102 | 22 |
| Binary | 1001101 | 10000 | 1000011 | 0 | 1001111 | 1101 | 1000110 | 100110110 | 1000010 | 10010 |
Color Harmonies of #4D1043
Complementary color
Monochromatic Colors of #4D1043
Black with #4D1043
Text Example
Text Example
White with #4D1043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1043; }
p { color: rgb(77,16,67); }
H1.HeaderClassName
{
color: #4D1043;
}
.AnyTagClassName
{
color: #4D1043;
}
</style>
background-color css
<style>
a { background-color: #4D1043; }
a { background-color: rgb(77,16,67); }
div.DivClassName
{
background-color: #4D1043;
}
.BgClassName
{
background-color: #4D1043;
}
</style>
border-color css
<style>
span { border-color: #4D1043; }
span { border-color: rgb(77,16,67); }
td.TdClassName
{
border-color: #4D1043;
}
.TagClassName
{
border-color: #4D1043;
}
</style>