Shades of Blackberry #4F122C
Tints of Blackberry #4F122C
RGB
CMYK
RGB Variations
Color information
#4F122C (or 0x4F122C) is known color: Blackberry. HEX triplet: 4F, 12 and 2C. RGB value is (79,18,44). Sum of RGB (Red+Green+Blue) = 79+18+44=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F122C is #B0EDD3. Grayscale: #272727. Windows color (decimal): -11595220 or 2888271. OLE color: 2888271.
HSL color Cylindrical-coordinate representation of color #4F122C: hue angle of 334.43º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F122C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 44 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.69 |
| HSL | 334.43º | 0.63% | 0.19% | - |
| HSV(B) | 334.43º | 0.77% | 0.31% | - |
| XYZ | 3.9 | 2.28 | 2.62 | - |
| YUV | 39.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 44 | 0 | 0.77 | 0.44 | 0.69 | 334.43 | 0.63 | 0.19 |
| Hex | 4F | 12 | 2C | 0 | 4D | 2C | 45 | 14E | 3F | 13 |
| Octal | 117 | 22 | 54 | 0 | 115 | 54 | 105 | 516 | 77 | 23 |
| Binary | 1001111 | 10010 | 101100 | 0 | 1001101 | 101100 | 1000101 | 101001110 | 111111 | 10011 |
Color Harmonies of #4F122C
Complementary color
Monochromatic Colors of #4F122C
Black with #4F122C
Text Example
Text Example
White with #4F122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F122C; }
p { color: rgb(79,18,44); }
H1.HeaderClassName
{
color: #4F122C;
}
.AnyTagClassName
{
color: #4F122C;
}
</style>
background-color css
<style>
a { background-color: #4F122C; }
a { background-color: rgb(79,18,44); }
div.DivClassName
{
background-color: #4F122C;
}
.BgClassName
{
background-color: #4F122C;
}
</style>
border-color css
<style>
span { border-color: #4F122C; }
span { border-color: rgb(79,18,44); }
td.TdClassName
{
border-color: #4F122C;
}
.TagClassName
{
border-color: #4F122C;
}
</style>