Shades of Blackberry #4D103A
Tints of Blackberry #4D103A
RGB
CMYK
RGB Variations
Color information
#4D103A (or 0x4D103A) is known color: Blackberry. HEX triplet: 4D, 10 and 3A. RGB value is (77,16,58). Sum of RGB (Red+Green+Blue) = 77+16+58=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D103A is #B2EFC5. Grayscale: #262626. Windows color (decimal): -11726790 or 3805261. OLE color: 3805261.
HSL color Cylindrical-coordinate representation of color #4D103A: hue angle of 318.69º 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 #4D103A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 58 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.70 |
| HSL | 318.69º | 0.66% | 0.18% | - |
| HSV(B) | 318.69º | 0.79% | 0.3% | - |
| XYZ | 4.01 | 2.25 | 4.23 | - |
| YUV | 39.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 58 | 0 | 0.79 | 0.25 | 0.70 | 318.69 | 0.66 | 0.18 |
| Hex | 4D | 10 | 3A | 0 | 4F | 19 | 46 | 13F | 42 | 12 |
| Octal | 115 | 20 | 72 | 0 | 117 | 31 | 106 | 477 | 102 | 22 |
| Binary | 1001101 | 10000 | 111010 | 0 | 1001111 | 11001 | 1000110 | 100111111 | 1000010 | 10010 |
Color Harmonies of #4D103A
Complementary color
Monochromatic Colors of #4D103A
Black with #4D103A
Text Example
Text Example
White with #4D103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D103A; }
p { color: rgb(77,16,58); }
H1.HeaderClassName
{
color: #4D103A;
}
.AnyTagClassName
{
color: #4D103A;
}
</style>
background-color css
<style>
a { background-color: #4D103A; }
a { background-color: rgb(77,16,58); }
div.DivClassName
{
background-color: #4D103A;
}
.BgClassName
{
background-color: #4D103A;
}
</style>
border-color css
<style>
span { border-color: #4D103A; }
span { border-color: rgb(77,16,58); }
td.TdClassName
{
border-color: #4D103A;
}
.TagClassName
{
border-color: #4D103A;
}
</style>