Shades of Blackberry #4D1C38
Tints of Blackberry #4D1C38
RGB
CMYK
RGB Variations
Color information
#4D1C38 (or 0x4D1C38) is known color: Blackberry. HEX triplet: 4D, 1C and 38. RGB value is (77,28,56). Sum of RGB (Red+Green+Blue) = 77+28+56=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C38 is #B2E3C7. Grayscale: #2D2D2D. Windows color (decimal): -11723720 or 3677261. OLE color: 3677261.
HSL color Cylindrical-coordinate representation of color #4D1C38: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D1C38 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 28 | 56 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.70 |
| HSL | 325.71º | 0.47% | 0.21% | - |
| HSV(B) | 325.71º | 0.64% | 0.3% | - |
| XYZ | 4.19 | 2.69 | 4.04 | - |
| YUV | 45.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 56 | 0 | 0.64 | 0.27 | 0.70 | 325.71 | 0.47 | 0.21 |
| Hex | 4D | 1C | 38 | 0 | 40 | 1B | 46 | 146 | 2F | 15 |
| Octal | 115 | 34 | 70 | 0 | 100 | 33 | 106 | 506 | 57 | 25 |
| Binary | 1001101 | 11100 | 111000 | 0 | 1000000 | 11011 | 1000110 | 101000110 | 101111 | 10101 |
Color Harmonies of #4D1C38
Complementary color
Monochromatic Colors of #4D1C38
Black with #4D1C38
Text Example
Text Example
White with #4D1C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C38; }
p { color: rgb(77,28,56); }
H1.HeaderClassName
{
color: #4D1C38;
}
.AnyTagClassName
{
color: #4D1C38;
}
</style>
background-color css
<style>
a { background-color: #4D1C38; }
a { background-color: rgb(77,28,56); }
div.DivClassName
{
background-color: #4D1C38;
}
.BgClassName
{
background-color: #4D1C38;
}
</style>
border-color css
<style>
span { border-color: #4D1C38; }
span { border-color: rgb(77,28,56); }
td.TdClassName
{
border-color: #4D1C38;
}
.TagClassName
{
border-color: #4D1C38;
}
</style>