Shades of Blackberry #4D1B34
Tints of Blackberry #4D1B34
RGB
CMYK
RGB Variations
Color information
#4D1B34 (or 0x4D1B34) is known color: Blackberry. HEX triplet: 4D, 1B and 34. RGB value is (77,27,52). Sum of RGB (Red+Green+Blue) = 77+27+52=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B34 is #B2E4CB. Grayscale: #2C2C2C. Windows color (decimal): -11723980 or 3414861. OLE color: 3414861.
HSL color Cylindrical-coordinate representation of color #4D1B34: hue angle of 330º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B34 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 52 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.70 |
| HSL | 330º | 0.48% | 0.2% | - |
| HSV(B) | 330º | 0.65% | 0.3% | - |
| XYZ | 4.07 | 2.61 | 3.54 | - |
| YUV | 44.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 52 | 0 | 0.65 | 0.32 | 0.70 | 330 | 0.48 | 0.2 |
| Hex | 4D | 1B | 34 | 0 | 41 | 20 | 46 | 14A | 30 | 14 |
| Octal | 115 | 33 | 64 | 0 | 101 | 40 | 106 | 512 | 60 | 24 |
| Binary | 1001101 | 11011 | 110100 | 0 | 1000001 | 100000 | 1000110 | 101001010 | 110000 | 10100 |
Color Harmonies of #4D1B34
Complementary color
Monochromatic Colors of #4D1B34
Black with #4D1B34
Text Example
Text Example
White with #4D1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B34; }
p { color: rgb(77,27,52); }
H1.HeaderClassName
{
color: #4D1B34;
}
.AnyTagClassName
{
color: #4D1B34;
}
</style>
background-color css
<style>
a { background-color: #4D1B34; }
a { background-color: rgb(77,27,52); }
div.DivClassName
{
background-color: #4D1B34;
}
.BgClassName
{
background-color: #4D1B34;
}
</style>
border-color css
<style>
span { border-color: #4D1B34; }
span { border-color: rgb(77,27,52); }
td.TdClassName
{
border-color: #4D1B34;
}
.TagClassName
{
border-color: #4D1B34;
}
</style>