Shades of Blackberry #4D1235
Tints of Blackberry #4D1235
RGB
CMYK
RGB Variations
Color information
#4D1235 (or 0x4D1235) is known color: Blackberry. HEX triplet: 4D, 12 and 35. RGB value is (77,18,53). Sum of RGB (Red+Green+Blue) = 77+18+53=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1235 is #B2EDCA. Grayscale: #272727. Windows color (decimal): -11726283 or 3478093. OLE color: 3478093.
HSL color Cylindrical-coordinate representation of color #4D1235: hue angle of 324.41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1235 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 53 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.70 |
| HSL | 324.41º | 0.62% | 0.19% | - |
| HSV(B) | 324.41º | 0.77% | 0.3% | - |
| XYZ | 3.92 | 2.27 | 3.6 | - |
| YUV | 39.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 53 | 0 | 0.77 | 0.31 | 0.70 | 324.41 | 0.62 | 0.19 |
| Hex | 4D | 12 | 35 | 0 | 4D | 1F | 46 | 144 | 3E | 13 |
| Octal | 115 | 22 | 65 | 0 | 115 | 37 | 106 | 504 | 76 | 23 |
| Binary | 1001101 | 10010 | 110101 | 0 | 1001101 | 11111 | 1000110 | 101000100 | 111110 | 10011 |
Color Harmonies of #4D1235
Complementary color
Monochromatic Colors of #4D1235
Black with #4D1235
Text Example
Text Example
White with #4D1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1235; }
p { color: rgb(77,18,53); }
H1.HeaderClassName
{
color: #4D1235;
}
.AnyTagClassName
{
color: #4D1235;
}
</style>
background-color css
<style>
a { background-color: #4D1235; }
a { background-color: rgb(77,18,53); }
div.DivClassName
{
background-color: #4D1235;
}
.BgClassName
{
background-color: #4D1235;
}
</style>
border-color css
<style>
span { border-color: #4D1235; }
span { border-color: rgb(77,18,53); }
td.TdClassName
{
border-color: #4D1235;
}
.TagClassName
{
border-color: #4D1235;
}
</style>