Shades of Blackberry #4C0D32
Tints of Blackberry #4C0D32
RGB
CMYK
RGB Variations
Color information
#4C0D32 (or 0x4C0D32) is known color: Blackberry. HEX triplet: 4C, 0D and 32. RGB value is (76,13,50). Sum of RGB (Red+Green+Blue) = 76+13+50=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0D32 is #B3F2CD. Grayscale: #232323. Windows color (decimal): -11793102 or 3280204. OLE color: 3280204.
HSL color Cylindrical-coordinate representation of color #4C0D32: hue angle of 324.76º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C0D32 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 13 | 50 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.70 |
| HSL | 324.76º | 0.71% | 0.17% | - |
| HSV(B) | 324.76º | 0.83% | 0.3% | - |
| XYZ | 3.7 | 2.05 | 3.22 | - |
| YUV | 36.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 50 | 0 | 0.83 | 0.34 | 0.70 | 324.76 | 0.71 | 0.17 |
| Hex | 4C | D | 32 | 0 | 53 | 22 | 46 | 145 | 47 | 11 |
| Octal | 114 | 15 | 62 | 0 | 123 | 42 | 106 | 505 | 107 | 21 |
| Binary | 1001100 | 1101 | 110010 | 0 | 1010011 | 100010 | 1000110 | 101000101 | 1000111 | 10001 |
Color Harmonies of #4C0D32
Complementary color
Monochromatic Colors of #4C0D32
Black with #4C0D32
Text Example
Text Example
White with #4C0D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0D32; }
p { color: rgb(76,13,50); }
H1.HeaderClassName
{
color: #4C0D32;
}
.AnyTagClassName
{
color: #4C0D32;
}
</style>
background-color css
<style>
a { background-color: #4C0D32; }
a { background-color: rgb(76,13,50); }
div.DivClassName
{
background-color: #4C0D32;
}
.BgClassName
{
background-color: #4C0D32;
}
</style>
border-color css
<style>
span { border-color: #4C0D32; }
span { border-color: rgb(76,13,50); }
td.TdClassName
{
border-color: #4C0D32;
}
.TagClassName
{
border-color: #4C0D32;
}
</style>