Shades of Blackberry #4C0F2D
Tints of Blackberry #4C0F2D
RGB
CMYK
RGB Variations
Color information
#4C0F2D (or 0x4C0F2D) is known color: Blackberry. HEX triplet: 4C, 0F and 2D. RGB value is (76,15,45). Sum of RGB (Red+Green+Blue) = 76+15+45=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F2D is #B3F0D2. Grayscale: #242424. Windows color (decimal): -11792595 or 2953036. OLE color: 2953036.
HSL color Cylindrical-coordinate representation of color #4C0F2D: hue angle of 330.49º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C0F2D is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 45 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.70 |
| HSL | 330.49º | 0.67% | 0.18% | - |
| HSV(B) | 330.49º | 0.8% | 0.3% | - |
| XYZ | 3.62 | 2.07 | 2.69 | - |
| YUV | 36.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 45 | 0 | 0.80 | 0.41 | 0.70 | 330.49 | 0.67 | 0.18 |
| Hex | 4C | F | 2D | 0 | 50 | 29 | 46 | 14A | 43 | 12 |
| Octal | 114 | 17 | 55 | 0 | 120 | 51 | 106 | 512 | 103 | 22 |
| Binary | 1001100 | 1111 | 101101 | 0 | 1010000 | 101001 | 1000110 | 101001010 | 1000011 | 10010 |
Color Harmonies of #4C0F2D
Complementary color
Monochromatic Colors of #4C0F2D
Black with #4C0F2D
Text Example
Text Example
White with #4C0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F2D; }
p { color: rgb(76,15,45); }
H1.HeaderClassName
{
color: #4C0F2D;
}
.AnyTagClassName
{
color: #4C0F2D;
}
</style>
background-color css
<style>
a { background-color: #4C0F2D; }
a { background-color: rgb(76,15,45); }
div.DivClassName
{
background-color: #4C0F2D;
}
.BgClassName
{
background-color: #4C0F2D;
}
</style>
border-color css
<style>
span { border-color: #4C0F2D; }
span { border-color: rgb(76,15,45); }
td.TdClassName
{
border-color: #4C0F2D;
}
.TagClassName
{
border-color: #4C0F2D;
}
</style>