Shades of Blackberry #4C112F
Tints of Blackberry #4C112F
RGB
CMYK
RGB Variations
Color information
#4C112F (or 0x4C112F) is known color: Blackberry. HEX triplet: 4C, 11 and 2F. RGB value is (76,17,47). Sum of RGB (Red+Green+Blue) = 76+17+47=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C112F is #B3EED0. Grayscale: #262626. Windows color (decimal): -11792081 or 3084620. OLE color: 3084620.
HSL color Cylindrical-coordinate representation of color #4C112F: hue angle of 329.49º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C112F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 17 | 47 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.70 |
| HSL | 329.49º | 0.63% | 0.18% | - |
| HSV(B) | 329.49º | 0.78% | 0.3% | - |
| XYZ | 3.69 | 2.14 | 2.91 | - |
| YUV | 38.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 47 | 0 | 0.78 | 0.38 | 0.70 | 329.49 | 0.63 | 0.18 |
| Hex | 4C | 11 | 2F | 0 | 4E | 26 | 46 | 149 | 3F | 12 |
| Octal | 114 | 21 | 57 | 0 | 116 | 46 | 106 | 511 | 77 | 22 |
| Binary | 1001100 | 10001 | 101111 | 0 | 1001110 | 100110 | 1000110 | 101001001 | 111111 | 10010 |
Color Harmonies of #4C112F
Complementary color
Monochromatic Colors of #4C112F
Black with #4C112F
Text Example
Text Example
White with #4C112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C112F; }
p { color: rgb(76,17,47); }
H1.HeaderClassName
{
color: #4C112F;
}
.AnyTagClassName
{
color: #4C112F;
}
</style>
background-color css
<style>
a { background-color: #4C112F; }
a { background-color: rgb(76,17,47); }
div.DivClassName
{
background-color: #4C112F;
}
.BgClassName
{
background-color: #4C112F;
}
</style>
border-color css
<style>
span { border-color: #4C112F; }
span { border-color: rgb(76,17,47); }
td.TdClassName
{
border-color: #4C112F;
}
.TagClassName
{
border-color: #4C112F;
}
</style>