Shades of Blackberry #4D0C2D
Tints of Blackberry #4D0C2D
RGB
CMYK
RGB Variations
Color information
#4D0C2D (or 0x4D0C2D) is known color: Blackberry. HEX triplet: 4D, 0C and 2D. RGB value is (77,12,45). Sum of RGB (Red+Green+Blue) = 77+12+45=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C2D is #B2F3D2. Grayscale: #232323. Windows color (decimal): -11727827 or 2952269. OLE color: 2952269.
HSL color Cylindrical-coordinate representation of color #4D0C2D: hue angle of 329.54º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C2D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 45 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.70 |
| HSL | 329.54º | 0.73% | 0.17% | - |
| HSV(B) | 329.54º | 0.84% | 0.3% | - |
| XYZ | 3.67 | 2.03 | 2.68 | - |
| YUV | 35.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 45 | 0 | 0.84 | 0.42 | 0.70 | 329.54 | 0.73 | 0.17 |
| Hex | 4D | C | 2D | 0 | 54 | 2A | 46 | 14A | 49 | 11 |
| Octal | 115 | 14 | 55 | 0 | 124 | 52 | 106 | 512 | 111 | 21 |
| Binary | 1001101 | 1100 | 101101 | 0 | 1010100 | 101010 | 1000110 | 101001010 | 1001001 | 10001 |
Color Harmonies of #4D0C2D
Complementary color
Monochromatic Colors of #4D0C2D
Black with #4D0C2D
Text Example
Text Example
White with #4D0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C2D; }
p { color: rgb(77,12,45); }
H1.HeaderClassName
{
color: #4D0C2D;
}
.AnyTagClassName
{
color: #4D0C2D;
}
</style>
background-color css
<style>
a { background-color: #4D0C2D; }
a { background-color: rgb(77,12,45); }
div.DivClassName
{
background-color: #4D0C2D;
}
.BgClassName
{
background-color: #4D0C2D;
}
</style>
border-color css
<style>
span { border-color: #4D0C2D; }
span { border-color: rgb(77,12,45); }
td.TdClassName
{
border-color: #4D0C2D;
}
.TagClassName
{
border-color: #4D0C2D;
}
</style>