Shades of Blackberry #4C0539
Tints of Blackberry #4C0539
RGB
CMYK
RGB Variations
Color information
#4C0539 (or 0x4C0539) is known color: Blackberry. HEX triplet: 4C, 05 and 39. RGB value is (76,5,57). Sum of RGB (Red+Green+Blue) = 76+5+57=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0539 is #B3FAC6. Grayscale: #202020. Windows color (decimal): -11795143 or 3736908. OLE color: 3736908.
HSL color Cylindrical-coordinate representation of color #4C0539: hue angle of 316.06º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0539 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 57 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.70 |
| HSL | 316.06º | 0.88% | 0.16% | - |
| HSV(B) | 316.06º | 0.93% | 0.3% | - |
| XYZ | 3.77 | 1.94 | 4.05 | - |
| YUV | 32.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 57 | 0 | 0.93 | 0.25 | 0.70 | 316.06 | 0.88 | 0.16 |
| Hex | 4C | 5 | 39 | 0 | 5D | 19 | 46 | 13C | 58 | 10 |
| Octal | 114 | 5 | 71 | 0 | 135 | 31 | 106 | 474 | 130 | 20 |
| Binary | 1001100 | 101 | 111001 | 0 | 1011101 | 11001 | 1000110 | 100111100 | 1011000 | 10000 |
Color Harmonies of #4C0539
Complementary color
Monochromatic Colors of #4C0539
Black with #4C0539
Text Example
Text Example
White with #4C0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0539; }
p { color: rgb(76,5,57); }
H1.HeaderClassName
{
color: #4C0539;
}
.AnyTagClassName
{
color: #4C0539;
}
</style>
background-color css
<style>
a { background-color: #4C0539; }
a { background-color: rgb(76,5,57); }
div.DivClassName
{
background-color: #4C0539;
}
.BgClassName
{
background-color: #4C0539;
}
</style>
border-color css
<style>
span { border-color: #4C0539; }
span { border-color: rgb(76,5,57); }
td.TdClassName
{
border-color: #4C0539;
}
.TagClassName
{
border-color: #4C0539;
}
</style>