Shades of Blackberry #4D083A
Tints of Blackberry #4D083A
RGB
CMYK
RGB Variations
Color information
#4D083A (or 0x4D083A) is known color: Blackberry. HEX triplet: 4D, 08 and 3A. RGB value is (77,8,58). Sum of RGB (Red+Green+Blue) = 77+8+58=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D083A is #B2F7C5. Grayscale: #222222. Windows color (decimal): -11728838 or 3803213. OLE color: 3803213.
HSL color Cylindrical-coordinate representation of color #4D083A: hue angle of 316.52º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D083A is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 8 | 58 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.70 |
| HSL | 316.52º | 0.81% | 0.17% | - |
| HSV(B) | 316.52º | 0.9% | 0.3% | - |
| XYZ | 3.91 | 2.06 | 4.19 | - |
| YUV | 34.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 58 | 0 | 0.90 | 0.25 | 0.70 | 316.52 | 0.81 | 0.17 |
| Hex | 4D | 8 | 3A | 0 | 5A | 19 | 46 | 13D | 51 | 11 |
| Octal | 115 | 10 | 72 | 0 | 132 | 31 | 106 | 475 | 121 | 21 |
| Binary | 1001101 | 1000 | 111010 | 0 | 1011010 | 11001 | 1000110 | 100111101 | 1010001 | 10001 |
Color Harmonies of #4D083A
Complementary color
Monochromatic Colors of #4D083A
Black with #4D083A
Text Example
Text Example
White with #4D083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D083A; }
p { color: rgb(77,8,58); }
H1.HeaderClassName
{
color: #4D083A;
}
.AnyTagClassName
{
color: #4D083A;
}
</style>
background-color css
<style>
a { background-color: #4D083A; }
a { background-color: rgb(77,8,58); }
div.DivClassName
{
background-color: #4D083A;
}
.BgClassName
{
background-color: #4D083A;
}
</style>
border-color css
<style>
span { border-color: #4D083A; }
span { border-color: rgb(77,8,58); }
td.TdClassName
{
border-color: #4D083A;
}
.TagClassName
{
border-color: #4D083A;
}
</style>