Shades of Blackberry #4D0D42
Tints of Blackberry #4D0D42
RGB
CMYK
RGB Variations
Color information
#4D0D42 (or 0x4D0D42) is known color: Blackberry. HEX triplet: 4D, 0D and 42. RGB value is (77,13,66). Sum of RGB (Red+Green+Blue) = 77+13+66=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D42 is #B2F2BD. Grayscale: #262626. Windows color (decimal): -11727550 or 4328781. OLE color: 4328781.
HSL color Cylindrical-coordinate representation of color #4D0D42: hue angle of 310.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0D42 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 66 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.70 |
| HSL | 310.31º | 0.71% | 0.18% | - |
| HSV(B) | 310.31º | 0.83% | 0.3% | - |
| XYZ | 4.19 | 2.26 | 5.37 | - |
| YUV | 38.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 66 | 0 | 0.83 | 0.14 | 0.70 | 310.31 | 0.71 | 0.18 |
| Hex | 4D | D | 42 | 0 | 53 | E | 46 | 136 | 47 | 12 |
| Octal | 115 | 15 | 102 | 0 | 123 | 16 | 106 | 466 | 107 | 22 |
| Binary | 1001101 | 1101 | 1000010 | 0 | 1010011 | 1110 | 1000110 | 100110110 | 1000111 | 10010 |
Color Harmonies of #4D0D42
Complementary color
Monochromatic Colors of #4D0D42
Black with #4D0D42
Text Example
Text Example
White with #4D0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D42; }
p { color: rgb(77,13,66); }
H1.HeaderClassName
{
color: #4D0D42;
}
.AnyTagClassName
{
color: #4D0D42;
}
</style>
background-color css
<style>
a { background-color: #4D0D42; }
a { background-color: rgb(77,13,66); }
div.DivClassName
{
background-color: #4D0D42;
}
.BgClassName
{
background-color: #4D0D42;
}
</style>
border-color css
<style>
span { border-color: #4D0D42; }
span { border-color: rgb(77,13,66); }
td.TdClassName
{
border-color: #4D0D42;
}
.TagClassName
{
border-color: #4D0D42;
}
</style>