Shades of Blackberry #4C0229
Tints of Blackberry #4C0229
RGB
CMYK
RGB Variations
Color information
#4C0229 (or 0x4C0229) is known color: Blackberry. HEX triplet: 4C, 02 and 29. RGB value is (76,2,41). Sum of RGB (Red+Green+Blue) = 76+2+41=119 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.87% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0229 is #B3FDD6. Grayscale: #1C1C1C. Windows color (decimal): -11795927 or 2687564. OLE color: 2687564.
HSL color Cylindrical-coordinate representation of color #4C0229: hue angle of 328.38º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C0229 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 2 | 41 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.70 |
| HSL | 328.38º | 0.95% | 0.15% | - |
| HSV(B) | 328.38º | 0.97% | 0.3% | - |
| XYZ | 3.4 | 1.74 | 2.25 | - |
| YUV | 28.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 41 | 0 | 0.97 | 0.46 | 0.70 | 328.38 | 0.95 | 0.15 |
| Hex | 4C | 2 | 29 | 0 | 61 | 2E | 46 | 148 | 5F | F |
| Octal | 114 | 2 | 51 | 0 | 141 | 56 | 106 | 510 | 137 | 17 |
| Binary | 1001100 | 10 | 101001 | 0 | 1100001 | 101110 | 1000110 | 101001000 | 1011111 | 1111 |
Color Harmonies of #4C0229
Complementary color
Monochromatic Colors of #4C0229
Black with #4C0229
Text Example
Text Example
White with #4C0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0229; }
p { color: rgb(76,2,41); }
H1.HeaderClassName
{
color: #4C0229;
}
.AnyTagClassName
{
color: #4C0229;
}
</style>
background-color css
<style>
a { background-color: #4C0229; }
a { background-color: rgb(76,2,41); }
div.DivClassName
{
background-color: #4C0229;
}
.BgClassName
{
background-color: #4C0229;
}
</style>
border-color css
<style>
span { border-color: #4C0229; }
span { border-color: rgb(76,2,41); }
td.TdClassName
{
border-color: #4C0229;
}
.TagClassName
{
border-color: #4C0229;
}
</style>