Shades of Blackberry #4C0335
Tints of Blackberry #4C0335
RGB
CMYK
RGB Variations
Color information
#4C0335 (or 0x4C0335) is known color: Blackberry. HEX triplet: 4C, 03 and 35. RGB value is (76,3,53). Sum of RGB (Red+Green+Blue) = 76+3+53=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0335 is #B3FCCA. Grayscale: #1E1E1E. Windows color (decimal): -11795659 or 3474252. OLE color: 3474252.
HSL color Cylindrical-coordinate representation of color #4C0335: hue angle of 318.9º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0335 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 53 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.70 |
| HSL | 318.9º | 0.92% | 0.15% | - |
| HSV(B) | 318.9º | 0.96% | 0.3% | - |
| XYZ | 3.66 | 1.86 | 3.53 | - |
| YUV | 30.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 53 | 0 | 0.96 | 0.30 | 0.70 | 318.9 | 0.92 | 0.15 |
| Hex | 4C | 3 | 35 | 0 | 60 | 1E | 46 | 13F | 5C | F |
| Octal | 114 | 3 | 65 | 0 | 140 | 36 | 106 | 477 | 134 | 17 |
| Binary | 1001100 | 11 | 110101 | 0 | 1100000 | 11110 | 1000110 | 100111111 | 1011100 | 1111 |
Color Harmonies of #4C0335
Complementary color
Monochromatic Colors of #4C0335
Black with #4C0335
Text Example
Text Example
White with #4C0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0335; }
p { color: rgb(76,3,53); }
H1.HeaderClassName
{
color: #4C0335;
}
.AnyTagClassName
{
color: #4C0335;
}
</style>
background-color css
<style>
a { background-color: #4C0335; }
a { background-color: rgb(76,3,53); }
div.DivClassName
{
background-color: #4C0335;
}
.BgClassName
{
background-color: #4C0335;
}
</style>
border-color css
<style>
span { border-color: #4C0335; }
span { border-color: rgb(76,3,53); }
td.TdClassName
{
border-color: #4C0335;
}
.TagClassName
{
border-color: #4C0335;
}
</style>