Shades of Blackberry #4D0333
Tints of Blackberry #4D0333
RGB
CMYK
RGB Variations
Color information
#4D0333 (or 0x4D0333) is known color: Blackberry. HEX triplet: 4D, 03 and 33. RGB value is (77,3,51). Sum of RGB (Red+Green+Blue) = 77+3+51=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0333 is #B2FCCC. Grayscale: #1E1E1E. Windows color (decimal): -11730125 or 3343181. OLE color: 3343181.
HSL color Cylindrical-coordinate representation of color #4D0333: hue angle of 321.08º 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 #4D0333 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 51 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.70 |
| HSL | 321.08º | 0.93% | 0.16% | - |
| HSV(B) | 321.08º | 0.96% | 0.3% | - |
| XYZ | 3.69 | 1.88 | 3.3 | - |
| YUV | 30.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 51 | 0 | 0.96 | 0.34 | 0.70 | 321.08 | 0.93 | 0.16 |
| Hex | 4D | 3 | 33 | 0 | 60 | 22 | 46 | 141 | 5C | 10 |
| Octal | 115 | 3 | 63 | 0 | 140 | 42 | 106 | 501 | 134 | 20 |
| Binary | 1001101 | 11 | 110011 | 0 | 1100000 | 100010 | 1000110 | 101000001 | 1011100 | 10000 |
Color Harmonies of #4D0333
Complementary color
Monochromatic Colors of #4D0333
Black with #4D0333
Text Example
Text Example
White with #4D0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0333; }
p { color: rgb(77,3,51); }
H1.HeaderClassName
{
color: #4D0333;
}
.AnyTagClassName
{
color: #4D0333;
}
</style>
background-color css
<style>
a { background-color: #4D0333; }
a { background-color: rgb(77,3,51); }
div.DivClassName
{
background-color: #4D0333;
}
.BgClassName
{
background-color: #4D0333;
}
</style>
border-color css
<style>
span { border-color: #4D0333; }
span { border-color: rgb(77,3,51); }
td.TdClassName
{
border-color: #4D0333;
}
.TagClassName
{
border-color: #4D0333;
}
</style>