Shades of Blackberry #4D0D3C
Tints of Blackberry #4D0D3C
RGB
CMYK
RGB Variations
Color information
#4D0D3C (or 0x4D0D3C) is known color: Blackberry. HEX triplet: 4D, 0D and 3C. RGB value is (77,13,60). Sum of RGB (Red+Green+Blue) = 77+13+60=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D3C is #B2F2C3. Grayscale: #252525. Windows color (decimal): -11727556 or 3935565. OLE color: 3935565.
HSL color Cylindrical-coordinate representation of color #4D0D3C: hue angle of 315.94º 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 #4D0D3C is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 60 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.70 |
| HSL | 315.94º | 0.71% | 0.18% | - |
| HSV(B) | 315.94º | 0.83% | 0.3% | - |
| XYZ | 4.02 | 2.19 | 4.49 | - |
| YUV | 37.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 60 | 0 | 0.83 | 0.22 | 0.70 | 315.94 | 0.71 | 0.18 |
| Hex | 4D | D | 3C | 0 | 53 | 16 | 46 | 13C | 47 | 12 |
| Octal | 115 | 15 | 74 | 0 | 123 | 26 | 106 | 474 | 107 | 22 |
| Binary | 1001101 | 1101 | 111100 | 0 | 1010011 | 10110 | 1000110 | 100111100 | 1000111 | 10010 |
Color Harmonies of #4D0D3C
Complementary color
Monochromatic Colors of #4D0D3C
Black with #4D0D3C
Text Example
Text Example
White with #4D0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D3C; }
p { color: rgb(77,13,60); }
H1.HeaderClassName
{
color: #4D0D3C;
}
.AnyTagClassName
{
color: #4D0D3C;
}
</style>
background-color css
<style>
a { background-color: #4D0D3C; }
a { background-color: rgb(77,13,60); }
div.DivClassName
{
background-color: #4D0D3C;
}
.BgClassName
{
background-color: #4D0D3C;
}
</style>
border-color css
<style>
span { border-color: #4D0D3C; }
span { border-color: rgb(77,13,60); }
td.TdClassName
{
border-color: #4D0D3C;
}
.TagClassName
{
border-color: #4D0D3C;
}
</style>