Shades of Blackberry #4D1838
Tints of Blackberry #4D1838
RGB
CMYK
RGB Variations
Color information
#4D1838 (or 0x4D1838) is known color: Blackberry. HEX triplet: 4D, 18 and 38. RGB value is (77,24,56). Sum of RGB (Red+Green+Blue) = 77+24+56=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1838 is #B2E7C7. Grayscale: #2B2B2B. Windows color (decimal): -11724744 or 3676237. OLE color: 3676237.
HSL color Cylindrical-coordinate representation of color #4D1838: hue angle of 323.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D1838 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 56 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.70 |
| HSL | 323.77º | 0.52% | 0.2% | - |
| HSV(B) | 323.77º | 0.69% | 0.3% | - |
| XYZ | 4.1 | 2.52 | 4.01 | - |
| YUV | 43.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 56 | 0 | 0.69 | 0.27 | 0.70 | 323.77 | 0.52 | 0.2 |
| Hex | 4D | 18 | 38 | 0 | 45 | 1B | 46 | 144 | 34 | 14 |
| Octal | 115 | 30 | 70 | 0 | 105 | 33 | 106 | 504 | 64 | 24 |
| Binary | 1001101 | 11000 | 111000 | 0 | 1000101 | 11011 | 1000110 | 101000100 | 110100 | 10100 |
Color Harmonies of #4D1838
Complementary color
Monochromatic Colors of #4D1838
Black with #4D1838
Text Example
Text Example
White with #4D1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1838; }
p { color: rgb(77,24,56); }
H1.HeaderClassName
{
color: #4D1838;
}
.AnyTagClassName
{
color: #4D1838;
}
</style>
background-color css
<style>
a { background-color: #4D1838; }
a { background-color: rgb(77,24,56); }
div.DivClassName
{
background-color: #4D1838;
}
.BgClassName
{
background-color: #4D1838;
}
</style>
border-color css
<style>
span { border-color: #4D1838; }
span { border-color: rgb(77,24,56); }
td.TdClassName
{
border-color: #4D1838;
}
.TagClassName
{
border-color: #4D1838;
}
</style>