Shades of Blackberry #4C0F3F
Tints of Blackberry #4C0F3F
RGB
CMYK
RGB Variations
Color information
#4C0F3F (or 0x4C0F3F) is known color: Blackberry. HEX triplet: 4C, 0F and 3F. RGB value is (76,15,63). Sum of RGB (Red+Green+Blue) = 76+15+63=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F3F is #B3F0C0. Grayscale: #262626. Windows color (decimal): -11792577 or 4132684. OLE color: 4132684.
HSL color Cylindrical-coordinate representation of color #4C0F3F: hue angle of 312.79º 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 #4C0F3F is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 63 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.70 |
| HSL | 312.79º | 0.67% | 0.18% | - |
| HSV(B) | 312.79º | 0.8% | 0.3% | - |
| XYZ | 4.05 | 2.24 | 4.92 | - |
| YUV | 38.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 63 | 0 | 0.80 | 0.17 | 0.70 | 312.79 | 0.67 | 0.18 |
| Hex | 4C | F | 3F | 0 | 50 | 11 | 46 | 139 | 43 | 12 |
| Octal | 114 | 17 | 77 | 0 | 120 | 21 | 106 | 471 | 103 | 22 |
| Binary | 1001100 | 1111 | 111111 | 0 | 1010000 | 10001 | 1000110 | 100111001 | 1000011 | 10010 |
Color Harmonies of #4C0F3F
Complementary color
Monochromatic Colors of #4C0F3F
Black with #4C0F3F
Text Example
Text Example
White with #4C0F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F3F; }
p { color: rgb(76,15,63); }
H1.HeaderClassName
{
color: #4C0F3F;
}
.AnyTagClassName
{
color: #4C0F3F;
}
</style>
background-color css
<style>
a { background-color: #4C0F3F; }
a { background-color: rgb(76,15,63); }
div.DivClassName
{
background-color: #4C0F3F;
}
.BgClassName
{
background-color: #4C0F3F;
}
</style>
border-color css
<style>
span { border-color: #4C0F3F; }
span { border-color: rgb(76,15,63); }
td.TdClassName
{
border-color: #4C0F3F;
}
.TagClassName
{
border-color: #4C0F3F;
}
</style>