Shades of Blackberry #4C1438
Tints of Blackberry #4C1438
RGB
CMYK
RGB Variations
Color information
#4C1438 (or 0x4C1438) is known color: Blackberry. HEX triplet: 4C, 14 and 38. RGB value is (76,20,56). Sum of RGB (Red+Green+Blue) = 76+20+56=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1438 is #B3EBC7. Grayscale: #282828. Windows color (decimal): -11791304 or 3675212. OLE color: 3675212.
HSL color Cylindrical-coordinate representation of color #4C1438: hue angle of 321.43º 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 #4C1438 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 20 | 56 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.70 |
| HSL | 321.43º | 0.58% | 0.19% | - |
| HSV(B) | 321.43º | 0.74% | 0.3% | - |
| XYZ | 3.94 | 2.32 | 3.98 | - |
| YUV | 40.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 56 | 0 | 0.74 | 0.26 | 0.70 | 321.43 | 0.58 | 0.19 |
| Hex | 4C | 14 | 38 | 0 | 4A | 1A | 46 | 141 | 3A | 13 |
| Octal | 114 | 24 | 70 | 0 | 112 | 32 | 106 | 501 | 72 | 23 |
| Binary | 1001100 | 10100 | 111000 | 0 | 1001010 | 11010 | 1000110 | 101000001 | 111010 | 10011 |
Color Harmonies of #4C1438
Complementary color
Monochromatic Colors of #4C1438
Black with #4C1438
Text Example
Text Example
White with #4C1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1438; }
p { color: rgb(76,20,56); }
H1.HeaderClassName
{
color: #4C1438;
}
.AnyTagClassName
{
color: #4C1438;
}
</style>
background-color css
<style>
a { background-color: #4C1438; }
a { background-color: rgb(76,20,56); }
div.DivClassName
{
background-color: #4C1438;
}
.BgClassName
{
background-color: #4C1438;
}
</style>
border-color css
<style>
span { border-color: #4C1438; }
span { border-color: rgb(76,20,56); }
td.TdClassName
{
border-color: #4C1438;
}
.TagClassName
{
border-color: #4C1438;
}
</style>