Shades of Blackberry #4C112D
Tints of Blackberry #4C112D
RGB
CMYK
RGB Variations
Color information
#4C112D (or 0x4C112D) is known color: Blackberry. HEX triplet: 4C, 11 and 2D. RGB value is (76,17,45). Sum of RGB (Red+Green+Blue) = 76+17+45=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112D is #B3EED2. Grayscale: #252525. Windows color (decimal): -11792083 or 2953548. OLE color: 2953548.
HSL color Cylindrical-coordinate representation of color #4C112D: hue angle of 331.53º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C112D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 45 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.70 |
| HSL | 331.53º | 0.63% | 0.18% | - |
| HSV(B) | 331.53º | 0.78% | 0.3% | - |
| XYZ | 3.65 | 2.13 | 2.7 | - |
| YUV | 37.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 45 | 0 | 0.78 | 0.41 | 0.70 | 331.53 | 0.63 | 0.18 |
| Hex | 4C | 11 | 2D | 0 | 4E | 29 | 46 | 14C | 3F | 12 |
| Octal | 114 | 21 | 55 | 0 | 116 | 51 | 106 | 514 | 77 | 22 |
| Binary | 1001100 | 10001 | 101101 | 0 | 1001110 | 101001 | 1000110 | 101001100 | 111111 | 10010 |
Color Harmonies of #4C112D
Complementary color
Monochromatic Colors of #4C112D
Black with #4C112D
Text Example
Text Example
White with #4C112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C112D; }
p { color: rgb(76,17,45); }
H1.HeaderClassName
{
color: #4C112D;
}
.AnyTagClassName
{
color: #4C112D;
}
</style>
background-color css
<style>
a { background-color: #4C112D; }
a { background-color: rgb(76,17,45); }
div.DivClassName
{
background-color: #4C112D;
}
.BgClassName
{
background-color: #4C112D;
}
</style>
border-color css
<style>
span { border-color: #4C112D; }
span { border-color: rgb(76,17,45); }
td.TdClassName
{
border-color: #4C112D;
}
.TagClassName
{
border-color: #4C112D;
}
</style>