Shades of Blackberry #4D0C2A
Tints of Blackberry #4D0C2A
RGB
CMYK
RGB Variations
Color information
#4D0C2A (or 0x4D0C2A) is known color: Blackberry. HEX triplet: 4D, 0C and 2A. RGB value is (77,12,42). Sum of RGB (Red+Green+Blue) = 77+12+42=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C2A is #B2F3D5. Grayscale: #222222. Windows color (decimal): -11727830 or 2755661. OLE color: 2755661.
HSL color Cylindrical-coordinate representation of color #4D0C2A: hue angle of 332.31º 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 #4D0C2A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 42 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.70 |
| HSL | 332.31º | 0.73% | 0.17% | - |
| HSV(B) | 332.31º | 0.84% | 0.3% | - |
| XYZ | 3.61 | 2.01 | 2.39 | - |
| YUV | 34.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 42 | 0 | 0.84 | 0.45 | 0.70 | 332.31 | 0.73 | 0.17 |
| Hex | 4D | C | 2A | 0 | 54 | 2D | 46 | 14C | 49 | 11 |
| Octal | 115 | 14 | 52 | 0 | 124 | 55 | 106 | 514 | 111 | 21 |
| Binary | 1001101 | 1100 | 101010 | 0 | 1010100 | 101101 | 1000110 | 101001100 | 1001001 | 10001 |
Color Harmonies of #4D0C2A
Complementary color
Monochromatic Colors of #4D0C2A
Black with #4D0C2A
Text Example
Text Example
White with #4D0C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C2A; }
p { color: rgb(77,12,42); }
H1.HeaderClassName
{
color: #4D0C2A;
}
.AnyTagClassName
{
color: #4D0C2A;
}
</style>
background-color css
<style>
a { background-color: #4D0C2A; }
a { background-color: rgb(77,12,42); }
div.DivClassName
{
background-color: #4D0C2A;
}
.BgClassName
{
background-color: #4D0C2A;
}
</style>
border-color css
<style>
span { border-color: #4D0C2A; }
span { border-color: rgb(77,12,42); }
td.TdClassName
{
border-color: #4D0C2A;
}
.TagClassName
{
border-color: #4D0C2A;
}
</style>