Shades of Blackberry #4C1639
Tints of Blackberry #4C1639
RGB
CMYK
RGB Variations
Color information
#4C1639 (or 0x4C1639) is known color: Blackberry. HEX triplet: 4C, 16 and 39. RGB value is (76,22,57). Sum of RGB (Red+Green+Blue) = 76+22+57=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1639 is #B3E9C6. Grayscale: #2A2A2A. Windows color (decimal): -11790791 or 3741260. OLE color: 3741260.
HSL color Cylindrical-coordinate representation of color #4C1639: hue angle of 321.11º 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 #4C1639 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 22 | 57 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.70 |
| HSL | 321.11º | 0.55% | 0.19% | - |
| HSV(B) | 321.11º | 0.71% | 0.3% | - |
| XYZ | 4.01 | 2.41 | 4.12 | - |
| YUV | 42.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 57 | 0 | 0.71 | 0.25 | 0.70 | 321.11 | 0.55 | 0.19 |
| Hex | 4C | 16 | 39 | 0 | 47 | 19 | 46 | 141 | 37 | 13 |
| Octal | 114 | 26 | 71 | 0 | 107 | 31 | 106 | 501 | 67 | 23 |
| Binary | 1001100 | 10110 | 111001 | 0 | 1000111 | 11001 | 1000110 | 101000001 | 110111 | 10011 |
Color Harmonies of #4C1639
Complementary color
Monochromatic Colors of #4C1639
Black with #4C1639
Text Example
Text Example
White with #4C1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1639; }
p { color: rgb(76,22,57); }
H1.HeaderClassName
{
color: #4C1639;
}
.AnyTagClassName
{
color: #4C1639;
}
</style>
background-color css
<style>
a { background-color: #4C1639; }
a { background-color: rgb(76,22,57); }
div.DivClassName
{
background-color: #4C1639;
}
.BgClassName
{
background-color: #4C1639;
}
</style>
border-color css
<style>
span { border-color: #4C1639; }
span { border-color: rgb(76,22,57); }
td.TdClassName
{
border-color: #4C1639;
}
.TagClassName
{
border-color: #4C1639;
}
</style>