Shades of Blackberry #4C122C
Tints of Blackberry #4C122C
RGB
CMYK
RGB Variations
Color information
#4C122C (or 0x4C122C) is known color: Blackberry. HEX triplet: 4C, 12 and 2C. RGB value is (76,18,44). Sum of RGB (Red+Green+Blue) = 76+18+44=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C122C is #B3EDD3. Grayscale: #262626. Windows color (decimal): -11791828 or 2888268. OLE color: 2888268.
HSL color Cylindrical-coordinate representation of color #4C122C: hue angle of 333.1º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C122C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 44 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.70 |
| HSL | 333.1º | 0.62% | 0.18% | - |
| HSV(B) | 333.1º | 0.76% | 0.3% | - |
| XYZ | 3.65 | 2.15 | 2.61 | - |
| YUV | 38.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 44 | 0 | 0.76 | 0.42 | 0.70 | 333.1 | 0.62 | 0.18 |
| Hex | 4C | 12 | 2C | 0 | 4C | 2A | 46 | 14D | 3E | 12 |
| Octal | 114 | 22 | 54 | 0 | 114 | 52 | 106 | 515 | 76 | 22 |
| Binary | 1001100 | 10010 | 101100 | 0 | 1001100 | 101010 | 1000110 | 101001101 | 111110 | 10010 |
Color Harmonies of #4C122C
Complementary color
Monochromatic Colors of #4C122C
Black with #4C122C
Text Example
Text Example
White with #4C122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C122C; }
p { color: rgb(76,18,44); }
H1.HeaderClassName
{
color: #4C122C;
}
.AnyTagClassName
{
color: #4C122C;
}
</style>
background-color css
<style>
a { background-color: #4C122C; }
a { background-color: rgb(76,18,44); }
div.DivClassName
{
background-color: #4C122C;
}
.BgClassName
{
background-color: #4C122C;
}
</style>
border-color css
<style>
span { border-color: #4C122C; }
span { border-color: rgb(76,18,44); }
td.TdClassName
{
border-color: #4C122C;
}
.TagClassName
{
border-color: #4C122C;
}
</style>