Shades of Blackberry #4D002D
Tints of Blackberry #4D002D
RGB
CMYK
RGB Variations
Color information
#4D002D (or 0x4D002D) is known color: Blackberry. HEX triplet: 4D, 00 and 2D. RGB value is (77,0,45). Sum of RGB (Red+Green+Blue) = 77+0+45=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D002D is #B2FFD2. Grayscale: #1C1C1C. Windows color (decimal): -11730899 or 2949197. OLE color: 2949197.
HSL color Cylindrical-coordinate representation of color #4D002D: hue angle of 324.94º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D002D is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.42 | 0.70 |
| HSL | 324.94º | 1% | 0.15% | - |
| HSV(B) | 324.94º | 1% | 0.3% | - |
| XYZ | 3.53 | 1.77 | 2.64 | - |
| YUV | 28.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 45 | 0 | 1 | 0.42 | 0.70 | 324.94 | 1 | 0.15 |
| Hex | 4D | 0 | 2D | 0 | 64 | 2A | 46 | 145 | 64 | F |
| Octal | 115 | 0 | 55 | 0 | 144 | 52 | 106 | 505 | 144 | 17 |
| Binary | 1001101 | 0 | 101101 | 0 | 1100100 | 101010 | 1000110 | 101000101 | 1100100 | 1111 |
Color Harmonies of #4D002D
Complementary color
Monochromatic Colors of #4D002D
Black with #4D002D
Text Example
Text Example
White with #4D002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D002D; }
p { color: rgb(77,0,45); }
H1.HeaderClassName
{
color: #4D002D;
}
.AnyTagClassName
{
color: #4D002D;
}
</style>
background-color css
<style>
a { background-color: #4D002D; }
a { background-color: rgb(77,0,45); }
div.DivClassName
{
background-color: #4D002D;
}
.BgClassName
{
background-color: #4D002D;
}
</style>
border-color css
<style>
span { border-color: #4D002D; }
span { border-color: rgb(77,0,45); }
td.TdClassName
{
border-color: #4D002D;
}
.TagClassName
{
border-color: #4D002D;
}
</style>