Shades of Blackberry #4D142D
Tints of Blackberry #4D142D
RGB
CMYK
RGB Variations
Color information
#4D142D (or 0x4D142D) is known color: Blackberry. HEX triplet: 4D, 14 and 2D. RGB value is (77,20,45). Sum of RGB (Red+Green+Blue) = 77+20+45=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D142D is #B2EBD2. Grayscale: #272727. Windows color (decimal): -11725779 or 2954317. OLE color: 2954317.
HSL color Cylindrical-coordinate representation of color #4D142D: hue angle of 333.68º 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 #4D142D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 45 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.70 |
| HSL | 333.68º | 0.59% | 0.19% | - |
| HSV(B) | 333.68º | 0.74% | 0.3% | - |
| XYZ | 3.78 | 2.27 | 2.72 | - |
| YUV | 39.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 45 | 0 | 0.74 | 0.42 | 0.70 | 333.68 | 0.59 | 0.19 |
| Hex | 4D | 14 | 2D | 0 | 4A | 2A | 46 | 14E | 3B | 13 |
| Octal | 115 | 24 | 55 | 0 | 112 | 52 | 106 | 516 | 73 | 23 |
| Binary | 1001101 | 10100 | 101101 | 0 | 1001010 | 101010 | 1000110 | 101001110 | 111011 | 10011 |
Color Harmonies of #4D142D
Complementary color
Monochromatic Colors of #4D142D
Black with #4D142D
Text Example
Text Example
White with #4D142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D142D; }
p { color: rgb(77,20,45); }
H1.HeaderClassName
{
color: #4D142D;
}
.AnyTagClassName
{
color: #4D142D;
}
</style>
background-color css
<style>
a { background-color: #4D142D; }
a { background-color: rgb(77,20,45); }
div.DivClassName
{
background-color: #4D142D;
}
.BgClassName
{
background-color: #4D142D;
}
</style>
border-color css
<style>
span { border-color: #4D142D; }
span { border-color: rgb(77,20,45); }
td.TdClassName
{
border-color: #4D142D;
}
.TagClassName
{
border-color: #4D142D;
}
</style>