Shades of Blackberry #4D092B
Tints of Blackberry #4D092B
RGB
CMYK
RGB Variations
Color information
#4D092B (or 0x4D092B) is known color: Blackberry. HEX triplet: 4D, 09 and 2B. RGB value is (77,9,43). Sum of RGB (Red+Green+Blue) = 77+9+43=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D092B is #B2F6D4. Grayscale: #212121. Windows color (decimal): -11728597 or 2820429. OLE color: 2820429.
HSL color Cylindrical-coordinate representation of color #4D092B: hue angle of 330º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D092B is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 9 | 43 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.70 |
| HSL | 330º | 0.79% | 0.17% | - |
| HSV(B) | 330º | 0.88% | 0.3% | - |
| XYZ | 3.59 | 1.95 | 2.47 | - |
| YUV | 33.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 43 | 0 | 0.88 | 0.44 | 0.70 | 330 | 0.79 | 0.17 |
| Hex | 4D | 9 | 2B | 0 | 58 | 2C | 46 | 14A | 4F | 11 |
| Octal | 115 | 11 | 53 | 0 | 130 | 54 | 106 | 512 | 117 | 21 |
| Binary | 1001101 | 1001 | 101011 | 0 | 1011000 | 101100 | 1000110 | 101001010 | 1001111 | 10001 |
Color Harmonies of #4D092B
Complementary color
Monochromatic Colors of #4D092B
Black with #4D092B
Text Example
Text Example
White with #4D092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D092B; }
p { color: rgb(77,9,43); }
H1.HeaderClassName
{
color: #4D092B;
}
.AnyTagClassName
{
color: #4D092B;
}
</style>
background-color css
<style>
a { background-color: #4D092B; }
a { background-color: rgb(77,9,43); }
div.DivClassName
{
background-color: #4D092B;
}
.BgClassName
{
background-color: #4D092B;
}
</style>
border-color css
<style>
span { border-color: #4D092B; }
span { border-color: rgb(77,9,43); }
td.TdClassName
{
border-color: #4D092B;
}
.TagClassName
{
border-color: #4D092B;
}
</style>