Shades of Blackberry #4D182E
Tints of Blackberry #4D182E
RGB
CMYK
RGB Variations
Color information
#4D182E (or 0x4D182E) is known color: Blackberry. HEX triplet: 4D, 18 and 2E. RGB value is (77,24,46). Sum of RGB (Red+Green+Blue) = 77+24+46=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182E is #B2E7D1. Grayscale: #2A2A2A. Windows color (decimal): -11724754 or 3020877. OLE color: 3020877.
HSL color Cylindrical-coordinate representation of color #4D182E: hue angle of 335.09º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D182E is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 46 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.70 |
| HSL | 335.09º | 0.52% | 0.2% | - |
| HSV(B) | 335.09º | 0.69% | 0.3% | - |
| XYZ | 3.88 | 2.43 | 2.85 | - |
| YUV | 42.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 46 | 0 | 0.69 | 0.40 | 0.70 | 335.09 | 0.52 | 0.2 |
| Hex | 4D | 18 | 2E | 0 | 45 | 28 | 46 | 14F | 34 | 14 |
| Octal | 115 | 30 | 56 | 0 | 105 | 50 | 106 | 517 | 64 | 24 |
| Binary | 1001101 | 11000 | 101110 | 0 | 1000101 | 101000 | 1000110 | 101001111 | 110100 | 10100 |
Color Harmonies of #4D182E
Complementary color
Monochromatic Colors of #4D182E
Black with #4D182E
Text Example
Text Example
White with #4D182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D182E; }
p { color: rgb(77,24,46); }
H1.HeaderClassName
{
color: #4D182E;
}
.AnyTagClassName
{
color: #4D182E;
}
</style>
background-color css
<style>
a { background-color: #4D182E; }
a { background-color: rgb(77,24,46); }
div.DivClassName
{
background-color: #4D182E;
}
.BgClassName
{
background-color: #4D182E;
}
</style>
border-color css
<style>
span { border-color: #4D182E; }
span { border-color: rgb(77,24,46); }
td.TdClassName
{
border-color: #4D182E;
}
.TagClassName
{
border-color: #4D182E;
}
</style>