Shades of Blackberry #4D122A
Tints of Blackberry #4D122A
RGB
CMYK
RGB Variations
Color information
#4D122A (or 0x4D122A) is known color: Blackberry. HEX triplet: 4D, 12 and 2A. RGB value is (77,18,42). Sum of RGB (Red+Green+Blue) = 77+18+42=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D122A is #B2EDD5. Grayscale: #262626. Windows color (decimal): -11726294 or 2757197. OLE color: 2757197.
HSL color Cylindrical-coordinate representation of color #4D122A: hue angle of 335.59º 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 #4D122A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 42 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.70 |
| HSL | 335.59º | 0.62% | 0.19% | - |
| HSV(B) | 335.59º | 0.77% | 0.3% | - |
| XYZ | 3.69 | 2.18 | 2.42 | - |
| YUV | 38.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 42 | 0 | 0.77 | 0.45 | 0.70 | 335.59 | 0.62 | 0.19 |
| Hex | 4D | 12 | 2A | 0 | 4D | 2D | 46 | 150 | 3E | 13 |
| Octal | 115 | 22 | 52 | 0 | 115 | 55 | 106 | 520 | 76 | 23 |
| Binary | 1001101 | 10010 | 101010 | 0 | 1001101 | 101101 | 1000110 | 101010000 | 111110 | 10011 |
Color Harmonies of #4D122A
Complementary color
Monochromatic Colors of #4D122A
Black with #4D122A
Text Example
Text Example
White with #4D122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D122A; }
p { color: rgb(77,18,42); }
H1.HeaderClassName
{
color: #4D122A;
}
.AnyTagClassName
{
color: #4D122A;
}
</style>
background-color css
<style>
a { background-color: #4D122A; }
a { background-color: rgb(77,18,42); }
div.DivClassName
{
background-color: #4D122A;
}
.BgClassName
{
background-color: #4D122A;
}
</style>
border-color css
<style>
span { border-color: #4D122A; }
span { border-color: rgb(77,18,42); }
td.TdClassName
{
border-color: #4D122A;
}
.TagClassName
{
border-color: #4D122A;
}
</style>