Shades of Blackberry #4D0D26
Tints of Blackberry #4D0D26
RGB
CMYK
RGB Variations
Color information
#4D0D26 (or 0x4D0D26) is known color: Blackberry. HEX triplet: 4D, 0D and 26. RGB value is (77,13,38). Sum of RGB (Red+Green+Blue) = 77+13+38=128 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.16% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0D26 is #B2F2D9. Grayscale: #222222. Windows color (decimal): -11727578 or 2493773. OLE color: 2493773.
HSL color Cylindrical-coordinate representation of color #4D0D26: hue angle of 336.56º 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 #4D0D26 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 13 | 38 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.70 |
| HSL | 336.56º | 0.71% | 0.18% | - |
| HSV(B) | 336.56º | 0.83% | 0.3% | - |
| XYZ | 3.55 | 2.01 | 2.03 | - |
| YUV | 34.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 38 | 0 | 0.83 | 0.51 | 0.70 | 336.56 | 0.71 | 0.18 |
| Hex | 4D | D | 26 | 0 | 53 | 33 | 46 | 151 | 47 | 12 |
| Octal | 115 | 15 | 46 | 0 | 123 | 63 | 106 | 521 | 107 | 22 |
| Binary | 1001101 | 1101 | 100110 | 0 | 1010011 | 110011 | 1000110 | 101010001 | 1000111 | 10010 |
Color Harmonies of #4D0D26
Complementary color
Monochromatic Colors of #4D0D26
Black with #4D0D26
Text Example
Text Example
White with #4D0D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D26; }
p { color: rgb(77,13,38); }
H1.HeaderClassName
{
color: #4D0D26;
}
.AnyTagClassName
{
color: #4D0D26;
}
</style>
background-color css
<style>
a { background-color: #4D0D26; }
a { background-color: rgb(77,13,38); }
div.DivClassName
{
background-color: #4D0D26;
}
.BgClassName
{
background-color: #4D0D26;
}
</style>
border-color css
<style>
span { border-color: #4D0D26; }
span { border-color: rgb(77,13,38); }
td.TdClassName
{
border-color: #4D0D26;
}
.TagClassName
{
border-color: #4D0D26;
}
</style>