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