Shades of Blackberry #4F0723
Tints of Blackberry #4F0723
RGB
CMYK
RGB Variations
Color information
#4F0723 (or 0x4F0723) is known color: Blackberry. HEX triplet: 4F, 07 and 23. RGB value is (79,7,35). Sum of RGB (Red+Green+Blue) = 79+7+35=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0723 is #B0F8DC. Grayscale: #1F1F1F. Windows color (decimal): -11598045 or 2295631. OLE color: 2295631.
HSL color Cylindrical-coordinate representation of color #4F0723: hue angle of 336.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0723 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 7 | 35 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.69 |
| HSL | 336.67º | 0.84% | 0.17% | - |
| HSV(B) | 336.67º | 0.91% | 0.31% | - |
| XYZ | 3.6 | 1.94 | 1.77 | - |
| YUV | 31.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 35 | 0 | 0.91 | 0.56 | 0.69 | 336.67 | 0.84 | 0.17 |
| Hex | 4F | 7 | 23 | 0 | 5B | 38 | 45 | 151 | 54 | 11 |
| Octal | 117 | 7 | 43 | 0 | 133 | 70 | 105 | 521 | 124 | 21 |
| Binary | 1001111 | 111 | 100011 | 0 | 1011011 | 111000 | 1000101 | 101010001 | 1010100 | 10001 |
Color Harmonies of #4F0723
Complementary color
Monochromatic Colors of #4F0723
Black with #4F0723
Text Example
Text Example
White with #4F0723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0723; }
p { color: rgb(79,7,35); }
H1.HeaderClassName
{
color: #4F0723;
}
.AnyTagClassName
{
color: #4F0723;
}
</style>
background-color css
<style>
a { background-color: #4F0723; }
a { background-color: rgb(79,7,35); }
div.DivClassName
{
background-color: #4F0723;
}
.BgClassName
{
background-color: #4F0723;
}
</style>
border-color css
<style>
span { border-color: #4F0723; }
span { border-color: rgb(79,7,35); }
td.TdClassName
{
border-color: #4F0723;
}
.TagClassName
{
border-color: #4F0723;
}
</style>