Shades of Blackberry #4D1231
Tints of Blackberry #4D1231
RGB
CMYK
RGB Variations
Color information
#4D1231 (or 0x4D1231) is known color: Blackberry. HEX triplet: 4D, 12 and 31. RGB value is (77,18,49). Sum of RGB (Red+Green+Blue) = 77+18+49=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1231 is #B2EDCE. Grayscale: #272727. Windows color (decimal): -11726287 or 3215949. OLE color: 3215949.
HSL color Cylindrical-coordinate representation of color #4D1231: hue angle of 328.47º 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 #4D1231 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 49 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.70 |
| HSL | 328.47º | 0.62% | 0.19% | - |
| HSV(B) | 328.47º | 0.77% | 0.3% | - |
| XYZ | 3.83 | 2.23 | 3.13 | - |
| YUV | 39.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 49 | 0 | 0.77 | 0.36 | 0.70 | 328.47 | 0.62 | 0.19 |
| Hex | 4D | 12 | 31 | 0 | 4D | 24 | 46 | 148 | 3E | 13 |
| Octal | 115 | 22 | 61 | 0 | 115 | 44 | 106 | 510 | 76 | 23 |
| Binary | 1001101 | 10010 | 110001 | 0 | 1001101 | 100100 | 1000110 | 101001000 | 111110 | 10011 |
Color Harmonies of #4D1231
Complementary color
Monochromatic Colors of #4D1231
Black with #4D1231
Text Example
Text Example
White with #4D1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1231; }
p { color: rgb(77,18,49); }
H1.HeaderClassName
{
color: #4D1231;
}
.AnyTagClassName
{
color: #4D1231;
}
</style>
background-color css
<style>
a { background-color: #4D1231; }
a { background-color: rgb(77,18,49); }
div.DivClassName
{
background-color: #4D1231;
}
.BgClassName
{
background-color: #4D1231;
}
</style>
border-color css
<style>
span { border-color: #4D1231; }
span { border-color: rgb(77,18,49); }
td.TdClassName
{
border-color: #4D1231;
}
.TagClassName
{
border-color: #4D1231;
}
</style>