Shades of Blackberry #4C1832
Tints of Blackberry #4C1832
RGB
CMYK
RGB Variations
Color information
#4C1832 (or 0x4C1832) is known color: Blackberry. HEX triplet: 4C, 18 and 32. RGB value is (76,24,50). Sum of RGB (Red+Green+Blue) = 76+24+50=150 (19% of max value = 765). Red value is 76 (30.08% from 255 or 50.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1832 is #B3E7CD. Grayscale: #2A2A2A. Windows color (decimal): -11790286 or 3283020. OLE color: 3283020.
HSL color Cylindrical-coordinate representation of color #4C1832: hue angle of 330º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1832 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 50 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.70 |
| HSL | 330º | 0.52% | 0.2% | - |
| HSV(B) | 330º | 0.68% | 0.3% | - |
| XYZ | 3.88 | 2.42 | 3.28 | - |
| YUV | 42.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 50 | 0 | 0.68 | 0.34 | 0.70 | 330 | 0.52 | 0.2 |
| Hex | 4C | 18 | 32 | 0 | 44 | 22 | 46 | 14A | 34 | 14 |
| Octal | 114 | 30 | 62 | 0 | 104 | 42 | 106 | 512 | 64 | 24 |
| Binary | 1001100 | 11000 | 110010 | 0 | 1000100 | 100010 | 1000110 | 101001010 | 110100 | 10100 |
Color Harmonies of #4C1832
Complementary color
Monochromatic Colors of #4C1832
Black with #4C1832
Text Example
Text Example
White with #4C1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1832; }
p { color: rgb(76,24,50); }
H1.HeaderClassName
{
color: #4C1832;
}
.AnyTagClassName
{
color: #4C1832;
}
</style>
background-color css
<style>
a { background-color: #4C1832; }
a { background-color: rgb(76,24,50); }
div.DivClassName
{
background-color: #4C1832;
}
.BgClassName
{
background-color: #4C1832;
}
</style>
border-color css
<style>
span { border-color: #4C1832; }
span { border-color: rgb(76,24,50); }
td.TdClassName
{
border-color: #4C1832;
}
.TagClassName
{
border-color: #4C1832;
}
</style>