Shades of Blackberry #4F011F
Tints of Blackberry #4F011F
RGB
CMYK
RGB Variations
Color information
#4F011F (or 0x4F011F) is known color: Blackberry. HEX triplet: 4F, 01 and 1F. RGB value is (79,1,31). Sum of RGB (Red+Green+Blue) = 79+1+31=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F011F is #B0FEE0. Grayscale: #1B1B1B. Windows color (decimal): -11599585 or 2031951. OLE color: 2031951.
HSL color Cylindrical-coordinate representation of color #4F011F: hue angle of 336.92º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F011F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.69 |
| HSL | 336.92º | 0.98% | 0.16% | - |
| HSV(B) | 336.92º | 0.99% | 0.31% | - |
| XYZ | 3.48 | 1.78 | 1.46 | - |
| YUV | 27.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 31 | 0 | 0.99 | 0.61 | 0.69 | 336.92 | 0.98 | 0.16 |
| Hex | 4F | 1 | 1F | 0 | 63 | 3D | 45 | 151 | 62 | 10 |
| Octal | 117 | 1 | 37 | 0 | 143 | 75 | 105 | 521 | 142 | 20 |
| Binary | 1001111 | 1 | 11111 | 0 | 1100011 | 111101 | 1000101 | 101010001 | 1100010 | 10000 |
Color Harmonies of #4F011F
Complementary color
Monochromatic Colors of #4F011F
Black with #4F011F
Text Example
Text Example
White with #4F011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F011F; }
p { color: rgb(79,1,31); }
H1.HeaderClassName
{
color: #4F011F;
}
.AnyTagClassName
{
color: #4F011F;
}
</style>
background-color css
<style>
a { background-color: #4F011F; }
a { background-color: rgb(79,1,31); }
div.DivClassName
{
background-color: #4F011F;
}
.BgClassName
{
background-color: #4F011F;
}
</style>
border-color css
<style>
span { border-color: #4F011F; }
span { border-color: rgb(79,1,31); }
td.TdClassName
{
border-color: #4F011F;
}
.TagClassName
{
border-color: #4F011F;
}
</style>