Shades of Blackberry #4C0F2B
Tints of Blackberry #4C0F2B
RGB
CMYK
RGB Variations
Color information
#4C0F2B (or 0x4C0F2B) is known color: Blackberry. HEX triplet: 4C, 0F and 2B. RGB value is (76,15,43). Sum of RGB (Red+Green+Blue) = 76+15+43=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F2B is #B3F0D4. Grayscale: #242424. Windows color (decimal): -11792597 or 2821964. OLE color: 2821964.
HSL color Cylindrical-coordinate representation of color #4C0F2B: hue angle of 332.46º 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 #4C0F2B is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 15 | 43 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.70 |
| HSL | 332.46º | 0.67% | 0.18% | - |
| HSV(B) | 332.46º | 0.8% | 0.3% | - |
| XYZ | 3.59 | 2.05 | 2.49 | - |
| YUV | 36.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 43 | 0 | 0.80 | 0.43 | 0.70 | 332.46 | 0.67 | 0.18 |
| Hex | 4C | F | 2B | 0 | 50 | 2B | 46 | 14C | 43 | 12 |
| Octal | 114 | 17 | 53 | 0 | 120 | 53 | 106 | 514 | 103 | 22 |
| Binary | 1001100 | 1111 | 101011 | 0 | 1010000 | 101011 | 1000110 | 101001100 | 1000011 | 10010 |
Color Harmonies of #4C0F2B
Complementary color
Monochromatic Colors of #4C0F2B
Black with #4C0F2B
Text Example
Text Example
White with #4C0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0F2B; }
p { color: rgb(76,15,43); }
H1.HeaderClassName
{
color: #4C0F2B;
}
.AnyTagClassName
{
color: #4C0F2B;
}
</style>
background-color css
<style>
a { background-color: #4C0F2B; }
a { background-color: rgb(76,15,43); }
div.DivClassName
{
background-color: #4C0F2B;
}
.BgClassName
{
background-color: #4C0F2B;
}
</style>
border-color css
<style>
span { border-color: #4C0F2B; }
span { border-color: rgb(76,15,43); }
td.TdClassName
{
border-color: #4C0F2B;
}
.TagClassName
{
border-color: #4C0F2B;
}
</style>