Shades of Blackberry #4F112C
Tints of Blackberry #4F112C
RGB
CMYK
RGB Variations
Color information
#4F112C (or 0x4F112C) is known color: Blackberry. HEX triplet: 4F, 11 and 2C. RGB value is (79,17,44). Sum of RGB (Red+Green+Blue) = 79+17+44=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F112C is #B0EED3. Grayscale: #262626. Windows color (decimal): -11595476 or 2888015. OLE color: 2888015.
HSL color Cylindrical-coordinate representation of color #4F112C: hue angle of 333.87º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F112C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 17 | 44 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.69 |
| HSL | 333.87º | 0.65% | 0.19% | - |
| HSV(B) | 333.87º | 0.78% | 0.31% | - |
| XYZ | 3.88 | 2.25 | 2.61 | - |
| YUV | 38.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 17 | 44 | 0 | 0.78 | 0.44 | 0.69 | 333.87 | 0.65 | 0.19 |
| Hex | 4F | 11 | 2C | 0 | 4E | 2C | 45 | 14E | 41 | 13 |
| Octal | 117 | 21 | 54 | 0 | 116 | 54 | 105 | 516 | 101 | 23 |
| Binary | 1001111 | 10001 | 101100 | 0 | 1001110 | 101100 | 1000101 | 101001110 | 1000001 | 10011 |
Color Harmonies of #4F112C
Complementary color
Monochromatic Colors of #4F112C
Black with #4F112C
Text Example
Text Example
White with #4F112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F112C; }
p { color: rgb(79,17,44); }
H1.HeaderClassName
{
color: #4F112C;
}
.AnyTagClassName
{
color: #4F112C;
}
</style>
background-color css
<style>
a { background-color: #4F112C; }
a { background-color: rgb(79,17,44); }
div.DivClassName
{
background-color: #4F112C;
}
.BgClassName
{
background-color: #4F112C;
}
</style>
border-color css
<style>
span { border-color: #4F112C; }
span { border-color: rgb(79,17,44); }
td.TdClassName
{
border-color: #4F112C;
}
.TagClassName
{
border-color: #4F112C;
}
</style>