Shades of Blackberry #4C1B31
Tints of Blackberry #4C1B31
RGB
CMYK
RGB Variations
Color information
#4C1B31 (or 0x4C1B31) is known color: Blackberry. HEX triplet: 4C, 1B and 31. RGB value is (76,27,49). Sum of RGB (Red+Green+Blue) = 76+27+49=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B31 is #B3E4CE. Grayscale: #2C2C2C. Windows color (decimal): -11789519 or 3218252. OLE color: 3218252.
HSL color Cylindrical-coordinate representation of color #4C1B31: hue angle of 333.06º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C1B31 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 27 | 49 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.70 |
| HSL | 333.06º | 0.48% | 0.2% | - |
| HSV(B) | 333.06º | 0.64% | 0.3% | - |
| XYZ | 3.93 | 2.54 | 3.19 | - |
| YUV | 44.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 49 | 0 | 0.64 | 0.36 | 0.70 | 333.06 | 0.48 | 0.2 |
| Hex | 4C | 1B | 31 | 0 | 40 | 24 | 46 | 14D | 30 | 14 |
| Octal | 114 | 33 | 61 | 0 | 100 | 44 | 106 | 515 | 60 | 24 |
| Binary | 1001100 | 11011 | 110001 | 0 | 1000000 | 100100 | 1000110 | 101001101 | 110000 | 10100 |
Color Harmonies of #4C1B31
Complementary color
Monochromatic Colors of #4C1B31
Black with #4C1B31
Text Example
Text Example
White with #4C1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1B31; }
p { color: rgb(76,27,49); }
H1.HeaderClassName
{
color: #4C1B31;
}
.AnyTagClassName
{
color: #4C1B31;
}
</style>
background-color css
<style>
a { background-color: #4C1B31; }
a { background-color: rgb(76,27,49); }
div.DivClassName
{
background-color: #4C1B31;
}
.BgClassName
{
background-color: #4C1B31;
}
</style>
border-color css
<style>
span { border-color: #4C1B31; }
span { border-color: rgb(76,27,49); }
td.TdClassName
{
border-color: #4C1B31;
}
.TagClassName
{
border-color: #4C1B31;
}
</style>