Shades of Blackberry #4D123C
Tints of Blackberry #4D123C
RGB
CMYK
RGB Variations
Color information
#4D123C (or 0x4D123C) is known color: Blackberry. HEX triplet: 4D, 12 and 3C. RGB value is (77,18,60). Sum of RGB (Red+Green+Blue) = 77+18+60=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D123C is #B2EDC3. Grayscale: #282828. Windows color (decimal): -11726276 or 3936845. OLE color: 3936845.
HSL color Cylindrical-coordinate representation of color #4D123C: hue angle of 317.29º 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 #4D123C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 60 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.70 |
| HSL | 317.29º | 0.62% | 0.19% | - |
| HSV(B) | 317.29º | 0.77% | 0.3% | - |
| XYZ | 4.09 | 2.34 | 4.51 | - |
| YUV | 40.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 60 | 0 | 0.77 | 0.22 | 0.70 | 317.29 | 0.62 | 0.19 |
| Hex | 4D | 12 | 3C | 0 | 4D | 16 | 46 | 13D | 3E | 13 |
| Octal | 115 | 22 | 74 | 0 | 115 | 26 | 106 | 475 | 76 | 23 |
| Binary | 1001101 | 10010 | 111100 | 0 | 1001101 | 10110 | 1000110 | 100111101 | 111110 | 10011 |
Color Harmonies of #4D123C
Complementary color
Monochromatic Colors of #4D123C
Black with #4D123C
Text Example
Text Example
White with #4D123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D123C; }
p { color: rgb(77,18,60); }
H1.HeaderClassName
{
color: #4D123C;
}
.AnyTagClassName
{
color: #4D123C;
}
</style>
background-color css
<style>
a { background-color: #4D123C; }
a { background-color: rgb(77,18,60); }
div.DivClassName
{
background-color: #4D123C;
}
.BgClassName
{
background-color: #4D123C;
}
</style>
border-color css
<style>
span { border-color: #4D123C; }
span { border-color: rgb(77,18,60); }
td.TdClassName
{
border-color: #4D123C;
}
.TagClassName
{
border-color: #4D123C;
}
</style>