Shades of Blackberry #4C072C
Tints of Blackberry #4C072C
RGB
CMYK
RGB Variations
Color information
#4C072C (or 0x4C072C) is known color: Blackberry. HEX triplet: 4C, 07 and 2C. RGB value is (76,7,44). Sum of RGB (Red+Green+Blue) = 76+7+44=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C072C is #B3F8D3. Grayscale: #1F1F1F. Windows color (decimal): -11794644 or 2885452. OLE color: 2885452.
HSL color Cylindrical-coordinate representation of color #4C072C: hue angle of 327.83º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C072C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 7 | 44 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.70 |
| HSL | 327.83º | 0.83% | 0.16% | - |
| HSV(B) | 327.83º | 0.91% | 0.3% | - |
| XYZ | 3.51 | 1.87 | 2.56 | - |
| YUV | 31.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 44 | 0 | 0.91 | 0.42 | 0.70 | 327.83 | 0.83 | 0.16 |
| Hex | 4C | 7 | 2C | 0 | 5B | 2A | 46 | 148 | 53 | 10 |
| Octal | 114 | 7 | 54 | 0 | 133 | 52 | 106 | 510 | 123 | 20 |
| Binary | 1001100 | 111 | 101100 | 0 | 1011011 | 101010 | 1000110 | 101001000 | 1010011 | 10000 |
Color Harmonies of #4C072C
Complementary color
Monochromatic Colors of #4C072C
Black with #4C072C
Text Example
Text Example
White with #4C072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C072C; }
p { color: rgb(76,7,44); }
H1.HeaderClassName
{
color: #4C072C;
}
.AnyTagClassName
{
color: #4C072C;
}
</style>
background-color css
<style>
a { background-color: #4C072C; }
a { background-color: rgb(76,7,44); }
div.DivClassName
{
background-color: #4C072C;
}
.BgClassName
{
background-color: #4C072C;
}
</style>
border-color css
<style>
span { border-color: #4C072C; }
span { border-color: rgb(76,7,44); }
td.TdClassName
{
border-color: #4C072C;
}
.TagClassName
{
border-color: #4C072C;
}
</style>