Shades of Blackberry #4D183F
Tints of Blackberry #4D183F
RGB
CMYK
RGB Variations
Color information
#4D183F (or 0x4D183F) is known color: Blackberry. HEX triplet: 4D, 18 and 3F. RGB value is (77,24,63). Sum of RGB (Red+Green+Blue) = 77+24+63=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D183F is #B2E7C0. Grayscale: #2C2C2C. Windows color (decimal): -11724737 or 4134989. OLE color: 4134989.
HSL color Cylindrical-coordinate representation of color #4D183F: hue angle of 315.85º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D183F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 63 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.70 |
| HSL | 315.85º | 0.52% | 0.2% | - |
| HSV(B) | 315.85º | 0.69% | 0.3% | - |
| XYZ | 4.28 | 2.59 | 4.98 | - |
| YUV | 44.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 63 | 0 | 0.69 | 0.18 | 0.70 | 315.85 | 0.52 | 0.2 |
| Hex | 4D | 18 | 3F | 0 | 45 | 12 | 46 | 13C | 34 | 14 |
| Octal | 115 | 30 | 77 | 0 | 105 | 22 | 106 | 474 | 64 | 24 |
| Binary | 1001101 | 11000 | 111111 | 0 | 1000101 | 10010 | 1000110 | 100111100 | 110100 | 10100 |
Color Harmonies of #4D183F
Complementary color
Monochromatic Colors of #4D183F
Black with #4D183F
Text Example
Text Example
White with #4D183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D183F; }
p { color: rgb(77,24,63); }
H1.HeaderClassName
{
color: #4D183F;
}
.AnyTagClassName
{
color: #4D183F;
}
</style>
background-color css
<style>
a { background-color: #4D183F; }
a { background-color: rgb(77,24,63); }
div.DivClassName
{
background-color: #4D183F;
}
.BgClassName
{
background-color: #4D183F;
}
</style>
border-color css
<style>
span { border-color: #4D183F; }
span { border-color: rgb(77,24,63); }
td.TdClassName
{
border-color: #4D183F;
}
.TagClassName
{
border-color: #4D183F;
}
</style>