Shades of Blackberry #4F102E
Tints of Blackberry #4F102E
RGB
CMYK
RGB Variations
Color information
#4F102E (or 0x4F102E) is known color: Blackberry. HEX triplet: 4F, 10 and 2E. RGB value is (79,16,46). Sum of RGB (Red+Green+Blue) = 79+16+46=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F102E is #B0EFD1. Grayscale: #262626. Windows color (decimal): -11595730 or 3018831. OLE color: 3018831.
HSL color Cylindrical-coordinate representation of color #4F102E: hue angle of 331.43º 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 #4F102E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 46 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.69 |
| HSL | 331.43º | 0.66% | 0.19% | - |
| HSV(B) | 331.43º | 0.8% | 0.31% | - |
| XYZ | 3.9 | 2.23 | 2.81 | - |
| YUV | 38.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 46 | 0 | 0.80 | 0.42 | 0.69 | 331.43 | 0.66 | 0.19 |
| Hex | 4F | 10 | 2E | 0 | 50 | 2A | 45 | 14B | 42 | 13 |
| Octal | 117 | 20 | 56 | 0 | 120 | 52 | 105 | 513 | 102 | 23 |
| Binary | 1001111 | 10000 | 101110 | 0 | 1010000 | 101010 | 1000101 | 101001011 | 1000010 | 10011 |
Color Harmonies of #4F102E
Complementary color
Monochromatic Colors of #4F102E
Black with #4F102E
Text Example
Text Example
White with #4F102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F102E; }
p { color: rgb(79,16,46); }
H1.HeaderClassName
{
color: #4F102E;
}
.AnyTagClassName
{
color: #4F102E;
}
</style>
background-color css
<style>
a { background-color: #4F102E; }
a { background-color: rgb(79,16,46); }
div.DivClassName
{
background-color: #4F102E;
}
.BgClassName
{
background-color: #4F102E;
}
</style>
border-color css
<style>
span { border-color: #4F102E; }
span { border-color: rgb(79,16,46); }
td.TdClassName
{
border-color: #4F102E;
}
.TagClassName
{
border-color: #4F102E;
}
</style>