Shades of Blackberry #4C153B
Tints of Blackberry #4C153B
RGB
CMYK
RGB Variations
Color information
#4C153B (or 0x4C153B) is known color: Blackberry. HEX triplet: 4C, 15 and 3B. RGB value is (76,21,59). Sum of RGB (Red+Green+Blue) = 76+21+59=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C153B is #B3EAC4. Grayscale: #292929. Windows color (decimal): -11791045 or 3872076. OLE color: 3872076.
HSL color Cylindrical-coordinate representation of color #4C153B: hue angle of 318.55º 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 #4C153B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 59 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.70 |
| HSL | 318.55º | 0.57% | 0.19% | - |
| HSV(B) | 318.55º | 0.72% | 0.3% | - |
| XYZ | 4.04 | 2.39 | 4.39 | - |
| YUV | 41.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 59 | 0 | 0.72 | 0.22 | 0.70 | 318.55 | 0.57 | 0.19 |
| Hex | 4C | 15 | 3B | 0 | 48 | 16 | 46 | 13F | 39 | 13 |
| Octal | 114 | 25 | 73 | 0 | 110 | 26 | 106 | 477 | 71 | 23 |
| Binary | 1001100 | 10101 | 111011 | 0 | 1001000 | 10110 | 1000110 | 100111111 | 111001 | 10011 |
Color Harmonies of #4C153B
Complementary color
Monochromatic Colors of #4C153B
Black with #4C153B
Text Example
Text Example
White with #4C153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C153B; }
p { color: rgb(76,21,59); }
H1.HeaderClassName
{
color: #4C153B;
}
.AnyTagClassName
{
color: #4C153B;
}
</style>
background-color css
<style>
a { background-color: #4C153B; }
a { background-color: rgb(76,21,59); }
div.DivClassName
{
background-color: #4C153B;
}
.BgClassName
{
background-color: #4C153B;
}
</style>
border-color css
<style>
span { border-color: #4C153B; }
span { border-color: rgb(76,21,59); }
td.TdClassName
{
border-color: #4C153B;
}
.TagClassName
{
border-color: #4C153B;
}
</style>