Shades of Blackberry #4D1B3F
Tints of Blackberry #4D1B3F
RGB
CMYK
RGB Variations
Color information
#4D1B3F (or 0x4D1B3F) is known color: Blackberry. HEX triplet: 4D, 1B and 3F. RGB value is (77,27,63). Sum of RGB (Red+Green+Blue) = 77+27+63=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B3F is #B2E4C0. Grayscale: #2D2D2D. Windows color (decimal): -11723969 or 4135757. OLE color: 4135757.
HSL color Cylindrical-coordinate representation of color #4D1B3F: hue angle of 316.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B3F is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 63 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.70 |
| HSL | 316.8º | 0.48% | 0.2% | - |
| HSV(B) | 316.8º | 0.65% | 0.3% | - |
| XYZ | 4.35 | 2.72 | 5 | - |
| YUV | 46.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 63 | 0 | 0.65 | 0.18 | 0.70 | 316.8 | 0.48 | 0.2 |
| Hex | 4D | 1B | 3F | 0 | 41 | 12 | 46 | 13D | 30 | 14 |
| Octal | 115 | 33 | 77 | 0 | 101 | 22 | 106 | 475 | 60 | 24 |
| Binary | 1001101 | 11011 | 111111 | 0 | 1000001 | 10010 | 1000110 | 100111101 | 110000 | 10100 |
Color Harmonies of #4D1B3F
Complementary color
Monochromatic Colors of #4D1B3F
Black with #4D1B3F
Text Example
Text Example
White with #4D1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B3F; }
p { color: rgb(77,27,63); }
H1.HeaderClassName
{
color: #4D1B3F;
}
.AnyTagClassName
{
color: #4D1B3F;
}
</style>
background-color css
<style>
a { background-color: #4D1B3F; }
a { background-color: rgb(77,27,63); }
div.DivClassName
{
background-color: #4D1B3F;
}
.BgClassName
{
background-color: #4D1B3F;
}
</style>
border-color css
<style>
span { border-color: #4D1B3F; }
span { border-color: rgb(77,27,63); }
td.TdClassName
{
border-color: #4D1B3F;
}
.TagClassName
{
border-color: #4D1B3F;
}
</style>