Shades of Blackberry #4C153F
Tints of Blackberry #4C153F
RGB
CMYK
RGB Variations
Color information
#4C153F (or 0x4C153F) is known color: Blackberry. HEX triplet: 4C, 15 and 3F. RGB value is (76,21,63). Sum of RGB (Red+Green+Blue) = 76+21+63=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C153F is #B3EAC0. Grayscale: #2A2A2A. Windows color (decimal): -11791041 or 4134220. OLE color: 4134220.
HSL color Cylindrical-coordinate representation of color #4C153F: hue angle of 314.18º 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 #4C153F is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 63 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.70 |
| HSL | 314.18º | 0.57% | 0.19% | - |
| HSV(B) | 314.18º | 0.72% | 0.3% | - |
| XYZ | 4.15 | 2.43 | 4.95 | - |
| YUV | 42.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 63 | 0 | 0.72 | 0.17 | 0.70 | 314.18 | 0.57 | 0.19 |
| Hex | 4C | 15 | 3F | 0 | 48 | 11 | 46 | 13A | 39 | 13 |
| Octal | 114 | 25 | 77 | 0 | 110 | 21 | 106 | 472 | 71 | 23 |
| Binary | 1001100 | 10101 | 111111 | 0 | 1001000 | 10001 | 1000110 | 100111010 | 111001 | 10011 |
Color Harmonies of #4C153F
Complementary color
Monochromatic Colors of #4C153F
Black with #4C153F
Text Example
Text Example
White with #4C153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C153F; }
p { color: rgb(76,21,63); }
H1.HeaderClassName
{
color: #4C153F;
}
.AnyTagClassName
{
color: #4C153F;
}
</style>
background-color css
<style>
a { background-color: #4C153F; }
a { background-color: rgb(76,21,63); }
div.DivClassName
{
background-color: #4C153F;
}
.BgClassName
{
background-color: #4C153F;
}
</style>
border-color css
<style>
span { border-color: #4C153F; }
span { border-color: rgb(76,21,63); }
td.TdClassName
{
border-color: #4C153F;
}
.TagClassName
{
border-color: #4C153F;
}
</style>