Shades of Blackberry #4C0828
Tints of Blackberry #4C0828
RGB
CMYK
RGB Variations
Color information
#4C0828 (or 0x4C0828) is known color: Blackberry. HEX triplet: 4C, 08 and 28. RGB value is (76,8,40). Sum of RGB (Red+Green+Blue) = 76+8+40=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0828 is #B3F7D7. Grayscale: #1F1F1F. Windows color (decimal): -11794392 or 2623564. OLE color: 2623564.
HSL color Cylindrical-coordinate representation of color #4C0828: hue angle of 331.76º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0828 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 40 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.70 |
| HSL | 331.76º | 0.81% | 0.16% | - |
| HSV(B) | 331.76º | 0.89% | 0.3% | - |
| XYZ | 3.45 | 1.86 | 2.19 | - |
| YUV | 31.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 40 | 0 | 0.89 | 0.47 | 0.70 | 331.76 | 0.81 | 0.16 |
| Hex | 4C | 8 | 28 | 0 | 59 | 2F | 46 | 14C | 51 | 10 |
| Octal | 114 | 10 | 50 | 0 | 131 | 57 | 106 | 514 | 121 | 20 |
| Binary | 1001100 | 1000 | 101000 | 0 | 1011001 | 101111 | 1000110 | 101001100 | 1010001 | 10000 |
Color Harmonies of #4C0828
Complementary color
Monochromatic Colors of #4C0828
Black with #4C0828
Text Example
Text Example
White with #4C0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0828; }
p { color: rgb(76,8,40); }
H1.HeaderClassName
{
color: #4C0828;
}
.AnyTagClassName
{
color: #4C0828;
}
</style>
background-color css
<style>
a { background-color: #4C0828; }
a { background-color: rgb(76,8,40); }
div.DivClassName
{
background-color: #4C0828;
}
.BgClassName
{
background-color: #4C0828;
}
</style>
border-color css
<style>
span { border-color: #4C0828; }
span { border-color: rgb(76,8,40); }
td.TdClassName
{
border-color: #4C0828;
}
.TagClassName
{
border-color: #4C0828;
}
</style>