Shades of Blackberry #4C112B
Tints of Blackberry #4C112B
RGB
CMYK
RGB Variations
Color information
#4C112B (or 0x4C112B) is known color: Blackberry. HEX triplet: 4C, 11 and 2B. RGB value is (76,17,43). Sum of RGB (Red+Green+Blue) = 76+17+43=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112B is #B3EED4. Grayscale: #252525. Windows color (decimal): -11792085 or 2822476. OLE color: 2822476.
HSL color Cylindrical-coordinate representation of color #4C112B: hue angle of 333.56º 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 #4C112B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 43 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.70 |
| HSL | 333.56º | 0.63% | 0.18% | - |
| HSV(B) | 333.56º | 0.78% | 0.3% | - |
| XYZ | 3.62 | 2.11 | 2.5 | - |
| YUV | 37.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 43 | 0 | 0.78 | 0.43 | 0.70 | 333.56 | 0.63 | 0.18 |
| Hex | 4C | 11 | 2B | 0 | 4E | 2B | 46 | 14E | 3F | 12 |
| Octal | 114 | 21 | 53 | 0 | 116 | 53 | 106 | 516 | 77 | 22 |
| Binary | 1001100 | 10001 | 101011 | 0 | 1001110 | 101011 | 1000110 | 101001110 | 111111 | 10010 |
Color Harmonies of #4C112B
Complementary color
Monochromatic Colors of #4C112B
Black with #4C112B
Text Example
Text Example
White with #4C112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C112B; }
p { color: rgb(76,17,43); }
H1.HeaderClassName
{
color: #4C112B;
}
.AnyTagClassName
{
color: #4C112B;
}
</style>
background-color css
<style>
a { background-color: #4C112B; }
a { background-color: rgb(76,17,43); }
div.DivClassName
{
background-color: #4C112B;
}
.BgClassName
{
background-color: #4C112B;
}
</style>
border-color css
<style>
span { border-color: #4C112B; }
span { border-color: rgb(76,17,43); }
td.TdClassName
{
border-color: #4C112B;
}
.TagClassName
{
border-color: #4C112B;
}
</style>