Shades of Blackberry #4C123A
Tints of Blackberry #4C123A
RGB
CMYK
RGB Variations
Color information
#4C123A (or 0x4C123A) is known color: Blackberry. HEX triplet: 4C, 12 and 3A. RGB value is (76,18,58). Sum of RGB (Red+Green+Blue) = 76+18+58=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C123A is #B3EDC5. Grayscale: #272727. Windows color (decimal): -11791814 or 3805772. OLE color: 3805772.
HSL color Cylindrical-coordinate representation of color #4C123A: hue angle of 318.62º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C123A is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 58 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.70 |
| HSL | 318.62º | 0.62% | 0.18% | - |
| HSV(B) | 318.62º | 0.76% | 0.3% | - |
| XYZ | 3.96 | 2.27 | 4.23 | - |
| YUV | 39.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 58 | 0 | 0.76 | 0.24 | 0.70 | 318.62 | 0.62 | 0.18 |
| Hex | 4C | 12 | 3A | 0 | 4C | 18 | 46 | 13F | 3E | 12 |
| Octal | 114 | 22 | 72 | 0 | 114 | 30 | 106 | 477 | 76 | 22 |
| Binary | 1001100 | 10010 | 111010 | 0 | 1001100 | 11000 | 1000110 | 100111111 | 111110 | 10010 |
Color Harmonies of #4C123A
Complementary color
Monochromatic Colors of #4C123A
Black with #4C123A
Text Example
Text Example
White with #4C123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C123A; }
p { color: rgb(76,18,58); }
H1.HeaderClassName
{
color: #4C123A;
}
.AnyTagClassName
{
color: #4C123A;
}
</style>
background-color css
<style>
a { background-color: #4C123A; }
a { background-color: rgb(76,18,58); }
div.DivClassName
{
background-color: #4C123A;
}
.BgClassName
{
background-color: #4C123A;
}
</style>
border-color css
<style>
span { border-color: #4C123A; }
span { border-color: rgb(76,18,58); }
td.TdClassName
{
border-color: #4C123A;
}
.TagClassName
{
border-color: #4C123A;
}
</style>