Shades of Blackberry #4D0B26
Tints of Blackberry #4D0B26
RGB
CMYK
RGB Variations
Color information
#4D0B26 (or 0x4D0B26) is known color: Blackberry. HEX triplet: 4D, 0B and 26. RGB value is (77,11,38). Sum of RGB (Red+Green+Blue) = 77+11+38=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B26 is #B2F4D9. Grayscale: #212121. Windows color (decimal): -11728090 or 2493261. OLE color: 2493261.
HSL color Cylindrical-coordinate representation of color #4D0B26: hue angle of 335.45º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D0B26 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 11 | 38 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.70 |
| HSL | 335.45º | 0.75% | 0.17% | - |
| HSV(B) | 335.45º | 0.86% | 0.3% | - |
| XYZ | 3.53 | 1.96 | 2.03 | - |
| YUV | 33.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 38 | 0 | 0.86 | 0.51 | 0.70 | 335.45 | 0.75 | 0.17 |
| Hex | 4D | B | 26 | 0 | 56 | 33 | 46 | 14F | 4B | 11 |
| Octal | 115 | 13 | 46 | 0 | 126 | 63 | 106 | 517 | 113 | 21 |
| Binary | 1001101 | 1011 | 100110 | 0 | 1010110 | 110011 | 1000110 | 101001111 | 1001011 | 10001 |
Color Harmonies of #4D0B26
Complementary color
Monochromatic Colors of #4D0B26
Black with #4D0B26
Text Example
Text Example
White with #4D0B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0B26; }
p { color: rgb(77,11,38); }
H1.HeaderClassName
{
color: #4D0B26;
}
.AnyTagClassName
{
color: #4D0B26;
}
</style>
background-color css
<style>
a { background-color: #4D0B26; }
a { background-color: rgb(77,11,38); }
div.DivClassName
{
background-color: #4D0B26;
}
.BgClassName
{
background-color: #4D0B26;
}
</style>
border-color css
<style>
span { border-color: #4D0B26; }
span { border-color: rgb(77,11,38); }
td.TdClassName
{
border-color: #4D0B26;
}
.TagClassName
{
border-color: #4D0B26;
}
</style>