Shades of Blackberry #4D072D
Tints of Blackberry #4D072D
RGB
CMYK
RGB Variations
Color information
#4D072D (or 0x4D072D) is known color: Blackberry. HEX triplet: 4D, 07 and 2D. RGB value is (77,7,45). Sum of RGB (Red+Green+Blue) = 77+7+45=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D072D is #B2F8D2. Grayscale: #202020. Windows color (decimal): -11729107 or 2950989. OLE color: 2950989.
HSL color Cylindrical-coordinate representation of color #4D072D: hue angle of 327.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D072D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 7 | 45 | - |
CMYK | 0 | 0.91 | 0.42 | 0.70 |
HSL | 327.43º | 0.83% | 0.16% | - |
HSV(B) | 327.43º | 0.91% | 0.3% | - |
XYZ | 3.61 | 1.92 | 2.66 | - |
YUV | 32.26 | 135.19 | 159.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 7 | 45 | 0 | 0.91 | 0.42 | 0.70 | 327.43 | 0.83 | 0.16 |
Hex | 4D | 7 | 2D | 0 | 5B | 2A | 46 | 147 | 53 | 10 |
Octal | 115 | 7 | 55 | 0 | 133 | 52 | 106 | 507 | 123 | 20 |
Binary | 1001101 | 111 | 101101 | 0 | 1011011 | 101010 | 1000110 | 101000111 | 1010011 | 10000 |
Color Harmonies of #4D072D
Complementary color
Monochromatic Colors of #4D072D
Black with #4D072D
Text Example
Text Example
White with #4D072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D072D; }
p { color: rgb(77,7,45); }
H1.HeaderClassName
{
color: #4D072D;
}
.AnyTagClassName
{
color: #4D072D;
}
</style>
background-color css
<style>
a { background-color: #4D072D; }
a { background-color: rgb(77,7,45); }
div.DivClassName
{
background-color: #4D072D;
}
.BgClassName
{
background-color: #4D072D;
}
</style>
border-color css
<style>
span { border-color: #4D072D; }
span { border-color: rgb(77,7,45); }
td.TdClassName
{
border-color: #4D072D;
}
.TagClassName
{
border-color: #4D072D;
}
</style>