Shades of Blackberry #4D0C2F
Tints of Blackberry #4D0C2F
RGB
CMYK
RGB Variations
Color information
#4D0C2F (or 0x4D0C2F) is known color: Blackberry. HEX triplet: 4D, 0C and 2F. RGB value is (77,12,47). Sum of RGB (Red+Green+Blue) = 77+12+47=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C2F is #B2F3D0. Grayscale: #232323. Windows color (decimal): -11727825 or 3083341. OLE color: 3083341.
HSL color Cylindrical-coordinate representation of color #4D0C2F: hue angle of 327.69º 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 #4D0C2F is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 47 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.70 |
| HSL | 327.69º | 0.73% | 0.17% | - |
| HSV(B) | 327.69º | 0.84% | 0.3% | - |
| XYZ | 3.71 | 2.05 | 2.89 | - |
| YUV | 35.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 47 | 0 | 0.84 | 0.39 | 0.70 | 327.69 | 0.73 | 0.17 |
| Hex | 4D | C | 2F | 0 | 54 | 27 | 46 | 148 | 49 | 11 |
| Octal | 115 | 14 | 57 | 0 | 124 | 47 | 106 | 510 | 111 | 21 |
| Binary | 1001101 | 1100 | 101111 | 0 | 1010100 | 100111 | 1000110 | 101001000 | 1001001 | 10001 |
Color Harmonies of #4D0C2F
Complementary color
Monochromatic Colors of #4D0C2F
Black with #4D0C2F
Text Example
Text Example
White with #4D0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C2F; }
p { color: rgb(77,12,47); }
H1.HeaderClassName
{
color: #4D0C2F;
}
.AnyTagClassName
{
color: #4D0C2F;
}
</style>
background-color css
<style>
a { background-color: #4D0C2F; }
a { background-color: rgb(77,12,47); }
div.DivClassName
{
background-color: #4D0C2F;
}
.BgClassName
{
background-color: #4D0C2F;
}
</style>
border-color css
<style>
span { border-color: #4D0C2F; }
span { border-color: rgb(77,12,47); }
td.TdClassName
{
border-color: #4D0C2F;
}
.TagClassName
{
border-color: #4D0C2F;
}
</style>