Shades of Blackberry #4D1234
Tints of Blackberry #4D1234
RGB
CMYK
RGB Variations
Color information
#4D1234 (or 0x4D1234) is known color: Blackberry. HEX triplet: 4D, 12 and 34. RGB value is (77,18,52). Sum of RGB (Red+Green+Blue) = 77+18+52=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1234 is #B2EDCB. Grayscale: #272727. Windows color (decimal): -11726284 or 3412557. OLE color: 3412557.
HSL color Cylindrical-coordinate representation of color #4D1234: hue angle of 325.42º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1234 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 52 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.70 |
| HSL | 325.42º | 0.62% | 0.19% | - |
| HSV(B) | 325.42º | 0.77% | 0.3% | - |
| XYZ | 3.9 | 2.26 | 3.48 | - |
| YUV | 39.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 52 | 0 | 0.77 | 0.32 | 0.70 | 325.42 | 0.62 | 0.19 |
| Hex | 4D | 12 | 34 | 0 | 4D | 20 | 46 | 145 | 3E | 13 |
| Octal | 115 | 22 | 64 | 0 | 115 | 40 | 106 | 505 | 76 | 23 |
| Binary | 1001101 | 10010 | 110100 | 0 | 1001101 | 100000 | 1000110 | 101000101 | 111110 | 10011 |
Color Harmonies of #4D1234
Complementary color
Monochromatic Colors of #4D1234
Black with #4D1234
Text Example
Text Example
White with #4D1234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1234; }
p { color: rgb(77,18,52); }
H1.HeaderClassName
{
color: #4D1234;
}
.AnyTagClassName
{
color: #4D1234;
}
</style>
background-color css
<style>
a { background-color: #4D1234; }
a { background-color: rgb(77,18,52); }
div.DivClassName
{
background-color: #4D1234;
}
.BgClassName
{
background-color: #4D1234;
}
</style>
border-color css
<style>
span { border-color: #4D1234; }
span { border-color: rgb(77,18,52); }
td.TdClassName
{
border-color: #4D1234;
}
.TagClassName
{
border-color: #4D1234;
}
</style>