Shades of Blackberry #4D1D34
Tints of Blackberry #4D1D34
RGB
CMYK
RGB Variations
Color information
#4D1D34 (or 0x4D1D34) is known color: Blackberry. HEX triplet: 4D, 1D and 34. RGB value is (77,29,52). Sum of RGB (Red+Green+Blue) = 77+29+52=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D34 is #B2E2CB. Grayscale: #2D2D2D. Windows color (decimal): -11723468 or 3415373. OLE color: 3415373.
HSL color Cylindrical-coordinate representation of color #4D1D34: hue angle of 331.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D34 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 52 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.70 |
| HSL | 331.25º | 0.45% | 0.21% | - |
| HSV(B) | 331.25º | 0.62% | 0.3% | - |
| XYZ | 4.12 | 2.7 | 3.55 | - |
| YUV | 45.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 52 | 0 | 0.62 | 0.32 | 0.70 | 331.25 | 0.45 | 0.21 |
| Hex | 4D | 1D | 34 | 0 | 3E | 20 | 46 | 14B | 2D | 15 |
| Octal | 115 | 35 | 64 | 0 | 76 | 40 | 106 | 513 | 55 | 25 |
| Binary | 1001101 | 11101 | 110100 | 0 | 111110 | 100000 | 1000110 | 101001011 | 101101 | 10101 |
Color Harmonies of #4D1D34
Complementary color
Monochromatic Colors of #4D1D34
Black with #4D1D34
Text Example
Text Example
White with #4D1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D34; }
p { color: rgb(77,29,52); }
H1.HeaderClassName
{
color: #4D1D34;
}
.AnyTagClassName
{
color: #4D1D34;
}
</style>
background-color css
<style>
a { background-color: #4D1D34; }
a { background-color: rgb(77,29,52); }
div.DivClassName
{
background-color: #4D1D34;
}
.BgClassName
{
background-color: #4D1D34;
}
</style>
border-color css
<style>
span { border-color: #4D1D34; }
span { border-color: rgb(77,29,52); }
td.TdClassName
{
border-color: #4D1D34;
}
.TagClassName
{
border-color: #4D1D34;
}
</style>