Shades of Blackberry #4C143D
Tints of Blackberry #4C143D
RGB
CMYK
RGB Variations
Color information
#4C143D (or 0x4C143D) is known color: Blackberry. HEX triplet: 4C, 14 and 3D. RGB value is (76,20,61). Sum of RGB (Red+Green+Blue) = 76+20+61=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C143D is #B3EBC2. Grayscale: #292929. Windows color (decimal): -11791299 or 4002892. OLE color: 4002892.
HSL color Cylindrical-coordinate representation of color #4C143D: hue angle of 316.07º 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 #4C143D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 61 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.70 |
| HSL | 316.07º | 0.58% | 0.19% | - |
| HSV(B) | 316.07º | 0.74% | 0.3% | - |
| XYZ | 4.07 | 2.37 | 4.66 | - |
| YUV | 41.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 61 | 0 | 0.74 | 0.20 | 0.70 | 316.07 | 0.58 | 0.19 |
| Hex | 4C | 14 | 3D | 0 | 4A | 14 | 46 | 13C | 3A | 13 |
| Octal | 114 | 24 | 75 | 0 | 112 | 24 | 106 | 474 | 72 | 23 |
| Binary | 1001100 | 10100 | 111101 | 0 | 1001010 | 10100 | 1000110 | 100111100 | 111010 | 10011 |
Color Harmonies of #4C143D
Complementary color
Monochromatic Colors of #4C143D
Black with #4C143D
Text Example
Text Example
White with #4C143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C143D; }
p { color: rgb(76,20,61); }
H1.HeaderClassName
{
color: #4C143D;
}
.AnyTagClassName
{
color: #4C143D;
}
</style>
background-color css
<style>
a { background-color: #4C143D; }
a { background-color: rgb(76,20,61); }
div.DivClassName
{
background-color: #4C143D;
}
.BgClassName
{
background-color: #4C143D;
}
</style>
border-color css
<style>
span { border-color: #4C143D; }
span { border-color: rgb(76,20,61); }
td.TdClassName
{
border-color: #4C143D;
}
.TagClassName
{
border-color: #4C143D;
}
</style>