Shades of Blackberry #4C143C
Tints of Blackberry #4C143C
RGB
CMYK
RGB Variations
Color information
#4C143C (or 0x4C143C) is known color: Blackberry. HEX triplet: 4C, 14 and 3C. RGB value is (76,20,60). Sum of RGB (Red+Green+Blue) = 76+20+60=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C143C is #B3EBC3. Grayscale: #292929. Windows color (decimal): -11791300 or 3937356. OLE color: 3937356.
HSL color Cylindrical-coordinate representation of color #4C143C: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C143C is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 60 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.70 |
| HSL | 317.14º | 0.58% | 0.19% | - |
| HSV(B) | 317.14º | 0.74% | 0.3% | - |
| XYZ | 4.05 | 2.36 | 4.52 | - |
| YUV | 41.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 60 | 0 | 0.74 | 0.21 | 0.70 | 317.14 | 0.58 | 0.19 |
| Hex | 4C | 14 | 3C | 0 | 4A | 15 | 46 | 13D | 3A | 13 |
| Octal | 114 | 24 | 74 | 0 | 112 | 25 | 106 | 475 | 72 | 23 |
| Binary | 1001100 | 10100 | 111100 | 0 | 1001010 | 10101 | 1000110 | 100111101 | 111010 | 10011 |
Color Harmonies of #4C143C
Complementary color
Monochromatic Colors of #4C143C
Black with #4C143C
Text Example
Text Example
White with #4C143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C143C; }
p { color: rgb(76,20,60); }
H1.HeaderClassName
{
color: #4C143C;
}
.AnyTagClassName
{
color: #4C143C;
}
</style>
background-color css
<style>
a { background-color: #4C143C; }
a { background-color: rgb(76,20,60); }
div.DivClassName
{
background-color: #4C143C;
}
.BgClassName
{
background-color: #4C143C;
}
</style>
border-color css
<style>
span { border-color: #4C143C; }
span { border-color: rgb(76,20,60); }
td.TdClassName
{
border-color: #4C143C;
}
.TagClassName
{
border-color: #4C143C;
}
</style>