Shades of Blackberry #4D0C31
Tints of Blackberry #4D0C31
RGB
CMYK
RGB Variations
Color information
#4D0C31 (or 0x4D0C31) is known color: Blackberry. HEX triplet: 4D, 0C and 31. RGB value is (77,12,49). Sum of RGB (Red+Green+Blue) = 77+12+49=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C31 is #B2F3CE. Grayscale: #232323. Windows color (decimal): -11727823 or 3214413. OLE color: 3214413.
HSL color Cylindrical-coordinate representation of color #4D0C31: hue angle of 325.85º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C31 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 12 | 49 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.70 |
| HSL | 325.85º | 0.73% | 0.17% | - |
| HSV(B) | 325.85º | 0.84% | 0.3% | - |
| XYZ | 3.75 | 2.06 | 3.11 | - |
| YUV | 35.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 49 | 0 | 0.84 | 0.36 | 0.70 | 325.85 | 0.73 | 0.17 |
| Hex | 4D | C | 31 | 0 | 54 | 24 | 46 | 146 | 49 | 11 |
| Octal | 115 | 14 | 61 | 0 | 124 | 44 | 106 | 506 | 111 | 21 |
| Binary | 1001101 | 1100 | 110001 | 0 | 1010100 | 100100 | 1000110 | 101000110 | 1001001 | 10001 |
Color Harmonies of #4D0C31
Complementary color
Monochromatic Colors of #4D0C31
Black with #4D0C31
Text Example
Text Example
White with #4D0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C31; }
p { color: rgb(77,12,49); }
H1.HeaderClassName
{
color: #4D0C31;
}
.AnyTagClassName
{
color: #4D0C31;
}
</style>
background-color css
<style>
a { background-color: #4D0C31; }
a { background-color: rgb(77,12,49); }
div.DivClassName
{
background-color: #4D0C31;
}
.BgClassName
{
background-color: #4D0C31;
}
</style>
border-color css
<style>
span { border-color: #4D0C31; }
span { border-color: rgb(77,12,49); }
td.TdClassName
{
border-color: #4D0C31;
}
.TagClassName
{
border-color: #4D0C31;
}
</style>