Shades of Blackberry #4D0425
Tints of Blackberry #4D0425
RGB
CMYK
RGB Variations
Color information
#4D0425 (or 0x4D0425) is known color: Blackberry. HEX triplet: 4D, 04 and 25. RGB value is (77,4,37). Sum of RGB (Red+Green+Blue) = 77+4+37=118 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.25% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0425 is #B2FBDA. Grayscale: #1D1D1D. Windows color (decimal): -11729883 or 2425933. OLE color: 2425933.
HSL color Cylindrical-coordinate representation of color #4D0425: hue angle of 332.88º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0425 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 37 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.70 |
| HSL | 332.88º | 0.9% | 0.16% | - |
| HSV(B) | 332.88º | 0.95% | 0.3% | - |
| XYZ | 3.44 | 1.8 | 1.92 | - |
| YUV | 29.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 37 | 0 | 0.95 | 0.52 | 0.70 | 332.88 | 0.9 | 0.16 |
| Hex | 4D | 4 | 25 | 0 | 5F | 34 | 46 | 14D | 5A | 10 |
| Octal | 115 | 4 | 45 | 0 | 137 | 64 | 106 | 515 | 132 | 20 |
| Binary | 1001101 | 100 | 100101 | 0 | 1011111 | 110100 | 1000110 | 101001101 | 1011010 | 10000 |
Color Harmonies of #4D0425
Complementary color
Monochromatic Colors of #4D0425
Black with #4D0425
Text Example
Text Example
White with #4D0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0425; }
p { color: rgb(77,4,37); }
H1.HeaderClassName
{
color: #4D0425;
}
.AnyTagClassName
{
color: #4D0425;
}
</style>
background-color css
<style>
a { background-color: #4D0425; }
a { background-color: rgb(77,4,37); }
div.DivClassName
{
background-color: #4D0425;
}
.BgClassName
{
background-color: #4D0425;
}
</style>
border-color css
<style>
span { border-color: #4D0425; }
span { border-color: rgb(77,4,37); }
td.TdClassName
{
border-color: #4D0425;
}
.TagClassName
{
border-color: #4D0425;
}
</style>