Shades of Blackberry #4C032C
Tints of Blackberry #4C032C
RGB
CMYK
RGB Variations
Color information
#4C032C (or 0x4C032C) is known color: Blackberry. HEX triplet: 4C, 03 and 2C. RGB value is (76,3,44). Sum of RGB (Red+Green+Blue) = 76+3+44=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C032C is #B3FCD3. Grayscale: #1D1D1D. Windows color (decimal): -11795668 or 2884428. OLE color: 2884428.
HSL color Cylindrical-coordinate representation of color #4C032C: hue angle of 326.3º 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 #4C032C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 44 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.70 |
| HSL | 326.3º | 0.92% | 0.15% | - |
| HSV(B) | 326.3º | 0.96% | 0.3% | - |
| XYZ | 3.47 | 1.78 | 2.54 | - |
| YUV | 29.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 44 | 0 | 0.96 | 0.42 | 0.70 | 326.3 | 0.92 | 0.15 |
| Hex | 4C | 3 | 2C | 0 | 60 | 2A | 46 | 146 | 5C | F |
| Octal | 114 | 3 | 54 | 0 | 140 | 52 | 106 | 506 | 134 | 17 |
| Binary | 1001100 | 11 | 101100 | 0 | 1100000 | 101010 | 1000110 | 101000110 | 1011100 | 1111 |
Color Harmonies of #4C032C
Complementary color
Monochromatic Colors of #4C032C
Black with #4C032C
Text Example
Text Example
White with #4C032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C032C; }
p { color: rgb(76,3,44); }
H1.HeaderClassName
{
color: #4C032C;
}
.AnyTagClassName
{
color: #4C032C;
}
</style>
background-color css
<style>
a { background-color: #4C032C; }
a { background-color: rgb(76,3,44); }
div.DivClassName
{
background-color: #4C032C;
}
.BgClassName
{
background-color: #4C032C;
}
</style>
border-color css
<style>
span { border-color: #4C032C; }
span { border-color: rgb(76,3,44); }
td.TdClassName
{
border-color: #4C032C;
}
.TagClassName
{
border-color: #4C032C;
}
</style>