Shades of Blackberry #4D0D2D
Tints of Blackberry #4D0D2D
RGB
CMYK
RGB Variations
Color information
#4D0D2D (or 0x4D0D2D) is known color: Blackberry. HEX triplet: 4D, 0D and 2D. RGB value is (77,13,45). Sum of RGB (Red+Green+Blue) = 77+13+45=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D2D is #B2F2D2. Grayscale: #232323. Windows color (decimal): -11727571 or 2952525. OLE color: 2952525.
HSL color Cylindrical-coordinate representation of color #4D0D2D: hue angle of 330º 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 #4D0D2D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 45 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.70 |
| HSL | 330º | 0.71% | 0.18% | - |
| HSV(B) | 330º | 0.83% | 0.3% | - |
| XYZ | 3.68 | 2.06 | 2.69 | - |
| YUV | 35.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 45 | 0 | 0.83 | 0.42 | 0.70 | 330 | 0.71 | 0.18 |
| Hex | 4D | D | 2D | 0 | 53 | 2A | 46 | 14A | 47 | 12 |
| Octal | 115 | 15 | 55 | 0 | 123 | 52 | 106 | 512 | 107 | 22 |
| Binary | 1001101 | 1101 | 101101 | 0 | 1010011 | 101010 | 1000110 | 101001010 | 1000111 | 10010 |
Color Harmonies of #4D0D2D
Complementary color
Monochromatic Colors of #4D0D2D
Black with #4D0D2D
Text Example
Text Example
White with #4D0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D2D; }
p { color: rgb(77,13,45); }
H1.HeaderClassName
{
color: #4D0D2D;
}
.AnyTagClassName
{
color: #4D0D2D;
}
</style>
background-color css
<style>
a { background-color: #4D0D2D; }
a { background-color: rgb(77,13,45); }
div.DivClassName
{
background-color: #4D0D2D;
}
.BgClassName
{
background-color: #4D0D2D;
}
</style>
border-color css
<style>
span { border-color: #4D0D2D; }
span { border-color: rgb(77,13,45); }
td.TdClassName
{
border-color: #4D0D2D;
}
.TagClassName
{
border-color: #4D0D2D;
}
</style>