Shades of Blackberry #4F0D27
Tints of Blackberry #4F0D27
RGB
CMYK
RGB Variations
Color information
#4F0D27 (or 0x4F0D27) is known color: Blackberry. HEX triplet: 4F, 0D and 27. RGB value is (79,13,39). Sum of RGB (Red+Green+Blue) = 79+13+39=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0D27 is #B0F2D8. Grayscale: #232323. Windows color (decimal): -11596505 or 2559311. OLE color: 2559311.
HSL color Cylindrical-coordinate representation of color #4F0D27: hue angle of 336.36º 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 #4F0D27 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 39 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.69 |
| HSL | 336.36º | 0.72% | 0.18% | - |
| HSV(B) | 336.36º | 0.84% | 0.31% | - |
| XYZ | 3.73 | 2.1 | 2.13 | - |
| YUV | 35.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 39 | 0 | 0.84 | 0.51 | 0.69 | 336.36 | 0.72 | 0.18 |
| Hex | 4F | D | 27 | 0 | 54 | 33 | 45 | 150 | 48 | 12 |
| Octal | 117 | 15 | 47 | 0 | 124 | 63 | 105 | 520 | 110 | 22 |
| Binary | 1001111 | 1101 | 100111 | 0 | 1010100 | 110011 | 1000101 | 101010000 | 1001000 | 10010 |
Color Harmonies of #4F0D27
Complementary color
Monochromatic Colors of #4F0D27
Black with #4F0D27
Text Example
Text Example
White with #4F0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D27; }
p { color: rgb(79,13,39); }
H1.HeaderClassName
{
color: #4F0D27;
}
.AnyTagClassName
{
color: #4F0D27;
}
</style>
background-color css
<style>
a { background-color: #4F0D27; }
a { background-color: rgb(79,13,39); }
div.DivClassName
{
background-color: #4F0D27;
}
.BgClassName
{
background-color: #4F0D27;
}
</style>
border-color css
<style>
span { border-color: #4F0D27; }
span { border-color: rgb(79,13,39); }
td.TdClassName
{
border-color: #4F0D27;
}
.TagClassName
{
border-color: #4F0D27;
}
</style>