Shades of Blackberry #4F122B
Tints of Blackberry #4F122B
RGB
CMYK
RGB Variations
Color information
#4F122B (or 0x4F122B) is known color: Blackberry. HEX triplet: 4F, 12 and 2B. RGB value is (79,18,43). Sum of RGB (Red+Green+Blue) = 79+18+43=140 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.43% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 79 - color contains mainly: red. Hex color #4F122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F122B is #B0EDD4. Grayscale: #272727. Windows color (decimal): -11595221 or 2822735. OLE color: 2822735.
HSL color Cylindrical-coordinate representation of color #4F122B: hue angle of 335.41º 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 #4F122B is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 43 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.69 |
| HSL | 335.41º | 0.63% | 0.19% | - |
| HSV(B) | 335.41º | 0.77% | 0.31% | - |
| XYZ | 3.88 | 2.27 | 2.52 | - |
| YUV | 39.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 43 | 0 | 0.77 | 0.46 | 0.69 | 335.41 | 0.63 | 0.19 |
| Hex | 4F | 12 | 2B | 0 | 4D | 2E | 45 | 14F | 3F | 13 |
| Octal | 117 | 22 | 53 | 0 | 115 | 56 | 105 | 517 | 77 | 23 |
| Binary | 1001111 | 10010 | 101011 | 0 | 1001101 | 101110 | 1000101 | 101001111 | 111111 | 10011 |
Color Harmonies of #4F122B
Complementary color
Monochromatic Colors of #4F122B
Black with #4F122B
Text Example
Text Example
White with #4F122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F122B; }
p { color: rgb(79,18,43); }
H1.HeaderClassName
{
color: #4F122B;
}
.AnyTagClassName
{
color: #4F122B;
}
</style>
background-color css
<style>
a { background-color: #4F122B; }
a { background-color: rgb(79,18,43); }
div.DivClassName
{
background-color: #4F122B;
}
.BgClassName
{
background-color: #4F122B;
}
</style>
border-color css
<style>
span { border-color: #4F122B; }
span { border-color: rgb(79,18,43); }
td.TdClassName
{
border-color: #4F122B;
}
.TagClassName
{
border-color: #4F122B;
}
</style>