Shades of Blackberry #4D1230
Tints of Blackberry #4D1230
RGB
CMYK
RGB Variations
Color information
#4D1230 (or 0x4D1230) is known color: Blackberry. HEX triplet: 4D, 12 and 30. RGB value is (77,18,48). Sum of RGB (Red+Green+Blue) = 77+18+48=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1230 is #B2EDCF. Grayscale: #272727. Windows color (decimal): -11726288 or 3150413. OLE color: 3150413.
HSL color Cylindrical-coordinate representation of color #4D1230: hue angle of 329.49º 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 #4D1230 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 48 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.70 |
| HSL | 329.49º | 0.62% | 0.19% | - |
| HSV(B) | 329.49º | 0.77% | 0.3% | - |
| XYZ | 3.81 | 2.22 | 3.02 | - |
| YUV | 39.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 48 | 0 | 0.77 | 0.38 | 0.70 | 329.49 | 0.62 | 0.19 |
| Hex | 4D | 12 | 30 | 0 | 4D | 26 | 46 | 149 | 3E | 13 |
| Octal | 115 | 22 | 60 | 0 | 115 | 46 | 106 | 511 | 76 | 23 |
| Binary | 1001101 | 10010 | 110000 | 0 | 1001101 | 100110 | 1000110 | 101001001 | 111110 | 10011 |
Color Harmonies of #4D1230
Complementary color
Monochromatic Colors of #4D1230
Black with #4D1230
Text Example
Text Example
White with #4D1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1230; }
p { color: rgb(77,18,48); }
H1.HeaderClassName
{
color: #4D1230;
}
.AnyTagClassName
{
color: #4D1230;
}
</style>
background-color css
<style>
a { background-color: #4D1230; }
a { background-color: rgb(77,18,48); }
div.DivClassName
{
background-color: #4D1230;
}
.BgClassName
{
background-color: #4D1230;
}
</style>
border-color css
<style>
span { border-color: #4D1230; }
span { border-color: rgb(77,18,48); }
td.TdClassName
{
border-color: #4D1230;
}
.TagClassName
{
border-color: #4D1230;
}
</style>