Shades of Blackberry #4F012C
Tints of Blackberry #4F012C
RGB
CMYK
RGB Variations
Color information
#4F012C (or 0x4F012C) is known color: Blackberry. HEX triplet: 4F, 01 and 2C. RGB value is (79,1,44). Sum of RGB (Red+Green+Blue) = 79+1+44=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F012C is #B0FED3. Grayscale: #1D1D1D. Windows color (decimal): -11599572 or 2883919. OLE color: 2883919.
HSL color Cylindrical-coordinate representation of color #4F012C: hue angle of 326.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 #4F012C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.69 |
| HSL | 326.92º | 0.98% | 0.16% | - |
| HSV(B) | 326.92º | 0.99% | 0.31% | - |
| XYZ | 3.69 | 1.87 | 2.55 | - |
| YUV | 29.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 44 | 0 | 0.99 | 0.44 | 0.69 | 326.92 | 0.98 | 0.16 |
| Hex | 4F | 1 | 2C | 0 | 63 | 2C | 45 | 147 | 62 | 10 |
| Octal | 117 | 1 | 54 | 0 | 143 | 54 | 105 | 507 | 142 | 20 |
| Binary | 1001111 | 1 | 101100 | 0 | 1100011 | 101100 | 1000101 | 101000111 | 1100010 | 10000 |
Color Harmonies of #4F012C
Complementary color
Monochromatic Colors of #4F012C
Black with #4F012C
Text Example
Text Example
White with #4F012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F012C; }
p { color: rgb(79,1,44); }
H1.HeaderClassName
{
color: #4F012C;
}
.AnyTagClassName
{
color: #4F012C;
}
</style>
background-color css
<style>
a { background-color: #4F012C; }
a { background-color: rgb(79,1,44); }
div.DivClassName
{
background-color: #4F012C;
}
.BgClassName
{
background-color: #4F012C;
}
</style>
border-color css
<style>
span { border-color: #4F012C; }
span { border-color: rgb(79,1,44); }
td.TdClassName
{
border-color: #4F012C;
}
.TagClassName
{
border-color: #4F012C;
}
</style>