Shades of Blackberry #4C1236
Tints of Blackberry #4C1236
RGB
CMYK
RGB Variations
Color information
#4C1236 (or 0x4C1236) is known color: Blackberry. HEX triplet: 4C, 12 and 36. RGB value is (76,18,54). Sum of RGB (Red+Green+Blue) = 76+18+54=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1236 is #B3EDC9. Grayscale: #272727. Windows color (decimal): -11791818 or 3543628. OLE color: 3543628.
HSL color Cylindrical-coordinate representation of color #4C1236: hue angle of 322.76º 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 #4C1236 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 54 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.70 |
| HSL | 322.76º | 0.62% | 0.18% | - |
| HSV(B) | 322.76º | 0.76% | 0.3% | - |
| XYZ | 3.86 | 2.24 | 3.72 | - |
| YUV | 39.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 54 | 0 | 0.76 | 0.29 | 0.70 | 322.76 | 0.62 | 0.18 |
| Hex | 4C | 12 | 36 | 0 | 4C | 1D | 46 | 143 | 3E | 12 |
| Octal | 114 | 22 | 66 | 0 | 114 | 35 | 106 | 503 | 76 | 22 |
| Binary | 1001100 | 10010 | 110110 | 0 | 1001100 | 11101 | 1000110 | 101000011 | 111110 | 10010 |
Color Harmonies of #4C1236
Complementary color
Monochromatic Colors of #4C1236
Black with #4C1236
Text Example
Text Example
White with #4C1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1236; }
p { color: rgb(76,18,54); }
H1.HeaderClassName
{
color: #4C1236;
}
.AnyTagClassName
{
color: #4C1236;
}
</style>
background-color css
<style>
a { background-color: #4C1236; }
a { background-color: rgb(76,18,54); }
div.DivClassName
{
background-color: #4C1236;
}
.BgClassName
{
background-color: #4C1236;
}
</style>
border-color css
<style>
span { border-color: #4C1236; }
span { border-color: rgb(76,18,54); }
td.TdClassName
{
border-color: #4C1236;
}
.TagClassName
{
border-color: #4C1236;
}
</style>