Shades of Blackberry #4C0F3A
Tints of Blackberry #4C0F3A
RGB
CMYK
RGB Variations
Color information
#4C0F3A (or 0x4C0F3A) is known color: Blackberry. HEX triplet: 4C, 0F and 3A. RGB value is (76,15,58). Sum of RGB (Red+Green+Blue) = 76+15+58=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F3A is #B3F0C5. Grayscale: #262626. Windows color (decimal): -11792582 or 3805004. OLE color: 3805004.
HSL color Cylindrical-coordinate representation of color #4C0F3A: hue angle of 317.7º 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 #4C0F3A is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 58 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.70 |
| HSL | 317.7º | 0.67% | 0.18% | - |
| HSV(B) | 317.7º | 0.8% | 0.3% | - |
| XYZ | 3.92 | 2.18 | 4.22 | - |
| YUV | 38.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 58 | 0 | 0.80 | 0.24 | 0.70 | 317.7 | 0.67 | 0.18 |
| Hex | 4C | F | 3A | 0 | 50 | 18 | 46 | 13E | 43 | 12 |
| Octal | 114 | 17 | 72 | 0 | 120 | 30 | 106 | 476 | 103 | 22 |
| Binary | 1001100 | 1111 | 111010 | 0 | 1010000 | 11000 | 1000110 | 100111110 | 1000011 | 10010 |
Color Harmonies of #4C0F3A
Complementary color
Monochromatic Colors of #4C0F3A
Black with #4C0F3A
Text Example
Text Example
White with #4C0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F3A; }
p { color: rgb(76,15,58); }
H1.HeaderClassName
{
color: #4C0F3A;
}
.AnyTagClassName
{
color: #4C0F3A;
}
</style>
background-color css
<style>
a { background-color: #4C0F3A; }
a { background-color: rgb(76,15,58); }
div.DivClassName
{
background-color: #4C0F3A;
}
.BgClassName
{
background-color: #4C0F3A;
}
</style>
border-color css
<style>
span { border-color: #4C0F3A; }
span { border-color: rgb(76,15,58); }
td.TdClassName
{
border-color: #4C0F3A;
}
.TagClassName
{
border-color: #4C0F3A;
}
</style>