Shades of Blackberry #4F0823
Tints of Blackberry #4F0823
RGB
CMYK
RGB Variations
Color information
#4F0823 (or 0x4F0823) is known color: Blackberry. HEX triplet: 4F, 08 and 23. RGB value is (79,8,35). Sum of RGB (Red+Green+Blue) = 79+8+35=122 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.75% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0823 is #B0F7DC. Grayscale: #202020. Windows color (decimal): -11597789 or 2295887. OLE color: 2295887.
HSL color Cylindrical-coordinate representation of color #4F0823: hue angle of 337.18º 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 #4F0823 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 35 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.69 |
| HSL | 337.18º | 0.82% | 0.17% | - |
| HSV(B) | 337.18º | 0.9% | 0.31% | - |
| XYZ | 3.61 | 1.96 | 1.78 | - |
| YUV | 32.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 35 | 0 | 0.90 | 0.56 | 0.69 | 337.18 | 0.82 | 0.17 |
| Hex | 4F | 8 | 23 | 0 | 5A | 38 | 45 | 151 | 52 | 11 |
| Octal | 117 | 10 | 43 | 0 | 132 | 70 | 105 | 521 | 122 | 21 |
| Binary | 1001111 | 1000 | 100011 | 0 | 1011010 | 111000 | 1000101 | 101010001 | 1010010 | 10001 |
Color Harmonies of #4F0823
Complementary color
Monochromatic Colors of #4F0823
Black with #4F0823
Text Example
Text Example
White with #4F0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0823; }
p { color: rgb(79,8,35); }
H1.HeaderClassName
{
color: #4F0823;
}
.AnyTagClassName
{
color: #4F0823;
}
</style>
background-color css
<style>
a { background-color: #4F0823; }
a { background-color: rgb(79,8,35); }
div.DivClassName
{
background-color: #4F0823;
}
.BgClassName
{
background-color: #4F0823;
}
</style>
border-color css
<style>
span { border-color: #4F0823; }
span { border-color: rgb(79,8,35); }
td.TdClassName
{
border-color: #4F0823;
}
.TagClassName
{
border-color: #4F0823;
}
</style>