Shades of Blackberry #4D1338
Tints of Blackberry #4D1338
RGB
CMYK
RGB Variations
Color information
#4D1338 (or 0x4D1338) is known color: Blackberry. HEX triplet: 4D, 13 and 38. RGB value is (77,19,56). Sum of RGB (Red+Green+Blue) = 77+19+56=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1338 is #B2ECC7. Grayscale: #282828. Windows color (decimal): -11726024 or 3674957. OLE color: 3674957.
HSL color Cylindrical-coordinate representation of color #4D1338: hue angle of 321.72º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1338 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 56 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.70 |
| HSL | 321.72º | 0.6% | 0.19% | - |
| HSV(B) | 321.72º | 0.75% | 0.3% | - |
| XYZ | 4.01 | 2.33 | 3.98 | - |
| YUV | 40.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 56 | 0 | 0.75 | 0.27 | 0.70 | 321.72 | 0.6 | 0.19 |
| Hex | 4D | 13 | 38 | 0 | 4B | 1B | 46 | 142 | 3C | 13 |
| Octal | 115 | 23 | 70 | 0 | 113 | 33 | 106 | 502 | 74 | 23 |
| Binary | 1001101 | 10011 | 111000 | 0 | 1001011 | 11011 | 1000110 | 101000010 | 111100 | 10011 |
Color Harmonies of #4D1338
Complementary color
Monochromatic Colors of #4D1338
Black with #4D1338
Text Example
Text Example
White with #4D1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1338; }
p { color: rgb(77,19,56); }
H1.HeaderClassName
{
color: #4D1338;
}
.AnyTagClassName
{
color: #4D1338;
}
</style>
background-color css
<style>
a { background-color: #4D1338; }
a { background-color: rgb(77,19,56); }
div.DivClassName
{
background-color: #4D1338;
}
.BgClassName
{
background-color: #4D1338;
}
</style>
border-color css
<style>
span { border-color: #4D1338; }
span { border-color: rgb(77,19,56); }
td.TdClassName
{
border-color: #4D1338;
}
.TagClassName
{
border-color: #4D1338;
}
</style>