Shades of Blackberry #4C152B
Tints of Blackberry #4C152B
RGB
CMYK
RGB Variations
Color information
#4C152B (or 0x4C152B) is known color: Blackberry. HEX triplet: 4C, 15 and 2B. RGB value is (76,21,43). Sum of RGB (Red+Green+Blue) = 76+21+43=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C152B is #B3EAD4. Grayscale: #272727. Windows color (decimal): -11791061 or 2823500. OLE color: 2823500.
HSL color Cylindrical-coordinate representation of color #4C152B: hue angle of 336º 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 #4C152B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 21 | 43 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.70 |
| HSL | 336º | 0.57% | 0.19% | - |
| HSV(B) | 336º | 0.72% | 0.3% | - |
| XYZ | 3.68 | 2.25 | 2.53 | - |
| YUV | 39.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 43 | 0 | 0.72 | 0.43 | 0.70 | 336 | 0.57 | 0.19 |
| Hex | 4C | 15 | 2B | 0 | 48 | 2B | 46 | 150 | 39 | 13 |
| Octal | 114 | 25 | 53 | 0 | 110 | 53 | 106 | 520 | 71 | 23 |
| Binary | 1001100 | 10101 | 101011 | 0 | 1001000 | 101011 | 1000110 | 101010000 | 111001 | 10011 |
Color Harmonies of #4C152B
Complementary color
Monochromatic Colors of #4C152B
Black with #4C152B
Text Example
Text Example
White with #4C152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C152B; }
p { color: rgb(76,21,43); }
H1.HeaderClassName
{
color: #4C152B;
}
.AnyTagClassName
{
color: #4C152B;
}
</style>
background-color css
<style>
a { background-color: #4C152B; }
a { background-color: rgb(76,21,43); }
div.DivClassName
{
background-color: #4C152B;
}
.BgClassName
{
background-color: #4C152B;
}
</style>
border-color css
<style>
span { border-color: #4C152B; }
span { border-color: rgb(76,21,43); }
td.TdClassName
{
border-color: #4C152B;
}
.TagClassName
{
border-color: #4C152B;
}
</style>