Shades of Blackberry #4D103F
Tints of Blackberry #4D103F
RGB
CMYK
RGB Variations
Color information
#4D103F (or 0x4D103F) is known color: Blackberry. HEX triplet: 4D, 10 and 3F. RGB value is (77,16,63). Sum of RGB (Red+Green+Blue) = 77+16+63=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D103F is #B2EFC0. Grayscale: #272727. Windows color (decimal): -11726785 or 4132941. OLE color: 4132941.
HSL color Cylindrical-coordinate representation of color #4D103F: hue angle of 313.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D103F is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 63 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.70 |
| HSL | 313.77º | 0.66% | 0.18% | - |
| HSV(B) | 313.77º | 0.79% | 0.3% | - |
| XYZ | 4.14 | 2.31 | 4.93 | - |
| YUV | 39.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 63 | 0 | 0.79 | 0.18 | 0.70 | 313.77 | 0.66 | 0.18 |
| Hex | 4D | 10 | 3F | 0 | 4F | 12 | 46 | 13A | 42 | 12 |
| Octal | 115 | 20 | 77 | 0 | 117 | 22 | 106 | 472 | 102 | 22 |
| Binary | 1001101 | 10000 | 111111 | 0 | 1001111 | 10010 | 1000110 | 100111010 | 1000010 | 10010 |
Color Harmonies of #4D103F
Complementary color
Monochromatic Colors of #4D103F
Black with #4D103F
Text Example
Text Example
White with #4D103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D103F; }
p { color: rgb(77,16,63); }
H1.HeaderClassName
{
color: #4D103F;
}
.AnyTagClassName
{
color: #4D103F;
}
</style>
background-color css
<style>
a { background-color: #4D103F; }
a { background-color: rgb(77,16,63); }
div.DivClassName
{
background-color: #4D103F;
}
.BgClassName
{
background-color: #4D103F;
}
</style>
border-color css
<style>
span { border-color: #4D103F; }
span { border-color: rgb(77,16,63); }
td.TdClassName
{
border-color: #4D103F;
}
.TagClassName
{
border-color: #4D103F;
}
</style>