Shades of Blackberry #4D123B
Tints of Blackberry #4D123B
RGB
CMYK
RGB Variations
Color information
#4D123B (or 0x4D123B) is known color: Blackberry. HEX triplet: 4D, 12 and 3B. RGB value is (77,18,59). Sum of RGB (Red+Green+Blue) = 77+18+59=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D123B is #B2EDC4. Grayscale: #282828. Windows color (decimal): -11726277 or 3871309. OLE color: 3871309.
HSL color Cylindrical-coordinate representation of color #4D123B: hue angle of 318.31º 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 #4D123B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 59 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.70 |
| HSL | 318.31º | 0.62% | 0.19% | - |
| HSV(B) | 318.31º | 0.77% | 0.3% | - |
| XYZ | 4.07 | 2.33 | 4.37 | - |
| YUV | 40.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 59 | 0 | 0.77 | 0.23 | 0.70 | 318.31 | 0.62 | 0.19 |
| Hex | 4D | 12 | 3B | 0 | 4D | 17 | 46 | 13E | 3E | 13 |
| Octal | 115 | 22 | 73 | 0 | 115 | 27 | 106 | 476 | 76 | 23 |
| Binary | 1001101 | 10010 | 111011 | 0 | 1001101 | 10111 | 1000110 | 100111110 | 111110 | 10011 |
Color Harmonies of #4D123B
Complementary color
Monochromatic Colors of #4D123B
Black with #4D123B
Text Example
Text Example
White with #4D123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D123B; }
p { color: rgb(77,18,59); }
H1.HeaderClassName
{
color: #4D123B;
}
.AnyTagClassName
{
color: #4D123B;
}
</style>
background-color css
<style>
a { background-color: #4D123B; }
a { background-color: rgb(77,18,59); }
div.DivClassName
{
background-color: #4D123B;
}
.BgClassName
{
background-color: #4D123B;
}
</style>
border-color css
<style>
span { border-color: #4D123B; }
span { border-color: rgb(77,18,59); }
td.TdClassName
{
border-color: #4D123B;
}
.TagClassName
{
border-color: #4D123B;
}
</style>