Shades of Blackberry #4C1135
Tints of Blackberry #4C1135
RGB
CMYK
RGB Variations
Color information
#4C1135 (or 0x4C1135) is known color: Blackberry. HEX triplet: 4C, 11 and 35. RGB value is (76,17,53). Sum of RGB (Red+Green+Blue) = 76+17+53=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1135 is #B3EECA. Grayscale: #262626. Windows color (decimal): -11792075 or 3477836. OLE color: 3477836.
HSL color Cylindrical-coordinate representation of color #4C1135: hue angle of 323.39º 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 #4C1135 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 53 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.70 |
| HSL | 323.39º | 0.63% | 0.18% | - |
| HSV(B) | 323.39º | 0.78% | 0.3% | - |
| XYZ | 3.82 | 2.19 | 3.59 | - |
| YUV | 38.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 53 | 0 | 0.78 | 0.30 | 0.70 | 323.39 | 0.63 | 0.18 |
| Hex | 4C | 11 | 35 | 0 | 4E | 1E | 46 | 143 | 3F | 12 |
| Octal | 114 | 21 | 65 | 0 | 116 | 36 | 106 | 503 | 77 | 22 |
| Binary | 1001100 | 10001 | 110101 | 0 | 1001110 | 11110 | 1000110 | 101000011 | 111111 | 10010 |
Color Harmonies of #4C1135
Complementary color
Monochromatic Colors of #4C1135
Black with #4C1135
Text Example
Text Example
White with #4C1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1135; }
p { color: rgb(76,17,53); }
H1.HeaderClassName
{
color: #4C1135;
}
.AnyTagClassName
{
color: #4C1135;
}
</style>
background-color css
<style>
a { background-color: #4C1135; }
a { background-color: rgb(76,17,53); }
div.DivClassName
{
background-color: #4C1135;
}
.BgClassName
{
background-color: #4C1135;
}
</style>
border-color css
<style>
span { border-color: #4C1135; }
span { border-color: rgb(76,17,53); }
td.TdClassName
{
border-color: #4C1135;
}
.TagClassName
{
border-color: #4C1135;
}
</style>