Shades of Blackberry #4D002B
Tints of Blackberry #4D002B
RGB
CMYK
RGB Variations
Color information
#4D002B (or 0x4D002B) is known color: Blackberry. HEX triplet: 4D, 00 and 2B. RGB value is (77,0,43). Sum of RGB (Red+Green+Blue) = 77+0+43=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D002B is #B2FFD4. Grayscale: #1B1B1B. Windows color (decimal): -11730901 or 2818125. OLE color: 2818125.
HSL color Cylindrical-coordinate representation of color #4D002B: hue angle of 326.49º 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 #4D002B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.44 | 0.70 |
| HSL | 326.49º | 1% | 0.15% | - |
| HSV(B) | 326.49º | 1% | 0.3% | - |
| XYZ | 3.5 | 1.75 | 2.44 | - |
| YUV | 27.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 43 | 0 | 1 | 0.44 | 0.70 | 326.49 | 1 | 0.15 |
| Hex | 4D | 0 | 2B | 0 | 64 | 2C | 46 | 146 | 64 | F |
| Octal | 115 | 0 | 53 | 0 | 144 | 54 | 106 | 506 | 144 | 17 |
| Binary | 1001101 | 0 | 101011 | 0 | 1100100 | 101100 | 1000110 | 101000110 | 1100100 | 1111 |
Color Harmonies of #4D002B
Complementary color
Monochromatic Colors of #4D002B
Black with #4D002B
Text Example
Text Example
White with #4D002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D002B; }
p { color: rgb(77,0,43); }
H1.HeaderClassName
{
color: #4D002B;
}
.AnyTagClassName
{
color: #4D002B;
}
</style>
background-color css
<style>
a { background-color: #4D002B; }
a { background-color: rgb(77,0,43); }
div.DivClassName
{
background-color: #4D002B;
}
.BgClassName
{
background-color: #4D002B;
}
</style>
border-color css
<style>
span { border-color: #4D002B; }
span { border-color: rgb(77,0,43); }
td.TdClassName
{
border-color: #4D002B;
}
.TagClassName
{
border-color: #4D002B;
}
</style>