Shades of Blackberry #4C122D
Tints of Blackberry #4C122D
RGB
CMYK
RGB Variations
Color information
#4C122D (or 0x4C122D) is known color: Blackberry. HEX triplet: 4C, 12 and 2D. RGB value is (76,18,45). Sum of RGB (Red+Green+Blue) = 76+18+45=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C122D is #B3EDD2. Grayscale: #262626. Windows color (decimal): -11791827 or 2953804. OLE color: 2953804.
HSL color Cylindrical-coordinate representation of color #4C122D: hue angle of 332.07º 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 #4C122D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 45 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.70 |
| HSL | 332.07º | 0.62% | 0.18% | - |
| HSV(B) | 332.07º | 0.76% | 0.3% | - |
| XYZ | 3.67 | 2.16 | 2.71 | - |
| YUV | 38.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 45 | 0 | 0.76 | 0.41 | 0.70 | 332.07 | 0.62 | 0.18 |
| Hex | 4C | 12 | 2D | 0 | 4C | 29 | 46 | 14C | 3E | 12 |
| Octal | 114 | 22 | 55 | 0 | 114 | 51 | 106 | 514 | 76 | 22 |
| Binary | 1001100 | 10010 | 101101 | 0 | 1001100 | 101001 | 1000110 | 101001100 | 111110 | 10010 |
Color Harmonies of #4C122D
Complementary color
Monochromatic Colors of #4C122D
Black with #4C122D
Text Example
Text Example
White with #4C122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C122D; }
p { color: rgb(76,18,45); }
H1.HeaderClassName
{
color: #4C122D;
}
.AnyTagClassName
{
color: #4C122D;
}
</style>
background-color css
<style>
a { background-color: #4C122D; }
a { background-color: rgb(76,18,45); }
div.DivClassName
{
background-color: #4C122D;
}
.BgClassName
{
background-color: #4C122D;
}
</style>
border-color css
<style>
span { border-color: #4C122D; }
span { border-color: rgb(76,18,45); }
td.TdClassName
{
border-color: #4C122D;
}
.TagClassName
{
border-color: #4C122D;
}
</style>