Shades of Blackberry #4C092D
Tints of Blackberry #4C092D
RGB
CMYK
RGB Variations
Color information
#4C092D (or 0x4C092D) is known color: Blackberry. HEX triplet: 4C, 09 and 2D. RGB value is (76,9,45). Sum of RGB (Red+Green+Blue) = 76+9+45=130 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.46% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 76 - color contains mainly: red. Hex color #4C092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C092D is #B3F6D2. Grayscale: #212121. Windows color (decimal): -11794131 or 2951500. OLE color: 2951500.
HSL color Cylindrical-coordinate representation of color #4C092D: hue angle of 327.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C092D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 9 | 45 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.70 |
| HSL | 327.76º | 0.79% | 0.17% | - |
| HSV(B) | 327.76º | 0.88% | 0.3% | - |
| XYZ | 3.55 | 1.92 | 2.67 | - |
| YUV | 33.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 45 | 0 | 0.88 | 0.41 | 0.70 | 327.76 | 0.79 | 0.17 |
| Hex | 4C | 9 | 2D | 0 | 58 | 29 | 46 | 148 | 4F | 11 |
| Octal | 114 | 11 | 55 | 0 | 130 | 51 | 106 | 510 | 117 | 21 |
| Binary | 1001100 | 1001 | 101101 | 0 | 1011000 | 101001 | 1000110 | 101001000 | 1001111 | 10001 |
Color Harmonies of #4C092D
Complementary color
Monochromatic Colors of #4C092D
Black with #4C092D
Text Example
Text Example
White with #4C092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C092D; }
p { color: rgb(76,9,45); }
H1.HeaderClassName
{
color: #4C092D;
}
.AnyTagClassName
{
color: #4C092D;
}
</style>
background-color css
<style>
a { background-color: #4C092D; }
a { background-color: rgb(76,9,45); }
div.DivClassName
{
background-color: #4C092D;
}
.BgClassName
{
background-color: #4C092D;
}
</style>
border-color css
<style>
span { border-color: #4C092D; }
span { border-color: rgb(76,9,45); }
td.TdClassName
{
border-color: #4C092D;
}
.TagClassName
{
border-color: #4C092D;
}
</style>