Shades of Blackberry #4D142B
Tints of Blackberry #4D142B
RGB
CMYK
RGB Variations
Color information
#4D142B (or 0x4D142B) is known color: Blackberry. HEX triplet: 4D, 14 and 2B. RGB value is (77,20,43). Sum of RGB (Red+Green+Blue) = 77+20+43=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D142B is #B2EBD4. Grayscale: #272727. Windows color (decimal): -11725781 or 2823245. OLE color: 2823245.
HSL color Cylindrical-coordinate representation of color #4D142B: hue angle of 335.79º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D142B is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 43 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.70 |
| HSL | 335.79º | 0.59% | 0.19% | - |
| HSV(B) | 335.79º | 0.74% | 0.3% | - |
| XYZ | 3.75 | 2.25 | 2.52 | - |
| YUV | 39.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 43 | 0 | 0.74 | 0.44 | 0.70 | 335.79 | 0.59 | 0.19 |
| Hex | 4D | 14 | 2B | 0 | 4A | 2C | 46 | 150 | 3B | 13 |
| Octal | 115 | 24 | 53 | 0 | 112 | 54 | 106 | 520 | 73 | 23 |
| Binary | 1001101 | 10100 | 101011 | 0 | 1001010 | 101100 | 1000110 | 101010000 | 111011 | 10011 |
Color Harmonies of #4D142B
Complementary color
Monochromatic Colors of #4D142B
Black with #4D142B
Text Example
Text Example
White with #4D142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D142B; }
p { color: rgb(77,20,43); }
H1.HeaderClassName
{
color: #4D142B;
}
.AnyTagClassName
{
color: #4D142B;
}
</style>
background-color css
<style>
a { background-color: #4D142B; }
a { background-color: rgb(77,20,43); }
div.DivClassName
{
background-color: #4D142B;
}
.BgClassName
{
background-color: #4D142B;
}
</style>
border-color css
<style>
span { border-color: #4D142B; }
span { border-color: rgb(77,20,43); }
td.TdClassName
{
border-color: #4D142B;
}
.TagClassName
{
border-color: #4D142B;
}
</style>