Shades of Blackberry #4F132F
Tints of Blackberry #4F132F
RGB
CMYK
RGB Variations
Color information
#4F132F (or 0x4F132F) is known color: Blackberry. HEX triplet: 4F, 13 and 2F. RGB value is (79,19,47). Sum of RGB (Red+Green+Blue) = 79+19+47=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F132F is #B0ECD0. Grayscale: #282828. Windows color (decimal): -11594961 or 3085135. OLE color: 3085135.
HSL color Cylindrical-coordinate representation of color #4F132F: hue angle of 332º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F132F is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 47 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.69 |
| HSL | 332º | 0.61% | 0.19% | - |
| HSV(B) | 332º | 0.76% | 0.31% | - |
| XYZ | 3.97 | 2.33 | 2.93 | - |
| YUV | 40.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 47 | 0 | 0.76 | 0.41 | 0.69 | 332 | 0.61 | 0.19 |
| Hex | 4F | 13 | 2F | 0 | 4C | 29 | 45 | 14C | 3D | 13 |
| Octal | 117 | 23 | 57 | 0 | 114 | 51 | 105 | 514 | 75 | 23 |
| Binary | 1001111 | 10011 | 101111 | 0 | 1001100 | 101001 | 1000101 | 101001100 | 111101 | 10011 |
Color Harmonies of #4F132F
Complementary color
Monochromatic Colors of #4F132F
Black with #4F132F
Text Example
Text Example
White with #4F132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F132F; }
p { color: rgb(79,19,47); }
H1.HeaderClassName
{
color: #4F132F;
}
.AnyTagClassName
{
color: #4F132F;
}
</style>
background-color css
<style>
a { background-color: #4F132F; }
a { background-color: rgb(79,19,47); }
div.DivClassName
{
background-color: #4F132F;
}
.BgClassName
{
background-color: #4F132F;
}
</style>
border-color css
<style>
span { border-color: #4F132F; }
span { border-color: rgb(79,19,47); }
td.TdClassName
{
border-color: #4F132F;
}
.TagClassName
{
border-color: #4F132F;
}
</style>