Shades of Blackberry #4D0D2B
Tints of Blackberry #4D0D2B
RGB
CMYK
RGB Variations
Color information
#4D0D2B (or 0x4D0D2B) is known color: Blackberry. HEX triplet: 4D, 0D and 2B. RGB value is (77,13,43). Sum of RGB (Red+Green+Blue) = 77+13+43=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D2B is #B2F2D4. Grayscale: #232323. Windows color (decimal): -11727573 or 2821453. OLE color: 2821453.
HSL color Cylindrical-coordinate representation of color #4D0D2B: hue angle of 331.88º 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 #4D0D2B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 43 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.70 |
| HSL | 331.88º | 0.71% | 0.18% | - |
| HSV(B) | 331.88º | 0.83% | 0.3% | - |
| XYZ | 3.64 | 2.04 | 2.49 | - |
| YUV | 35.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 43 | 0 | 0.83 | 0.44 | 0.70 | 331.88 | 0.71 | 0.18 |
| Hex | 4D | D | 2B | 0 | 53 | 2C | 46 | 14C | 47 | 12 |
| Octal | 115 | 15 | 53 | 0 | 123 | 54 | 106 | 514 | 107 | 22 |
| Binary | 1001101 | 1101 | 101011 | 0 | 1010011 | 101100 | 1000110 | 101001100 | 1000111 | 10010 |
Color Harmonies of #4D0D2B
Complementary color
Monochromatic Colors of #4D0D2B
Black with #4D0D2B
Text Example
Text Example
White with #4D0D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D2B; }
p { color: rgb(77,13,43); }
H1.HeaderClassName
{
color: #4D0D2B;
}
.AnyTagClassName
{
color: #4D0D2B;
}
</style>
background-color css
<style>
a { background-color: #4D0D2B; }
a { background-color: rgb(77,13,43); }
div.DivClassName
{
background-color: #4D0D2B;
}
.BgClassName
{
background-color: #4D0D2B;
}
</style>
border-color css
<style>
span { border-color: #4D0D2B; }
span { border-color: rgb(77,13,43); }
td.TdClassName
{
border-color: #4D0D2B;
}
.TagClassName
{
border-color: #4D0D2B;
}
</style>