Shades of Blackberry #4C203A
Tints of Blackberry #4C203A
RGB
CMYK
RGB Variations
Color information
#4C203A (or 0x4C203A) is known color: Blackberry. HEX triplet: 4C, 20 and 3A. RGB value is (76,32,58). Sum of RGB (Red+Green+Blue) = 76+32+58=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C203A is #B3DFC5. Grayscale: #303030. Windows color (decimal): -11788230 or 3809356. OLE color: 3809356.
HSL color Cylindrical-coordinate representation of color #4C203A: hue angle of 324.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C203A is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 58 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.70 |
| HSL | 324.55º | 0.41% | 0.21% | - |
| HSV(B) | 324.55º | 0.58% | 0.3% | - |
| XYZ | 4.26 | 2.88 | 4.33 | - |
| YUV | 48.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 58 | 0 | 0.58 | 0.24 | 0.70 | 324.55 | 0.41 | 0.21 |
| Hex | 4C | 20 | 3A | 0 | 3A | 18 | 46 | 145 | 29 | 15 |
| Octal | 114 | 40 | 72 | 0 | 72 | 30 | 106 | 505 | 51 | 25 |
| Binary | 1001100 | 100000 | 111010 | 0 | 111010 | 11000 | 1000110 | 101000101 | 101001 | 10101 |
Color Harmonies of #4C203A
Complementary color
Monochromatic Colors of #4C203A
Black with #4C203A
Text Example
Text Example
White with #4C203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C203A; }
p { color: rgb(76,32,58); }
H1.HeaderClassName
{
color: #4C203A;
}
.AnyTagClassName
{
color: #4C203A;
}
</style>
background-color css
<style>
a { background-color: #4C203A; }
a { background-color: rgb(76,32,58); }
div.DivClassName
{
background-color: #4C203A;
}
.BgClassName
{
background-color: #4C203A;
}
</style>
border-color css
<style>
span { border-color: #4C203A; }
span { border-color: rgb(76,32,58); }
td.TdClassName
{
border-color: #4C203A;
}
.TagClassName
{
border-color: #4C203A;
}
</style>