Shades of Blackberry #4C1834
Tints of Blackberry #4C1834
RGB
CMYK
RGB Variations
Color information
#4C1834 (or 0x4C1834) is known color: Blackberry. HEX triplet: 4C, 18 and 34. RGB value is (76,24,52). Sum of RGB (Red+Green+Blue) = 76+24+52=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1834 is #B3E7CB. Grayscale: #2A2A2A. Windows color (decimal): -11790284 or 3414092. OLE color: 3414092.
HSL color Cylindrical-coordinate representation of color #4C1834: hue angle of 327.69º 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 #4C1834 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 52 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.70 |
| HSL | 327.69º | 0.52% | 0.2% | - |
| HSV(B) | 327.69º | 0.68% | 0.3% | - |
| XYZ | 3.93 | 2.44 | 3.51 | - |
| YUV | 42.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 52 | 0 | 0.68 | 0.32 | 0.70 | 327.69 | 0.52 | 0.2 |
| Hex | 4C | 18 | 34 | 0 | 44 | 20 | 46 | 148 | 34 | 14 |
| Octal | 114 | 30 | 64 | 0 | 104 | 40 | 106 | 510 | 64 | 24 |
| Binary | 1001100 | 11000 | 110100 | 0 | 1000100 | 100000 | 1000110 | 101001000 | 110100 | 10100 |
Color Harmonies of #4C1834
Complementary color
Monochromatic Colors of #4C1834
Black with #4C1834
Text Example
Text Example
White with #4C1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1834; }
p { color: rgb(76,24,52); }
H1.HeaderClassName
{
color: #4C1834;
}
.AnyTagClassName
{
color: #4C1834;
}
</style>
background-color css
<style>
a { background-color: #4C1834; }
a { background-color: rgb(76,24,52); }
div.DivClassName
{
background-color: #4C1834;
}
.BgClassName
{
background-color: #4C1834;
}
</style>
border-color css
<style>
span { border-color: #4C1834; }
span { border-color: rgb(76,24,52); }
td.TdClassName
{
border-color: #4C1834;
}
.TagClassName
{
border-color: #4C1834;
}
</style>