Shades of Blackberry #4D0B38
Tints of Blackberry #4D0B38
RGB
CMYK
RGB Variations
Color information
#4D0B38 (or 0x4D0B38) is known color: Blackberry. HEX triplet: 4D, 0B and 38. RGB value is (77,11,56). Sum of RGB (Red+Green+Blue) = 77+11+56=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0B38 is #B2F4C7. Grayscale: #232323. Windows color (decimal): -11728072 or 3672909. OLE color: 3672909.
HSL color Cylindrical-coordinate representation of color #4D0B38: hue angle of 319.09º 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 #4D0B38 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 11 | 56 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.70 |
| HSL | 319.09º | 0.75% | 0.17% | - |
| HSV(B) | 319.09º | 0.86% | 0.3% | - |
| XYZ | 3.89 | 2.1 | 3.94 | - |
| YUV | 35.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 11 | 56 | 0 | 0.86 | 0.27 | 0.70 | 319.09 | 0.75 | 0.17 |
| Hex | 4D | B | 38 | 0 | 56 | 1B | 46 | 13F | 4B | 11 |
| Octal | 115 | 13 | 70 | 0 | 126 | 33 | 106 | 477 | 113 | 21 |
| Binary | 1001101 | 1011 | 111000 | 0 | 1010110 | 11011 | 1000110 | 100111111 | 1001011 | 10001 |
Color Harmonies of #4D0B38
Complementary color
Monochromatic Colors of #4D0B38
Black with #4D0B38
Text Example
Text Example
White with #4D0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0B38; }
p { color: rgb(77,11,56); }
H1.HeaderClassName
{
color: #4D0B38;
}
.AnyTagClassName
{
color: #4D0B38;
}
</style>
background-color css
<style>
a { background-color: #4D0B38; }
a { background-color: rgb(77,11,56); }
div.DivClassName
{
background-color: #4D0B38;
}
.BgClassName
{
background-color: #4D0B38;
}
</style>
border-color css
<style>
span { border-color: #4D0B38; }
span { border-color: rgb(77,11,56); }
td.TdClassName
{
border-color: #4D0B38;
}
.TagClassName
{
border-color: #4D0B38;
}
</style>