Shades of Blackberry #4F183D
Tints of Blackberry #4F183D
RGB
CMYK
RGB Variations
Color information
#4F183D (or 0x4F183D) is known color: Blackberry. HEX triplet: 4F, 18 and 3D. RGB value is (79,24,61). Sum of RGB (Red+Green+Blue) = 79+24+61=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F183D is #B0E7C2. Grayscale: #2C2C2C. Windows color (decimal): -11593667 or 4003919. OLE color: 4003919.
HSL color Cylindrical-coordinate representation of color #4F183D: hue angle of 319.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F183D is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 24 | 61 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.69 |
| HSL | 319.64º | 0.53% | 0.2% | - |
| HSV(B) | 319.64º | 0.7% | 0.31% | - |
| XYZ | 4.39 | 2.65 | 4.7 | - |
| YUV | 44.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 61 | 0 | 0.70 | 0.23 | 0.69 | 319.64 | 0.53 | 0.2 |
| Hex | 4F | 18 | 3D | 0 | 46 | 17 | 45 | 140 | 35 | 14 |
| Octal | 117 | 30 | 75 | 0 | 106 | 27 | 105 | 500 | 65 | 24 |
| Binary | 1001111 | 11000 | 111101 | 0 | 1000110 | 10111 | 1000101 | 101000000 | 110101 | 10100 |
Color Harmonies of #4F183D
Complementary color
Monochromatic Colors of #4F183D
Black with #4F183D
Text Example
Text Example
White with #4F183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F183D; }
p { color: rgb(79,24,61); }
H1.HeaderClassName
{
color: #4F183D;
}
.AnyTagClassName
{
color: #4F183D;
}
</style>
background-color css
<style>
a { background-color: #4F183D; }
a { background-color: rgb(79,24,61); }
div.DivClassName
{
background-color: #4F183D;
}
.BgClassName
{
background-color: #4F183D;
}
</style>
border-color css
<style>
span { border-color: #4F183D; }
span { border-color: rgb(79,24,61); }
td.TdClassName
{
border-color: #4F183D;
}
.TagClassName
{
border-color: #4F183D;
}
</style>