Shades of Blackberry #4F1036
Tints of Blackberry #4F1036
RGB
CMYK
RGB Variations
Color information
#4F1036 (or 0x4F1036) is known color: Blackberry. HEX triplet: 4F, 10 and 36. RGB value is (79,16,54). Sum of RGB (Red+Green+Blue) = 79+16+54=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1036 is #B0EFC9. Grayscale: #272727. Windows color (decimal): -11595722 or 3543119. OLE color: 3543119.
HSL color Cylindrical-coordinate representation of color #4F1036: hue angle of 323.81º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1036 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 54 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.69 |
| HSL | 323.81º | 0.66% | 0.19% | - |
| HSV(B) | 323.81º | 0.8% | 0.31% | - |
| XYZ | 4.08 | 2.3 | 3.72 | - |
| YUV | 39.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 54 | 0 | 0.80 | 0.32 | 0.69 | 323.81 | 0.66 | 0.19 |
| Hex | 4F | 10 | 36 | 0 | 50 | 20 | 45 | 144 | 42 | 13 |
| Octal | 117 | 20 | 66 | 0 | 120 | 40 | 105 | 504 | 102 | 23 |
| Binary | 1001111 | 10000 | 110110 | 0 | 1010000 | 100000 | 1000101 | 101000100 | 1000010 | 10011 |
Color Harmonies of #4F1036
Complementary color
Monochromatic Colors of #4F1036
Black with #4F1036
Text Example
Text Example
White with #4F1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1036; }
p { color: rgb(79,16,54); }
H1.HeaderClassName
{
color: #4F1036;
}
.AnyTagClassName
{
color: #4F1036;
}
</style>
background-color css
<style>
a { background-color: #4F1036; }
a { background-color: rgb(79,16,54); }
div.DivClassName
{
background-color: #4F1036;
}
.BgClassName
{
background-color: #4F1036;
}
</style>
border-color css
<style>
span { border-color: #4F1036; }
span { border-color: rgb(79,16,54); }
td.TdClassName
{
border-color: #4F1036;
}
.TagClassName
{
border-color: #4F1036;
}
</style>