Shades of Blackberry #4C203B
Tints of Blackberry #4C203B
RGB
CMYK
RGB Variations
Color information
#4C203B (or 0x4C203B) is known color: Blackberry. HEX triplet: 4C, 20 and 3B. RGB value is (76,32,59). Sum of RGB (Red+Green+Blue) = 76+32+59=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C203B is #B3DFC4. Grayscale: #303030. Windows color (decimal): -11788229 or 3874892. OLE color: 3874892.
HSL color Cylindrical-coordinate representation of color #4C203B: hue angle of 323.18º 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 #4C203B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 59 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.70 |
| HSL | 323.18º | 0.41% | 0.21% | - |
| HSV(B) | 323.18º | 0.58% | 0.3% | - |
| XYZ | 4.29 | 2.89 | 4.47 | - |
| YUV | 48.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 59 | 0 | 0.58 | 0.22 | 0.70 | 323.18 | 0.41 | 0.21 |
| Hex | 4C | 20 | 3B | 0 | 3A | 16 | 46 | 143 | 29 | 15 |
| Octal | 114 | 40 | 73 | 0 | 72 | 26 | 106 | 503 | 51 | 25 |
| Binary | 1001100 | 100000 | 111011 | 0 | 111010 | 10110 | 1000110 | 101000011 | 101001 | 10101 |
Color Harmonies of #4C203B
Complementary color
Monochromatic Colors of #4C203B
Black with #4C203B
Text Example
Text Example
White with #4C203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C203B; }
p { color: rgb(76,32,59); }
H1.HeaderClassName
{
color: #4C203B;
}
.AnyTagClassName
{
color: #4C203B;
}
</style>
background-color css
<style>
a { background-color: #4C203B; }
a { background-color: rgb(76,32,59); }
div.DivClassName
{
background-color: #4C203B;
}
.BgClassName
{
background-color: #4C203B;
}
</style>
border-color css
<style>
span { border-color: #4C203B; }
span { border-color: rgb(76,32,59); }
td.TdClassName
{
border-color: #4C203B;
}
.TagClassName
{
border-color: #4C203B;
}
</style>