Shades of Blackberry #4D162D
Tints of Blackberry #4D162D
RGB
CMYK
RGB Variations
Color information
#4D162D (or 0x4D162D) is known color: Blackberry. HEX triplet: 4D, 16 and 2D. RGB value is (77,22,45). Sum of RGB (Red+Green+Blue) = 77+22+45=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D162D is #B2E9D2. Grayscale: #292929. Windows color (decimal): -11725267 or 2954829. OLE color: 2954829.
HSL color Cylindrical-coordinate representation of color #4D162D: hue angle of 334.91º 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 #4D162D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 22 | 45 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.70 |
| HSL | 334.91º | 0.56% | 0.19% | - |
| HSV(B) | 334.91º | 0.71% | 0.3% | - |
| XYZ | 3.82 | 2.34 | 2.73 | - |
| YUV | 41.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 45 | 0 | 0.71 | 0.42 | 0.70 | 334.91 | 0.56 | 0.19 |
| Hex | 4D | 16 | 2D | 0 | 47 | 2A | 46 | 14F | 38 | 13 |
| Octal | 115 | 26 | 55 | 0 | 107 | 52 | 106 | 517 | 70 | 23 |
| Binary | 1001101 | 10110 | 101101 | 0 | 1000111 | 101010 | 1000110 | 101001111 | 111000 | 10011 |
Color Harmonies of #4D162D
Complementary color
Monochromatic Colors of #4D162D
Black with #4D162D
Text Example
Text Example
White with #4D162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D162D; }
p { color: rgb(77,22,45); }
H1.HeaderClassName
{
color: #4D162D;
}
.AnyTagClassName
{
color: #4D162D;
}
</style>
background-color css
<style>
a { background-color: #4D162D; }
a { background-color: rgb(77,22,45); }
div.DivClassName
{
background-color: #4D162D;
}
.BgClassName
{
background-color: #4D162D;
}
</style>
border-color css
<style>
span { border-color: #4D162D; }
span { border-color: rgb(77,22,45); }
td.TdClassName
{
border-color: #4D162D;
}
.TagClassName
{
border-color: #4D162D;
}
</style>