Shades of Blackberry #4D1F3B
Tints of Blackberry #4D1F3B
RGB
CMYK
RGB Variations
Color information
#4D1F3B (or 0x4D1F3B) is known color: Blackberry. HEX triplet: 4D, 1F and 3B. RGB value is (77,31,59). Sum of RGB (Red+Green+Blue) = 77+31+59=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F3B is #B2E0C4. Grayscale: #2F2F2F. Windows color (decimal): -11722949 or 3874637. OLE color: 3874637.
HSL color Cylindrical-coordinate representation of color #4D1F3B: hue angle of 323.48º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F3B is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 31 | 59 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.70 |
| HSL | 323.48º | 0.43% | 0.21% | - |
| HSV(B) | 323.48º | 0.6% | 0.3% | - |
| XYZ | 4.34 | 2.87 | 4.46 | - |
| YUV | 47.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 59 | 0 | 0.60 | 0.23 | 0.70 | 323.48 | 0.43 | 0.21 |
| Hex | 4D | 1F | 3B | 0 | 3C | 17 | 46 | 143 | 2B | 15 |
| Octal | 115 | 37 | 73 | 0 | 74 | 27 | 106 | 503 | 53 | 25 |
| Binary | 1001101 | 11111 | 111011 | 0 | 111100 | 10111 | 1000110 | 101000011 | 101011 | 10101 |
Color Harmonies of #4D1F3B
Complementary color
Monochromatic Colors of #4D1F3B
Black with #4D1F3B
Text Example
Text Example
White with #4D1F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F3B; }
p { color: rgb(77,31,59); }
H1.HeaderClassName
{
color: #4D1F3B;
}
.AnyTagClassName
{
color: #4D1F3B;
}
</style>
background-color css
<style>
a { background-color: #4D1F3B; }
a { background-color: rgb(77,31,59); }
div.DivClassName
{
background-color: #4D1F3B;
}
.BgClassName
{
background-color: #4D1F3B;
}
</style>
border-color css
<style>
span { border-color: #4D1F3B; }
span { border-color: rgb(77,31,59); }
td.TdClassName
{
border-color: #4D1F3B;
}
.TagClassName
{
border-color: #4D1F3B;
}
</style>