Shades of Blackberry #4D133B
Tints of Blackberry #4D133B
RGB
CMYK
RGB Variations
Color information
#4D133B (or 0x4D133B) is known color: Blackberry. HEX triplet: 4D, 13 and 3B. RGB value is (77,19,59). Sum of RGB (Red+Green+Blue) = 77+19+59=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D133B is #B2ECC4. Grayscale: #282828. Windows color (decimal): -11726021 or 3871565. OLE color: 3871565.
HSL color Cylindrical-coordinate representation of color #4D133B: hue angle of 318.62º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D133B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 59 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.70 |
| HSL | 318.62º | 0.6% | 0.19% | - |
| HSV(B) | 318.62º | 0.75% | 0.3% | - |
| XYZ | 4.08 | 2.36 | 4.38 | - |
| YUV | 40.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 59 | 0 | 0.75 | 0.23 | 0.70 | 318.62 | 0.6 | 0.19 |
| Hex | 4D | 13 | 3B | 0 | 4B | 17 | 46 | 13F | 3C | 13 |
| Octal | 115 | 23 | 73 | 0 | 113 | 27 | 106 | 477 | 74 | 23 |
| Binary | 1001101 | 10011 | 111011 | 0 | 1001011 | 10111 | 1000110 | 100111111 | 111100 | 10011 |
Color Harmonies of #4D133B
Complementary color
Monochromatic Colors of #4D133B
Black with #4D133B
Text Example
Text Example
White with #4D133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D133B; }
p { color: rgb(77,19,59); }
H1.HeaderClassName
{
color: #4D133B;
}
.AnyTagClassName
{
color: #4D133B;
}
</style>
background-color css
<style>
a { background-color: #4D133B; }
a { background-color: rgb(77,19,59); }
div.DivClassName
{
background-color: #4D133B;
}
.BgClassName
{
background-color: #4D133B;
}
</style>
border-color css
<style>
span { border-color: #4D133B; }
span { border-color: rgb(77,19,59); }
td.TdClassName
{
border-color: #4D133B;
}
.TagClassName
{
border-color: #4D133B;
}
</style>