Shades of Blackberry #4F0D2A
Tints of Blackberry #4F0D2A
RGB
CMYK
RGB Variations
Color information
#4F0D2A (or 0x4F0D2A) is known color: Blackberry. HEX triplet: 4F, 0D and 2A. RGB value is (79,13,42). Sum of RGB (Red+Green+Blue) = 79+13+42=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D2A is #B0F2D5. Grayscale: #232323. Windows color (decimal): -11596502 or 2755919. OLE color: 2755919.
HSL color Cylindrical-coordinate representation of color #4F0D2A: hue angle of 333.64º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D2A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 42 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.69 |
| HSL | 333.64º | 0.72% | 0.18% | - |
| HSV(B) | 333.64º | 0.84% | 0.31% | - |
| XYZ | 3.79 | 2.12 | 2.4 | - |
| YUV | 36.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 42 | 0 | 0.84 | 0.47 | 0.69 | 333.64 | 0.72 | 0.18 |
| Hex | 4F | D | 2A | 0 | 54 | 2F | 45 | 14E | 48 | 12 |
| Octal | 117 | 15 | 52 | 0 | 124 | 57 | 105 | 516 | 110 | 22 |
| Binary | 1001111 | 1101 | 101010 | 0 | 1010100 | 101111 | 1000101 | 101001110 | 1001000 | 10010 |
Color Harmonies of #4F0D2A
Complementary color
Monochromatic Colors of #4F0D2A
Black with #4F0D2A
Text Example
Text Example
White with #4F0D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D2A; }
p { color: rgb(79,13,42); }
H1.HeaderClassName
{
color: #4F0D2A;
}
.AnyTagClassName
{
color: #4F0D2A;
}
</style>
background-color css
<style>
a { background-color: #4F0D2A; }
a { background-color: rgb(79,13,42); }
div.DivClassName
{
background-color: #4F0D2A;
}
.BgClassName
{
background-color: #4F0D2A;
}
</style>
border-color css
<style>
span { border-color: #4F0D2A; }
span { border-color: rgb(79,13,42); }
td.TdClassName
{
border-color: #4F0D2A;
}
.TagClassName
{
border-color: #4F0D2A;
}
</style>