Shades of Blackberry #4D1E3C
Tints of Blackberry #4D1E3C
RGB
CMYK
RGB Variations
Color information
#4D1E3C (or 0x4D1E3C) is known color: Blackberry. HEX triplet: 4D, 1E and 3C. RGB value is (77,30,60). Sum of RGB (Red+Green+Blue) = 77+30+60=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E3C is #B2E1C3. Grayscale: #2F2F2F. Windows color (decimal): -11723204 or 3939917. OLE color: 3939917.
HSL color Cylindrical-coordinate representation of color #4D1E3C: hue angle of 321.7º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E3C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 60 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.70 |
| HSL | 321.7º | 0.44% | 0.21% | - |
| HSV(B) | 321.7º | 0.61% | 0.3% | - |
| XYZ | 4.34 | 2.83 | 4.59 | - |
| YUV | 47.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 60 | 0 | 0.61 | 0.22 | 0.70 | 321.7 | 0.44 | 0.21 |
| Hex | 4D | 1E | 3C | 0 | 3D | 16 | 46 | 142 | 2C | 15 |
| Octal | 115 | 36 | 74 | 0 | 75 | 26 | 106 | 502 | 54 | 25 |
| Binary | 1001101 | 11110 | 111100 | 0 | 111101 | 10110 | 1000110 | 101000010 | 101100 | 10101 |
Color Harmonies of #4D1E3C
Complementary color
Monochromatic Colors of #4D1E3C
Black with #4D1E3C
Text Example
Text Example
White with #4D1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E3C; }
p { color: rgb(77,30,60); }
H1.HeaderClassName
{
color: #4D1E3C;
}
.AnyTagClassName
{
color: #4D1E3C;
}
</style>
background-color css
<style>
a { background-color: #4D1E3C; }
a { background-color: rgb(77,30,60); }
div.DivClassName
{
background-color: #4D1E3C;
}
.BgClassName
{
background-color: #4D1E3C;
}
</style>
border-color css
<style>
span { border-color: #4D1E3C; }
span { border-color: rgb(77,30,60); }
td.TdClassName
{
border-color: #4D1E3C;
}
.TagClassName
{
border-color: #4D1E3C;
}
</style>