Shades of Blackberry #4F0C36
Tints of Blackberry #4F0C36
RGB
CMYK
RGB Variations
Color information
#4F0C36 (or 0x4F0C36) is known color: Blackberry. HEX triplet: 4F, 0C and 36. RGB value is (79,12,54). Sum of RGB (Red+Green+Blue) = 79+12+54=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0C36 is #B0F3C9. Grayscale: #242424. Windows color (decimal): -11596746 or 3542095. OLE color: 3542095.
HSL color Cylindrical-coordinate representation of color #4F0C36: hue angle of 322.39º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F0C36 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 12 | 54 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.69 |
| HSL | 322.39º | 0.74% | 0.18% | - |
| HSV(B) | 322.39º | 0.85% | 0.31% | - |
| XYZ | 4.02 | 2.19 | 3.7 | - |
| YUV | 36.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 54 | 0 | 0.85 | 0.32 | 0.69 | 322.39 | 0.74 | 0.18 |
| Hex | 4F | C | 36 | 0 | 55 | 20 | 45 | 142 | 4A | 12 |
| Octal | 117 | 14 | 66 | 0 | 125 | 40 | 105 | 502 | 112 | 22 |
| Binary | 1001111 | 1100 | 110110 | 0 | 1010101 | 100000 | 1000101 | 101000010 | 1001010 | 10010 |
Color Harmonies of #4F0C36
Complementary color
Monochromatic Colors of #4F0C36
Black with #4F0C36
Text Example
Text Example
White with #4F0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C36; }
p { color: rgb(79,12,54); }
H1.HeaderClassName
{
color: #4F0C36;
}
.AnyTagClassName
{
color: #4F0C36;
}
</style>
background-color css
<style>
a { background-color: #4F0C36; }
a { background-color: rgb(79,12,54); }
div.DivClassName
{
background-color: #4F0C36;
}
.BgClassName
{
background-color: #4F0C36;
}
</style>
border-color css
<style>
span { border-color: #4F0C36; }
span { border-color: rgb(79,12,54); }
td.TdClassName
{
border-color: #4F0C36;
}
.TagClassName
{
border-color: #4F0C36;
}
</style>