Shades of Blackberry #4D133C
Tints of Blackberry #4D133C
RGB
CMYK
RGB Variations
Color information
#4D133C (or 0x4D133C) is known color: Blackberry. HEX triplet: 4D, 13 and 3C. RGB value is (77,19,60). Sum of RGB (Red+Green+Blue) = 77+19+60=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D133C is #B2ECC3. Grayscale: #282828. Windows color (decimal): -11726020 or 3937101. OLE color: 3937101.
HSL color Cylindrical-coordinate representation of color #4D133C: hue angle of 317.59º 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 #4D133C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 60 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.70 |
| HSL | 317.59º | 0.6% | 0.19% | - |
| HSV(B) | 317.59º | 0.75% | 0.3% | - |
| XYZ | 4.11 | 2.37 | 4.52 | - |
| YUV | 41.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 60 | 0 | 0.75 | 0.22 | 0.70 | 317.59 | 0.6 | 0.19 |
| Hex | 4D | 13 | 3C | 0 | 4B | 16 | 46 | 13E | 3C | 13 |
| Octal | 115 | 23 | 74 | 0 | 113 | 26 | 106 | 476 | 74 | 23 |
| Binary | 1001101 | 10011 | 111100 | 0 | 1001011 | 10110 | 1000110 | 100111110 | 111100 | 10011 |
Color Harmonies of #4D133C
Complementary color
Monochromatic Colors of #4D133C
Black with #4D133C
Text Example
Text Example
White with #4D133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D133C; }
p { color: rgb(77,19,60); }
H1.HeaderClassName
{
color: #4D133C;
}
.AnyTagClassName
{
color: #4D133C;
}
</style>
background-color css
<style>
a { background-color: #4D133C; }
a { background-color: rgb(77,19,60); }
div.DivClassName
{
background-color: #4D133C;
}
.BgClassName
{
background-color: #4D133C;
}
</style>
border-color css
<style>
span { border-color: #4D133C; }
span { border-color: rgb(77,19,60); }
td.TdClassName
{
border-color: #4D133C;
}
.TagClassName
{
border-color: #4D133C;
}
</style>