Shades of Blackberry #4F082A
Tints of Blackberry #4F082A
RGB
CMYK
RGB Variations
Color information
#4F082A (or 0x4F082A) is known color: Blackberry. HEX triplet: 4F, 08 and 2A. RGB value is (79,8,42). Sum of RGB (Red+Green+Blue) = 79+8+42=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F082A is #B0F7D5. Grayscale: #212121. Windows color (decimal): -11597782 or 2754639. OLE color: 2754639.
HSL color Cylindrical-coordinate representation of color #4F082A: hue angle of 331.27º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F082A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 42 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.69 |
| HSL | 331.27º | 0.82% | 0.17% | - |
| HSV(B) | 331.27º | 0.9% | 0.31% | - |
| XYZ | 3.73 | 2 | 2.38 | - |
| YUV | 33.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 42 | 0 | 0.90 | 0.47 | 0.69 | 331.27 | 0.82 | 0.17 |
| Hex | 4F | 8 | 2A | 0 | 5A | 2F | 45 | 14B | 52 | 11 |
| Octal | 117 | 10 | 52 | 0 | 132 | 57 | 105 | 513 | 122 | 21 |
| Binary | 1001111 | 1000 | 101010 | 0 | 1011010 | 101111 | 1000101 | 101001011 | 1010010 | 10001 |
Color Harmonies of #4F082A
Complementary color
Monochromatic Colors of #4F082A
Black with #4F082A
Text Example
Text Example
White with #4F082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F082A; }
p { color: rgb(79,8,42); }
H1.HeaderClassName
{
color: #4F082A;
}
.AnyTagClassName
{
color: #4F082A;
}
</style>
background-color css
<style>
a { background-color: #4F082A; }
a { background-color: rgb(79,8,42); }
div.DivClassName
{
background-color: #4F082A;
}
.BgClassName
{
background-color: #4F082A;
}
</style>
border-color css
<style>
span { border-color: #4F082A; }
span { border-color: rgb(79,8,42); }
td.TdClassName
{
border-color: #4F082A;
}
.TagClassName
{
border-color: #4F082A;
}
</style>