Shades of Blackberry #4F052B
Tints of Blackberry #4F052B
RGB
CMYK
RGB Variations
Color information
#4F052B (or 0x4F052B) is known color: Blackberry. HEX triplet: 4F, 05 and 2B. RGB value is (79,5,43). Sum of RGB (Red+Green+Blue) = 79+5+43=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F052B is #B0FAD4. Grayscale: #1F1F1F. Windows color (decimal): -11598549 or 2819407. OLE color: 2819407.
HSL color Cylindrical-coordinate representation of color #4F052B: hue angle of 329.19º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F052B is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
RGB | 79 | 5 | 43 | - |
CMYK | 0 | 0.94 | 0.46 | 0.69 |
HSL | 329.19º | 0.88% | 0.16% | - |
HSV(B) | 329.19º | 0.94% | 0.31% | - |
XYZ | 3.71 | 1.95 | 2.47 | - |
YUV | 31.46 | 134.52 | 161.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 5 | 43 | 0 | 0.94 | 0.46 | 0.69 | 329.19 | 0.88 | 0.16 |
Hex | 4F | 5 | 2B | 0 | 5E | 2E | 45 | 149 | 58 | 10 |
Octal | 117 | 5 | 53 | 0 | 136 | 56 | 105 | 511 | 130 | 20 |
Binary | 1001111 | 101 | 101011 | 0 | 1011110 | 101110 | 1000101 | 101001001 | 1011000 | 10000 |
Color Harmonies of #4F052B
Complementary color
Monochromatic Colors of #4F052B
Black with #4F052B
Text Example
Text Example
White with #4F052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F052B; }
p { color: rgb(79,5,43); }
H1.HeaderClassName
{
color: #4F052B;
}
.AnyTagClassName
{
color: #4F052B;
}
</style>
background-color css
<style>
a { background-color: #4F052B; }
a { background-color: rgb(79,5,43); }
div.DivClassName
{
background-color: #4F052B;
}
.BgClassName
{
background-color: #4F052B;
}
</style>
border-color css
<style>
span { border-color: #4F052B; }
span { border-color: rgb(79,5,43); }
td.TdClassName
{
border-color: #4F052B;
}
.TagClassName
{
border-color: #4F052B;
}
</style>