Shades of Blackberry #4D143B
Tints of Blackberry #4D143B
RGB
CMYK
RGB Variations
Color information
#4D143B (or 0x4D143B) is known color: Blackberry. HEX triplet: 4D, 14 and 3B. RGB value is (77,20,59). Sum of RGB (Red+Green+Blue) = 77+20+59=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D143B is #B2EBC4. Grayscale: #292929. Windows color (decimal): -11725765 or 3871821. OLE color: 3871821.
HSL color Cylindrical-coordinate representation of color #4D143B: hue angle of 318.95º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D143B is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 59 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.70 |
| HSL | 318.95º | 0.59% | 0.19% | - |
| HSV(B) | 318.95º | 0.74% | 0.3% | - |
| XYZ | 4.1 | 2.39 | 4.38 | - |
| YUV | 41.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 59 | 0 | 0.74 | 0.23 | 0.70 | 318.95 | 0.59 | 0.19 |
| Hex | 4D | 14 | 3B | 0 | 4A | 17 | 46 | 13F | 3B | 13 |
| Octal | 115 | 24 | 73 | 0 | 112 | 27 | 106 | 477 | 73 | 23 |
| Binary | 1001101 | 10100 | 111011 | 0 | 1001010 | 10111 | 1000110 | 100111111 | 111011 | 10011 |
Color Harmonies of #4D143B
Complementary color
Monochromatic Colors of #4D143B
Black with #4D143B
Text Example
Text Example
White with #4D143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D143B; }
p { color: rgb(77,20,59); }
H1.HeaderClassName
{
color: #4D143B;
}
.AnyTagClassName
{
color: #4D143B;
}
</style>
background-color css
<style>
a { background-color: #4D143B; }
a { background-color: rgb(77,20,59); }
div.DivClassName
{
background-color: #4D143B;
}
.BgClassName
{
background-color: #4D143B;
}
</style>
border-color css
<style>
span { border-color: #4D143B; }
span { border-color: rgb(77,20,59); }
td.TdClassName
{
border-color: #4D143B;
}
.TagClassName
{
border-color: #4D143B;
}
</style>