Shades of Blackberry #4C123D
Tints of Blackberry #4C123D
RGB
CMYK
RGB Variations
Color information
#4C123D (or 0x4C123D) is known color: Blackberry. HEX triplet: 4C, 12 and 3D. RGB value is (76,18,61). Sum of RGB (Red+Green+Blue) = 76+18+61=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C123D is #B3EDC2. Grayscale: #282828. Windows color (decimal): -11791811 or 4002380. OLE color: 4002380.
HSL color Cylindrical-coordinate representation of color #4C123D: hue angle of 315.52º 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 #4C123D is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 18 | 61 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.70 |
| HSL | 315.52º | 0.62% | 0.18% | - |
| HSV(B) | 315.52º | 0.76% | 0.3% | - |
| XYZ | 4.04 | 2.31 | 4.65 | - |
| YUV | 40.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 61 | 0 | 0.76 | 0.20 | 0.70 | 315.52 | 0.62 | 0.18 |
| Hex | 4C | 12 | 3D | 0 | 4C | 14 | 46 | 13C | 3E | 12 |
| Octal | 114 | 22 | 75 | 0 | 114 | 24 | 106 | 474 | 76 | 22 |
| Binary | 1001100 | 10010 | 111101 | 0 | 1001100 | 10100 | 1000110 | 100111100 | 111110 | 10010 |
Color Harmonies of #4C123D
Complementary color
Monochromatic Colors of #4C123D
Black with #4C123D
Text Example
Text Example
White with #4C123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C123D; }
p { color: rgb(76,18,61); }
H1.HeaderClassName
{
color: #4C123D;
}
.AnyTagClassName
{
color: #4C123D;
}
</style>
background-color css
<style>
a { background-color: #4C123D; }
a { background-color: rgb(76,18,61); }
div.DivClassName
{
background-color: #4C123D;
}
.BgClassName
{
background-color: #4C123D;
}
</style>
border-color css
<style>
span { border-color: #4C123D; }
span { border-color: rgb(76,18,61); }
td.TdClassName
{
border-color: #4C123D;
}
.TagClassName
{
border-color: #4C123D;
}
</style>