Shades of Blackberry #4F062D
Tints of Blackberry #4F062D
RGB
CMYK
RGB Variations
Color information
#4F062D (or 0x4F062D) is known color: Blackberry. HEX triplet: 4F, 06 and 2D. RGB value is (79,6,45). Sum of RGB (Red+Green+Blue) = 79+6+45=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F062D is #B0F9D2. Grayscale: #202020. Windows color (decimal): -11598291 or 2950735. OLE color: 2950735.
HSL color Cylindrical-coordinate representation of color #4F062D: hue angle of 327.95º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F062D is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 6 | 45 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.69 |
| HSL | 327.95º | 0.86% | 0.17% | - |
| HSV(B) | 327.95º | 0.92% | 0.31% | - |
| XYZ | 3.76 | 1.98 | 2.67 | - |
| YUV | 32.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 45 | 0 | 0.92 | 0.43 | 0.69 | 327.95 | 0.86 | 0.17 |
| Hex | 4F | 6 | 2D | 0 | 5C | 2B | 45 | 148 | 56 | 11 |
| Octal | 117 | 6 | 55 | 0 | 134 | 53 | 105 | 510 | 126 | 21 |
| Binary | 1001111 | 110 | 101101 | 0 | 1011100 | 101011 | 1000101 | 101001000 | 1010110 | 10001 |
Color Harmonies of #4F062D
Complementary color
Monochromatic Colors of #4F062D
Black with #4F062D
Text Example
Text Example
White with #4F062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F062D; }
p { color: rgb(79,6,45); }
H1.HeaderClassName
{
color: #4F062D;
}
.AnyTagClassName
{
color: #4F062D;
}
</style>
background-color css
<style>
a { background-color: #4F062D; }
a { background-color: rgb(79,6,45); }
div.DivClassName
{
background-color: #4F062D;
}
.BgClassName
{
background-color: #4F062D;
}
</style>
border-color css
<style>
span { border-color: #4F062D; }
span { border-color: rgb(79,6,45); }
td.TdClassName
{
border-color: #4F062D;
}
.TagClassName
{
border-color: #4F062D;
}
</style>