Shades of Blackberry #4C0F3B
Tints of Blackberry #4C0F3B
RGB
CMYK
RGB Variations
Color information
#4C0F3B (or 0x4C0F3B) is known color: Blackberry. HEX triplet: 4C, 0F and 3B. RGB value is (76,15,59). Sum of RGB (Red+Green+Blue) = 76+15+59=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F3B is #B3F0C4. Grayscale: #262626. Windows color (decimal): -11792581 or 3870540. OLE color: 3870540.
HSL color Cylindrical-coordinate representation of color #4C0F3B: hue angle of 316.72º 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 #4C0F3B is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 59 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.70 |
| HSL | 316.72º | 0.67% | 0.18% | - |
| HSV(B) | 316.72º | 0.8% | 0.3% | - |
| XYZ | 3.94 | 2.19 | 4.35 | - |
| YUV | 38.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 59 | 0 | 0.80 | 0.22 | 0.70 | 316.72 | 0.67 | 0.18 |
| Hex | 4C | F | 3B | 0 | 50 | 16 | 46 | 13D | 43 | 12 |
| Octal | 114 | 17 | 73 | 0 | 120 | 26 | 106 | 475 | 103 | 22 |
| Binary | 1001100 | 1111 | 111011 | 0 | 1010000 | 10110 | 1000110 | 100111101 | 1000011 | 10010 |
Color Harmonies of #4C0F3B
Complementary color
Monochromatic Colors of #4C0F3B
Black with #4C0F3B
Text Example
Text Example
White with #4C0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F3B; }
p { color: rgb(76,15,59); }
H1.HeaderClassName
{
color: #4C0F3B;
}
.AnyTagClassName
{
color: #4C0F3B;
}
</style>
background-color css
<style>
a { background-color: #4C0F3B; }
a { background-color: rgb(76,15,59); }
div.DivClassName
{
background-color: #4C0F3B;
}
.BgClassName
{
background-color: #4C0F3B;
}
</style>
border-color css
<style>
span { border-color: #4C0F3B; }
span { border-color: rgb(76,15,59); }
td.TdClassName
{
border-color: #4C0F3B;
}
.TagClassName
{
border-color: #4C0F3B;
}
</style>