Shades of Blackberry #4C002D
Tints of Blackberry #4C002D
RGB
CMYK
RGB Variations
Color information
#4C002D (or 0x4C002D) is known color: Blackberry. HEX triplet: 4C, 00 and 2D. RGB value is (76,0,45). Sum of RGB (Red+Green+Blue) = 76+0+45=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C002D is #B3FFD2. Grayscale: #1B1B1B. Windows color (decimal): -11796435 or 2949196. OLE color: 2949196.
HSL color Cylindrical-coordinate representation of color #4C002D: hue angle of 324.47º 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 #4C002D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.41 | 0.70 |
| HSL | 324.47º | 1% | 0.15% | - |
| HSV(B) | 324.47º | 1% | 0.3% | - |
| XYZ | 3.45 | 1.73 | 2.63 | - |
| YUV | 27.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 45 | 0 | 1 | 0.41 | 0.70 | 324.47 | 1 | 0.15 |
| Hex | 4C | 0 | 2D | 0 | 64 | 29 | 46 | 144 | 64 | F |
| Octal | 114 | 0 | 55 | 0 | 144 | 51 | 106 | 504 | 144 | 17 |
| Binary | 1001100 | 0 | 101101 | 0 | 1100100 | 101001 | 1000110 | 101000100 | 1100100 | 1111 |
Color Harmonies of #4C002D
Complementary color
Monochromatic Colors of #4C002D
Black with #4C002D
Text Example
Text Example
White with #4C002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C002D; }
p { color: rgb(76,0,45); }
H1.HeaderClassName
{
color: #4C002D;
}
.AnyTagClassName
{
color: #4C002D;
}
</style>
background-color css
<style>
a { background-color: #4C002D; }
a { background-color: rgb(76,0,45); }
div.DivClassName
{
background-color: #4C002D;
}
.BgClassName
{
background-color: #4C002D;
}
</style>
border-color css
<style>
span { border-color: #4C002D; }
span { border-color: rgb(76,0,45); }
td.TdClassName
{
border-color: #4C002D;
}
.TagClassName
{
border-color: #4C002D;
}
</style>