Shades of Blackberry #4C0736
Tints of Blackberry #4C0736
RGB
CMYK
RGB Variations
Color information
#4C0736 (or 0x4C0736) is known color: Blackberry. HEX triplet: 4C, 07 and 36. RGB value is (76,7,54). Sum of RGB (Red+Green+Blue) = 76+7+54=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0736 is #B3F8C9. Grayscale: #202020. Windows color (decimal): -11794634 or 3540812. OLE color: 3540812.
HSL color Cylindrical-coordinate representation of color #4C0736: hue angle of 319.13º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0736 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 7 | 54 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.70 |
| HSL | 319.13º | 0.83% | 0.16% | - |
| HSV(B) | 319.13º | 0.91% | 0.3% | - |
| XYZ | 3.72 | 1.95 | 3.67 | - |
| YUV | 32.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 54 | 0 | 0.91 | 0.29 | 0.70 | 319.13 | 0.83 | 0.16 |
| Hex | 4C | 7 | 36 | 0 | 5B | 1D | 46 | 13F | 53 | 10 |
| Octal | 114 | 7 | 66 | 0 | 133 | 35 | 106 | 477 | 123 | 20 |
| Binary | 1001100 | 111 | 110110 | 0 | 1011011 | 11101 | 1000110 | 100111111 | 1010011 | 10000 |
Color Harmonies of #4C0736
Complementary color
Monochromatic Colors of #4C0736
Black with #4C0736
Text Example
Text Example
White with #4C0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0736; }
p { color: rgb(76,7,54); }
H1.HeaderClassName
{
color: #4C0736;
}
.AnyTagClassName
{
color: #4C0736;
}
</style>
background-color css
<style>
a { background-color: #4C0736; }
a { background-color: rgb(76,7,54); }
div.DivClassName
{
background-color: #4C0736;
}
.BgClassName
{
background-color: #4C0736;
}
</style>
border-color css
<style>
span { border-color: #4C0736; }
span { border-color: rgb(76,7,54); }
td.TdClassName
{
border-color: #4C0736;
}
.TagClassName
{
border-color: #4C0736;
}
</style>