Shades of Blackberry #4C1939
Tints of Blackberry #4C1939
RGB
CMYK
RGB Variations
Color information
#4C1939 (or 0x4C1939) is known color: Blackberry. HEX triplet: 4C, 19 and 39. RGB value is (76,25,57). Sum of RGB (Red+Green+Blue) = 76+25+57=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1939 is #B3E6C6. Grayscale: #2B2B2B. Windows color (decimal): -11790023 or 3742028. OLE color: 3742028.
HSL color Cylindrical-coordinate representation of color #4C1939: hue angle of 322.35º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1939 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 57 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.70 |
| HSL | 322.35º | 0.5% | 0.2% | - |
| HSV(B) | 322.35º | 0.67% | 0.3% | - |
| XYZ | 4.07 | 2.53 | 4.14 | - |
| YUV | 43.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 57 | 0 | 0.67 | 0.25 | 0.70 | 322.35 | 0.5 | 0.2 |
| Hex | 4C | 19 | 39 | 0 | 43 | 19 | 46 | 142 | 32 | 14 |
| Octal | 114 | 31 | 71 | 0 | 103 | 31 | 106 | 502 | 62 | 24 |
| Binary | 1001100 | 11001 | 111001 | 0 | 1000011 | 11001 | 1000110 | 101000010 | 110010 | 10100 |
Color Harmonies of #4C1939
Complementary color
Monochromatic Colors of #4C1939
Black with #4C1939
Text Example
Text Example
White with #4C1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1939; }
p { color: rgb(76,25,57); }
H1.HeaderClassName
{
color: #4C1939;
}
.AnyTagClassName
{
color: #4C1939;
}
</style>
background-color css
<style>
a { background-color: #4C1939; }
a { background-color: rgb(76,25,57); }
div.DivClassName
{
background-color: #4C1939;
}
.BgClassName
{
background-color: #4C1939;
}
</style>
border-color css
<style>
span { border-color: #4C1939; }
span { border-color: rgb(76,25,57); }
td.TdClassName
{
border-color: #4C1939;
}
.TagClassName
{
border-color: #4C1939;
}
</style>