Shades of Blackberry #4D031F
Tints of Blackberry #4D031F
RGB
CMYK
RGB Variations
Color information
#4D031F (or 0x4D031F) is known color: Blackberry. HEX triplet: 4D, 03 and 1F. RGB value is (77,3,31). Sum of RGB (Red+Green+Blue) = 77+3+31=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D031F is #B2FCE0. Grayscale: #1C1C1C. Windows color (decimal): -11730145 or 2032461. OLE color: 2032461.
HSL color Cylindrical-coordinate representation of color #4D031F: hue angle of 337.3º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D031F is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 31 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.70 |
| HSL | 337.3º | 0.93% | 0.16% | - |
| HSV(B) | 337.3º | 0.96% | 0.3% | - |
| XYZ | 3.34 | 1.74 | 1.46 | - |
| YUV | 28.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 31 | 0 | 0.96 | 0.60 | 0.70 | 337.3 | 0.93 | 0.16 |
| Hex | 4D | 3 | 1F | 0 | 60 | 3C | 46 | 151 | 5C | 10 |
| Octal | 115 | 3 | 37 | 0 | 140 | 74 | 106 | 521 | 134 | 20 |
| Binary | 1001101 | 11 | 11111 | 0 | 1100000 | 111100 | 1000110 | 101010001 | 1011100 | 10000 |
Color Harmonies of #4D031F
Complementary color
Monochromatic Colors of #4D031F
Black with #4D031F
Text Example
Text Example
White with #4D031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D031F; }
p { color: rgb(77,3,31); }
H1.HeaderClassName
{
color: #4D031F;
}
.AnyTagClassName
{
color: #4D031F;
}
</style>
background-color css
<style>
a { background-color: #4D031F; }
a { background-color: rgb(77,3,31); }
div.DivClassName
{
background-color: #4D031F;
}
.BgClassName
{
background-color: #4D031F;
}
</style>
border-color css
<style>
span { border-color: #4D031F; }
span { border-color: rgb(77,3,31); }
td.TdClassName
{
border-color: #4D031F;
}
.TagClassName
{
border-color: #4D031F;
}
</style>