Shades of Blackberry #4F0322
Tints of Blackberry #4F0322
RGB
CMYK
RGB Variations
Color information
#4F0322 (or 0x4F0322) is known color: Blackberry. HEX triplet: 4F, 03 and 22. RGB value is (79,3,34). Sum of RGB (Red+Green+Blue) = 79+3+34=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0322 is #B0FCDD. Grayscale: #1D1D1D. Windows color (decimal): -11599070 or 2229071. OLE color: 2229071.
HSL color Cylindrical-coordinate representation of color #4F0322: hue angle of 335.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0322 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 3 | 34 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.69 |
| HSL | 335.53º | 0.93% | 0.16% | - |
| HSV(B) | 335.53º | 0.96% | 0.31% | - |
| XYZ | 3.55 | 1.84 | 1.68 | - |
| YUV | 29.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 34 | 0 | 0.96 | 0.57 | 0.69 | 335.53 | 0.93 | 0.16 |
| Hex | 4F | 3 | 22 | 0 | 60 | 39 | 45 | 150 | 5D | 10 |
| Octal | 117 | 3 | 42 | 0 | 140 | 71 | 105 | 520 | 135 | 20 |
| Binary | 1001111 | 11 | 100010 | 0 | 1100000 | 111001 | 1000101 | 101010000 | 1011101 | 10000 |
Color Harmonies of #4F0322
Complementary color
Monochromatic Colors of #4F0322
Black with #4F0322
Text Example
Text Example
White with #4F0322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0322; }
p { color: rgb(79,3,34); }
H1.HeaderClassName
{
color: #4F0322;
}
.AnyTagClassName
{
color: #4F0322;
}
</style>
background-color css
<style>
a { background-color: #4F0322; }
a { background-color: rgb(79,3,34); }
div.DivClassName
{
background-color: #4F0322;
}
.BgClassName
{
background-color: #4F0322;
}
</style>
border-color css
<style>
span { border-color: #4F0322; }
span { border-color: rgb(79,3,34); }
td.TdClassName
{
border-color: #4F0322;
}
.TagClassName
{
border-color: #4F0322;
}
</style>