Shades of Blackberry #4D163E
Tints of Blackberry #4D163E
RGB
CMYK
RGB Variations
Color information
#4D163E (or 0x4D163E) is known color: Blackberry. HEX triplet: 4D, 16 and 3E. RGB value is (77,22,62). Sum of RGB (Red+Green+Blue) = 77+22+62=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D163E is #B2E9C1. Grayscale: #2A2A2A. Windows color (decimal): -11725250 or 4068941. OLE color: 4068941.
HSL color Cylindrical-coordinate representation of color #4D163E: hue angle of 316.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D163E is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 62 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.70 |
| HSL | 316.36º | 0.56% | 0.19% | - |
| HSV(B) | 316.36º | 0.71% | 0.3% | - |
| XYZ | 4.22 | 2.5 | 4.82 | - |
| YUV | 43.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 62 | 0 | 0.71 | 0.19 | 0.70 | 316.36 | 0.56 | 0.19 |
| Hex | 4D | 16 | 3E | 0 | 47 | 13 | 46 | 13C | 38 | 13 |
| Octal | 115 | 26 | 76 | 0 | 107 | 23 | 106 | 474 | 70 | 23 |
| Binary | 1001101 | 10110 | 111110 | 0 | 1000111 | 10011 | 1000110 | 100111100 | 111000 | 10011 |
Color Harmonies of #4D163E
Complementary color
Monochromatic Colors of #4D163E
Black with #4D163E
Text Example
Text Example
White with #4D163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D163E; }
p { color: rgb(77,22,62); }
H1.HeaderClassName
{
color: #4D163E;
}
.AnyTagClassName
{
color: #4D163E;
}
</style>
background-color css
<style>
a { background-color: #4D163E; }
a { background-color: rgb(77,22,62); }
div.DivClassName
{
background-color: #4D163E;
}
.BgClassName
{
background-color: #4D163E;
}
</style>
border-color css
<style>
span { border-color: #4D163E; }
span { border-color: rgb(77,22,62); }
td.TdClassName
{
border-color: #4D163E;
}
.TagClassName
{
border-color: #4D163E;
}
</style>