Shades of Blackberry #4D103B
Tints of Blackberry #4D103B
RGB
CMYK
RGB Variations
Color information
#4D103B (or 0x4D103B) is known color: Blackberry. HEX triplet: 4D, 10 and 3B. RGB value is (77,16,59). Sum of RGB (Red+Green+Blue) = 77+16+59=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D103B is #B2EFC4. Grayscale: #272727. Windows color (decimal): -11726789 or 3870797. OLE color: 3870797.
HSL color Cylindrical-coordinate representation of color #4D103B: hue angle of 317.7º 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 #4D103B is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 16 | 59 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.70 |
| HSL | 317.7º | 0.66% | 0.18% | - |
| HSV(B) | 317.7º | 0.79% | 0.3% | - |
| XYZ | 4.04 | 2.26 | 4.36 | - |
| YUV | 39.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 59 | 0 | 0.79 | 0.23 | 0.70 | 317.7 | 0.66 | 0.18 |
| Hex | 4D | 10 | 3B | 0 | 4F | 17 | 46 | 13E | 42 | 12 |
| Octal | 115 | 20 | 73 | 0 | 117 | 27 | 106 | 476 | 102 | 22 |
| Binary | 1001101 | 10000 | 111011 | 0 | 1001111 | 10111 | 1000110 | 100111110 | 1000010 | 10010 |
Color Harmonies of #4D103B
Complementary color
Monochromatic Colors of #4D103B
Black with #4D103B
Text Example
Text Example
White with #4D103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D103B; }
p { color: rgb(77,16,59); }
H1.HeaderClassName
{
color: #4D103B;
}
.AnyTagClassName
{
color: #4D103B;
}
</style>
background-color css
<style>
a { background-color: #4D103B; }
a { background-color: rgb(77,16,59); }
div.DivClassName
{
background-color: #4D103B;
}
.BgClassName
{
background-color: #4D103B;
}
</style>
border-color css
<style>
span { border-color: #4D103B; }
span { border-color: rgb(77,16,59); }
td.TdClassName
{
border-color: #4D103B;
}
.TagClassName
{
border-color: #4D103B;
}
</style>