Shades of Blackberry #4C1631
Tints of Blackberry #4C1631
RGB
CMYK
RGB Variations
Color information
#4C1631 (or 0x4C1631) is known color: Blackberry. HEX triplet: 4C, 16 and 31. RGB value is (76,22,49). Sum of RGB (Red+Green+Blue) = 76+22+49=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1631 is #B3E9CE. Grayscale: #292929. Windows color (decimal): -11790799 or 3216972. OLE color: 3216972.
HSL color Cylindrical-coordinate representation of color #4C1631: hue angle of 330º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C1631 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 49 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.70 |
| HSL | 330º | 0.55% | 0.19% | - |
| HSV(B) | 330º | 0.71% | 0.3% | - |
| XYZ | 3.82 | 2.33 | 3.15 | - |
| YUV | 41.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 49 | 0 | 0.71 | 0.36 | 0.70 | 330 | 0.55 | 0.19 |
| Hex | 4C | 16 | 31 | 0 | 47 | 24 | 46 | 14A | 37 | 13 |
| Octal | 114 | 26 | 61 | 0 | 107 | 44 | 106 | 512 | 67 | 23 |
| Binary | 1001100 | 10110 | 110001 | 0 | 1000111 | 100100 | 1000110 | 101001010 | 110111 | 10011 |
Color Harmonies of #4C1631
Complementary color
Monochromatic Colors of #4C1631
Black with #4C1631
Text Example
Text Example
White with #4C1631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1631; }
p { color: rgb(76,22,49); }
H1.HeaderClassName
{
color: #4C1631;
}
.AnyTagClassName
{
color: #4C1631;
}
</style>
background-color css
<style>
a { background-color: #4C1631; }
a { background-color: rgb(76,22,49); }
div.DivClassName
{
background-color: #4C1631;
}
.BgClassName
{
background-color: #4C1631;
}
</style>
border-color css
<style>
span { border-color: #4C1631; }
span { border-color: rgb(76,22,49); }
td.TdClassName
{
border-color: #4C1631;
}
.TagClassName
{
border-color: #4C1631;
}
</style>