Shades of Blackberry #4C1533
Tints of Blackberry #4C1533
RGB
CMYK
RGB Variations
Color information
#4C1533 (or 0x4C1533) is known color: Blackberry. HEX triplet: 4C, 15 and 33. RGB value is (76,21,51). Sum of RGB (Red+Green+Blue) = 76+21+51=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1533 is #B3EACC. Grayscale: #282828. Windows color (decimal): -11791053 or 3347788. OLE color: 3347788.
HSL color Cylindrical-coordinate representation of color #4C1533: hue angle of 327.27º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1533 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 51 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.70 |
| HSL | 327.27º | 0.57% | 0.19% | - |
| HSV(B) | 327.27º | 0.72% | 0.3% | - |
| XYZ | 3.85 | 2.31 | 3.38 | - |
| YUV | 40.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 51 | 0 | 0.72 | 0.33 | 0.70 | 327.27 | 0.57 | 0.19 |
| Hex | 4C | 15 | 33 | 0 | 48 | 21 | 46 | 147 | 39 | 13 |
| Octal | 114 | 25 | 63 | 0 | 110 | 41 | 106 | 507 | 71 | 23 |
| Binary | 1001100 | 10101 | 110011 | 0 | 1001000 | 100001 | 1000110 | 101000111 | 111001 | 10011 |
Color Harmonies of #4C1533
Complementary color
Monochromatic Colors of #4C1533
Black with #4C1533
Text Example
Text Example
White with #4C1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1533; }
p { color: rgb(76,21,51); }
H1.HeaderClassName
{
color: #4C1533;
}
.AnyTagClassName
{
color: #4C1533;
}
</style>
background-color css
<style>
a { background-color: #4C1533; }
a { background-color: rgb(76,21,51); }
div.DivClassName
{
background-color: #4C1533;
}
.BgClassName
{
background-color: #4C1533;
}
</style>
border-color css
<style>
span { border-color: #4C1533; }
span { border-color: rgb(76,21,51); }
td.TdClassName
{
border-color: #4C1533;
}
.TagClassName
{
border-color: #4C1533;
}
</style>