Shades of Blackberry #4D183B
Tints of Blackberry #4D183B
RGB
CMYK
RGB Variations
Color information
#4D183B (or 0x4D183B) is known color: Blackberry. HEX triplet: 4D, 18 and 3B. RGB value is (77,24,59). Sum of RGB (Red+Green+Blue) = 77+24+59=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D183B is #B2E7C4. Grayscale: #2B2B2B. Windows color (decimal): -11724741 or 3872845. OLE color: 3872845.
HSL color Cylindrical-coordinate representation of color #4D183B: hue angle of 320.38º 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 #4D183B is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 59 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.70 |
| HSL | 320.38º | 0.52% | 0.2% | - |
| HSV(B) | 320.38º | 0.69% | 0.3% | - |
| XYZ | 4.18 | 2.55 | 4.41 | - |
| YUV | 43.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 59 | 0 | 0.69 | 0.23 | 0.70 | 320.38 | 0.52 | 0.2 |
| Hex | 4D | 18 | 3B | 0 | 45 | 17 | 46 | 140 | 34 | 14 |
| Octal | 115 | 30 | 73 | 0 | 105 | 27 | 106 | 500 | 64 | 24 |
| Binary | 1001101 | 11000 | 111011 | 0 | 1000101 | 10111 | 1000110 | 101000000 | 110100 | 10100 |
Color Harmonies of #4D183B
Complementary color
Monochromatic Colors of #4D183B
Black with #4D183B
Text Example
Text Example
White with #4D183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D183B; }
p { color: rgb(77,24,59); }
H1.HeaderClassName
{
color: #4D183B;
}
.AnyTagClassName
{
color: #4D183B;
}
</style>
background-color css
<style>
a { background-color: #4D183B; }
a { background-color: rgb(77,24,59); }
div.DivClassName
{
background-color: #4D183B;
}
.BgClassName
{
background-color: #4D183B;
}
</style>
border-color css
<style>
span { border-color: #4D183B; }
span { border-color: rgb(77,24,59); }
td.TdClassName
{
border-color: #4D183B;
}
.TagClassName
{
border-color: #4D183B;
}
</style>