Shades of Blackberry #4C153C
Tints of Blackberry #4C153C
RGB
CMYK
RGB Variations
Color information
#4C153C (or 0x4C153C) is known color: Blackberry. HEX triplet: 4C, 15 and 3C. RGB value is (76,21,60). Sum of RGB (Red+Green+Blue) = 76+21+60=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C153C is #B3EAC3. Grayscale: #292929. Windows color (decimal): -11791044 or 3937612. OLE color: 3937612.
HSL color Cylindrical-coordinate representation of color #4C153C: hue angle of 317.45º 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 #4C153C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 60 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.70 |
| HSL | 317.45º | 0.57% | 0.19% | - |
| HSV(B) | 317.45º | 0.72% | 0.3% | - |
| XYZ | 4.06 | 2.4 | 4.52 | - |
| YUV | 41.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 60 | 0 | 0.72 | 0.21 | 0.70 | 317.45 | 0.57 | 0.19 |
| Hex | 4C | 15 | 3C | 0 | 48 | 15 | 46 | 13D | 39 | 13 |
| Octal | 114 | 25 | 74 | 0 | 110 | 25 | 106 | 475 | 71 | 23 |
| Binary | 1001100 | 10101 | 111100 | 0 | 1001000 | 10101 | 1000110 | 100111101 | 111001 | 10011 |
Color Harmonies of #4C153C
Complementary color
Monochromatic Colors of #4C153C
Black with #4C153C
Text Example
Text Example
White with #4C153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C153C; }
p { color: rgb(76,21,60); }
H1.HeaderClassName
{
color: #4C153C;
}
.AnyTagClassName
{
color: #4C153C;
}
</style>
background-color css
<style>
a { background-color: #4C153C; }
a { background-color: rgb(76,21,60); }
div.DivClassName
{
background-color: #4C153C;
}
.BgClassName
{
background-color: #4C153C;
}
</style>
border-color css
<style>
span { border-color: #4C153C; }
span { border-color: rgb(76,21,60); }
td.TdClassName
{
border-color: #4C153C;
}
.TagClassName
{
border-color: #4C153C;
}
</style>