Shades of Blackberry #4D032D
Tints of Blackberry #4D032D
RGB
CMYK
RGB Variations
Color information
#4D032D (or 0x4D032D) is known color: Blackberry. HEX triplet: 4D, 03 and 2D. RGB value is (77,3,45). Sum of RGB (Red+Green+Blue) = 77+3+45=125 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 77 - color contains mainly: red. Hex color #4D032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D032D is #B2FCD2. Grayscale: #1D1D1D. Windows color (decimal): -11730131 or 2949965. OLE color: 2949965.
HSL color Cylindrical-coordinate representation of color #4D032D: hue angle of 325.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D032D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 45 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.70 |
| HSL | 325.95º | 0.93% | 0.16% | - |
| HSV(B) | 325.95º | 0.96% | 0.3% | - |
| XYZ | 3.57 | 1.83 | 2.65 | - |
| YUV | 29.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 45 | 0 | 0.96 | 0.42 | 0.70 | 325.95 | 0.93 | 0.16 |
| Hex | 4D | 3 | 2D | 0 | 60 | 2A | 46 | 146 | 5C | 10 |
| Octal | 115 | 3 | 55 | 0 | 140 | 52 | 106 | 506 | 134 | 20 |
| Binary | 1001101 | 11 | 101101 | 0 | 1100000 | 101010 | 1000110 | 101000110 | 1011100 | 10000 |
Color Harmonies of #4D032D
Complementary color
Monochromatic Colors of #4D032D
Black with #4D032D
Text Example
Text Example
White with #4D032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D032D; }
p { color: rgb(77,3,45); }
H1.HeaderClassName
{
color: #4D032D;
}
.AnyTagClassName
{
color: #4D032D;
}
</style>
background-color css
<style>
a { background-color: #4D032D; }
a { background-color: rgb(77,3,45); }
div.DivClassName
{
background-color: #4D032D;
}
.BgClassName
{
background-color: #4D032D;
}
</style>
border-color css
<style>
span { border-color: #4D032D; }
span { border-color: rgb(77,3,45); }
td.TdClassName
{
border-color: #4D032D;
}
.TagClassName
{
border-color: #4D032D;
}
</style>