Shades of Blackberry #4F132D
Tints of Blackberry #4F132D
RGB
CMYK
RGB Variations
Color information
#4F132D (or 0x4F132D) is known color: Blackberry. HEX triplet: 4F, 13 and 2D. RGB value is (79,19,45). Sum of RGB (Red+Green+Blue) = 79+19+45=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F132D is #B0ECD2. Grayscale: #272727. Windows color (decimal): -11594963 or 2954063. OLE color: 2954063.
HSL color Cylindrical-coordinate representation of color #4F132D: hue angle of 334º 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 #4F132D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 19 | 45 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.69 |
| HSL | 334º | 0.61% | 0.19% | - |
| HSV(B) | 334º | 0.76% | 0.31% | - |
| XYZ | 3.93 | 2.32 | 2.72 | - |
| YUV | 39.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 45 | 0 | 0.76 | 0.43 | 0.69 | 334 | 0.61 | 0.19 |
| Hex | 4F | 13 | 2D | 0 | 4C | 2B | 45 | 14E | 3D | 13 |
| Octal | 117 | 23 | 55 | 0 | 114 | 53 | 105 | 516 | 75 | 23 |
| Binary | 1001111 | 10011 | 101101 | 0 | 1001100 | 101011 | 1000101 | 101001110 | 111101 | 10011 |
Color Harmonies of #4F132D
Complementary color
Monochromatic Colors of #4F132D
Black with #4F132D
Text Example
Text Example
White with #4F132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F132D; }
p { color: rgb(79,19,45); }
H1.HeaderClassName
{
color: #4F132D;
}
.AnyTagClassName
{
color: #4F132D;
}
</style>
background-color css
<style>
a { background-color: #4F132D; }
a { background-color: rgb(79,19,45); }
div.DivClassName
{
background-color: #4F132D;
}
.BgClassName
{
background-color: #4F132D;
}
</style>
border-color css
<style>
span { border-color: #4F132D; }
span { border-color: rgb(79,19,45); }
td.TdClassName
{
border-color: #4F132D;
}
.TagClassName
{
border-color: #4F132D;
}
</style>